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

Sonoff M5-1C incorectly shows 4 switches instead of 1 #1432

Closed
wareczek opened this issue Jun 18, 2024 · 1 comment · Fixed by #1441
Closed

Sonoff M5-1C incorectly shows 4 switches instead of 1 #1432

wareczek opened this issue Jun 18, 2024 · 1 comment · Fixed by #1441
Labels
enhancement New feature or request
Milestone

Comments

@wareczek
Copy link
Contributor

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:

image

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:

image

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"
      },
@AlexxIT AlexxIT added this to the v1.7.4 milestone Sep 1, 2024
@AlexxIT AlexxIT added the enhancement New feature or request label Sep 1, 2024
@AlexxIT AlexxIT modified the milestones: v1.7.4, v3.8.0 Sep 7, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented Sep 8, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants