home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.68k stars 30.81k forks source link

Insteon Devices don't update Home Assistant, Devices can be controlled by Home Assistant #86291

Closed PhineasDog closed 1 year ago

PhineasDog commented 1 year ago

The problem

Using a SwitchLinc Dimmer as an example: When I physically turn on/off or dim the lights, Home Assistant doesn't show the state of the switch. In other words, the lights are on but Home Assistant shows they are off. I can use a dashboard to turn on/off or dim the lights and the switch responds and Home Assistant shows the state. Automations can control the switch and report the correct state. The same is true with On/Off Modules and SwitchLink Relays. Open/Close Sensors and Door Sensors seem to work.

What version of Home Assistant Core has the issue?

2023.1.5

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Supervised

Integration causing the issue

Insteon

Link to integration documentation on our website

https://www.home-assistant.io/integrations/insteon

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 1 year ago

Hey there @teharris1, mind taking a look at this issue as it has been labeled with an integration (insteon) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `insteon` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Change the title of the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign insteon` Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


insteon documentation insteon source (message by IssueLinks)

teharris1 commented 1 year ago

Can you confirm that the "Default Links" have been added to the all-link database for each of the devices that are not showing the correct status? Each device should have at least 2 records in its All-Link Database. You should see this:

1: Group 0, Target: , Mode: Responder 2: Group 1, Target: , Mode: Controller

And you should see the same records in the modem but with the target pointing to the device and the inverse of the mode (ie. device is a controller = modem is a responder)

PhineasDog commented 1 year ago

The Default Links were already included for the devices but not on the PLM Modem. Once I added them, they worked as hoped for. This issue seems resolved. Thanks!