-
Notifications
You must be signed in to change notification settings - Fork 44
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
Support Insteon dual wall outlet #48
Comments
It also seems impossible to adjust the status LED brightness on the dual wall switch. Running the command simply has no effect on the LED. |
I found the dev guide: http://cache.insteon.com/developer/2663-222dev-062014-en.pdf |
I took a look and it seems that it only need 0x02 in the command2 field. I will try to see what I can do when I have a moment, my python is somewhat far for me ;) |
OK - first cut at this is done and on the dev branch. Please give it a try - I don't have any outlets to test with (I tested w/ a lamp module and it seems to do what I want). You'll need update your config file (new outlet inputs for insteon and mqtt) and run a pair to get both group links defined. Please let me know if works when you have time to test it. |
@TD22057 it does not seems to work. When I press the off button in HASS to turn off an already on outlet, insteon-mqtt completely crash with the following : 2018-04-03 09:05:36 DEBUG Outlet: Outlet btn 1 message insteon/34.a1.xx/set/1 b'OFF' |
Also, when switching an off outlet to on, I get no error but the outlet stay off and still report off in HASS (nothing show up in MQTT) : 2018-04-03 09:09:45 DEBUG Outlet: Outlet btn 1 message insteon/34.a3.xx/set/1 b'ON' |
One last quick update. The initial state (on or off) of the outlet show correctly in HASS on startup. It seems that only toggling them is broken. Also, FYI, I ran the pair command to add group 2 to the list (however, I saw that it only add CTRL to the outlet and RESP to the modem). |
Thanks - I think I've got some arguments reversed in one of the func calls. I'll take a look tonight and fix it. |
Yup - I had the arguments in the mqtt->insteon command backwards. I also added the missing link in the pair command for the group 2 outlet. |
Tested and works fine now for both the top and bottom outlet! I will close this issue as it seems it's resolved, thanks! |
Hi,
I tried adding my Insteon dual wall outlet (https://www.insteon.com/on-off-outlet/) and I cannot seems to be able to control both the top and botton outlet with mqtt.
In the config.yaml, it says to add the outlet as a switch but after that, I see nowhere on how to make the distinction to use the top or botton outlet.
Would it be possible to add this feature?
The text was updated successfully, but these errors were encountered: