SiGN WiFi Smart Outdoor Plug (similar to Hama Outdoor Plug) #2134
emilof
started this conversation in
MEPLHAA Scripts Collection
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Device Name: SiGN WiFi Smart Outdoor Plug (Almost identical with Hama 2300W/10A Outdoor Plug)
URL to Device: https://www.spares.se/product/sign-smart-wifi-plug-outdoor-ip44-16a
(Hama: https://templates.blakadder.com/hama_00176570.html)
Used HAA version: 12.9.0
Summary of functions: On/off button, status LED, and active (on/off) LED
MEPLHAA script:
{ "c": { "io": [ [[4, 5, 12], 2], [[13], 6] ], "l": 5, "i": 1, "b": [[13, 5]] }, "a": [ { "t": 2, "0": { "r": [ [12, 0], [4, 1] ] }, "1": { "r": [ [12, 1], [4, 0] ] }, "b": [[13, 1]] } ] }(Note: When using this config on a Hama Outdoor Plug, you might need to flip the status LED with the "active" LED to get the correct color = green when active and blinking red for status changes. Not 100% sure though since I haven't tested this on an actual Hama plug)
All reactions