Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dimmer LED's don't sync when using scene_topic #507

Open
balthisar opened this issue Sep 16, 2022 · 0 comments
Open

Dimmer LED's don't sync when using scene_topic #507

balthisar opened this issue Sep 16, 2022 · 0 comments

Comments

@balthisar
Copy link

I'm refactoring all of my Insteon devices within Home Assistant in order to future proof against the upcoming deprecation of the previous schema. As part of this, I'm revisiting some of the automations I use in Home Assistant in order to account for discrepancies of physical button pushes vs. using the insteon/{{address}}/scene topic.

For example, I have two dimmers in my "hallway" that are Insteon linked. If I turn one on, the state of the other is updated to reflect the reality. If I manually dim or brighten one, the state of the other is updated to reflect reality. This is via Insteon linking, so no MQTT or HA comes into play.

Now, when I use insteon/{{address}}/scene (which is said to duplicate a physical button press) to turn on or off one of the linked switches, it's state is updated to reflect reality via Insteon linking; no MQTT or HA involvement needed. However, when I set the brightness via the same insteon/{{address}}/scene, Insteon links are not updated to reflect the brightness level of the dimmer that I've set.

I've simply accepted this for the last two and half years, and I simply perform the syncing manually with a Home Assistant automation. However…

…is there a better way? Should insteon-mqtt be sending the brightness command to the modem/dimmer in a manner that the dimmer will broadcast its updated status via Insteon linking so that I don't need to manually update this via my own automations?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants