You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am very excited to see this project receive some love. I have now updated to v1.2.0 and took the time to enable MQTT auto-discovery in HA and ensuring all my devices/automations/scripts etc. have been modified properly. I took some time, but was definitely worth it!
I hope someone can help me on this continually re-hashed question regarding FL & KPL (6 button). I have manually created the radio-style buttons on my KPL and looking at the DB, I see the following for each device:
I'm trying to wrap my head around how best to "control" these devices from HA to ensure the state information is reflected in the physical world. i.e. How can I call "fan to medium" and have only KPL_btn 4" turn on, with the other 3 off?
When I execute insteon-mqtt insteon_mqtt.yaml scene 41.e6.a0 4 1 from the command line, the FL does indeed turn on to medium, but all 4 buttons turn on. I'm assuming I need to update my scene.yaml with the right info. What should this look like? Would it be something like...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am very excited to see this project receive some love. I have now updated to v1.2.0 and took the time to enable MQTT auto-discovery in HA and ensuring all my devices/automations/scripts etc. have been modified properly. I took some time, but was definitely worth it!
I hope someone can help me on this continually re-hashed question regarding FL & KPL (6 button). I have manually created the radio-style buttons on my KPL and looking at the DB, I see the following for each device:
When I exported the scenes (before doing any mucking around), I have the following 5 entries related to the FL & KPL in question:
I'm trying to wrap my head around how best to "control" these devices from HA to ensure the state information is reflected in the physical world. i.e. How can I call "fan to medium" and have only KPL_btn 4" turn on, with the other 3 off?
When I execute
insteon-mqtt insteon_mqtt.yaml scene 41.e6.a0 4 1
from the command line, the FL does indeed turn on to medium, but all 4 buttons turn on. I'm assuming I need to update my scene.yaml with the right info. What should this look like? Would it be something like...What is
data_2: 28
?Sorry for the questions, I will post any successes I make as I progress.
Beta Was this translation helpful? Give feedback.
All reactions