We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sonoff M5-1C: https://sonoff.tech/product/smart-wall-switches/m5/
This device has only 1 switch but after synchronization it shows 4 of them:
Info from diagnostics:
"1001ec0623": { "uiid": 160, "params": { "bindInfos": "***", "version": 7, "switches": [ { "switch": "off", "outlet": 0 }, { "switch": "off", "outlet": 1 }, { "switch": "off", "outlet": 2 }, { "switch": "off", "outlet": 3 } ], "configure": [ { "startup": "off", "outlet": 0 }, { "startup": "off", "outlet": 1 }, { "startup": "off", "outlet": 2 }, { "startup": "off", "outlet": 3 } ], "pulses": [ { "pulse": "off", "switch": "off", "width": 500, "outlet": 0 }, { "pulse": "off", "switch": "off", "width": 0, "outlet": 1 }, { "pulse": "off", "switch": "off", "width": 0, "outlet": 2 }, { "pulse": "off", "switch": "off", "width": 0, "outlet": 3 } ], "sledOnline": "off", "staMac": "***", "rssi": -63, "offBrightness": 10, "fwVersion": "1.2.3", "only_device": { "ota": "success", "ota_fail_reason": 0 } }, "model": "M5-1C", "online": true, "local": true, "localtype": "plug", "host": "192.168.0.53:8081" }
I have M5-3C (3 switches) and shows properly with 3 controls:
It's diagnostics info:
"1001f2749c": { "uiid": 162, "params": { "bindInfos": "***", "version": 7, "switches": [ { "switch": "off", "outlet": 0 }, { "switch": "off", "outlet": 1 }, { "switch": "off", "outlet": 2 }, { "switch": "off", "outlet": 3 } ], "configure": [ { "startup": "off", "outlet": 0 }, { "startup": "off", "outlet": 1 }, { "startup": "off", "outlet": 2 }, { "startup": "off", "outlet": 3 } ], "pulses": [ { "pulse": "off", "switch": "off", "width": 500, "outlet": 0 }, { "pulse": "off", "switch": "off", "width": 500, "outlet": 1 }, { "pulse": "off", "switch": "off", "width": 500, "outlet": 2 }, { "pulse": "off", "switch": "off", "width": 0, "outlet": 3 } ], "sledOnline": "off", "staMac": "***", "rssi": -44, "offBrightness": 10, "fwVersion": "1.2.3", "only_device": { "ota": "success", "ota_fail_reason": 0 } }, "model": "M5-3C", "online": true, "local": true, "localtype": "plug", "host": "192.168.0.180:8081" },
The text was updated successfully, but these errors were encountered:
https://github.com/AlexxIT/SonoffLAN/releases/tag/v3.8.0
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Sonoff M5-1C: https://sonoff.tech/product/smart-wall-switches/m5/
This device has only 1 switch but after synchronization it shows 4 of them:
Info from diagnostics:
I have M5-3C (3 switches) and shows properly with 3 controls:
It's diagnostics info:
The text was updated successfully, but these errors were encountered: