-
Background: I am migrating my Insteon devices from Indigo to Home Assistantinsteon-mqtt, using the same Insteon modem. I had essentially no issues with dimmers/switches/outlets/io_lincs, but I've had great difficulty with my hidden door sensors. Finally/eventually I got all but two of the hidden door sensors working with insteon-mqtt/home-assistant. Now I am attempting to add two new hidden door sensors, and nothing I've tried works. Any advice about what I am doing wrong, and how I can get this to work? |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 10 replies
-
Did you figure this out? If not, please provide the version you are currently on, the relevant configuration for the devices, and the relevant log output. |
Beta Was this translation helpful? Give feedback.
-
Hi @krkeegan I'm having this problem too. I have the exact problem above, which is so weird. Two hidden door sensors work but none thereafter will work. insteon-mqtt 1.1.1 No amount of joining/pairing works. Even though the devices appear to sync with the 2413U modem, I then get this in insteon-mqtt:
I can see activity in MQTT Explorer as well: |
Beta Was this translation helpful? Give feedback.
-
@dcj did you ever figure this out? Now I am wondering if it's perhaps an older firmware issue. |
Beta Was this translation helpful? Give feedback.
-
This is super weird. I am able to force the device to pair with the modem via
but then...
and it's in both my config files. this is consistent for all older door sensors. I think it may be related to this: #12 |
Beta Was this translation helpful? Give feedback.
-
More logs:
|
Beta Was this translation helpful? Give feedback.
-
AFAICT I have finally worked through this issue....
I had this issue with two different hidden door sensors, and after the above, they both seem to be working.... |
Beta Was this translation helpful? Give feedback.
-
everything is defined correctly
…On Thu, Feb 03, 2022 at 11:47 AM, Kevin Robert Keegan < ***@***.*** > wrote:
The error ERROR: Unknown broadcast device 23.3a.ef I think can only happen
if the device is not defined in the config.yaml file. Make sure you did
that correctly.
—
Reply to this email directly, view it on GitHub (
#349 (reply in thread)
) , or unsubscribe (
https://github.com/notifications/unsubscribe-auth/AACTW56ZOEMDT7V6PASW5ALUZLLVXANCNFSM4XNPHPHQ
).
Triage notifications on the go with GitHub Mobile for iOS (
https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
) or Android (
https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub
).
You are receiving this because you commented. Message ID: <TD22057/insteon-mqtt/repo-discussions/349/comments/2106333
@ github. com>
|
Beta Was this translation helpful? Give feedback.
AFAICT I have finally worked through this issue....
I lived with it for most of the year, but today I "bit the bullet" and upgraded to
v.1.1.1
(see #468)For a hidden door sensor with address xx.yy.zz, I:
awake xx.yy.zz
join xx.yy.zz
,pair xx.yy,zz
andrefresh xx.yy.zz
I had this issue with two different hidden door sensors, and after the above, they both seem to be working....
I wonder if the distance between my modem (main house basement) and my home office (detached structure in back yard) makes it difficult f…