bwp91 / homebridge-meross

Homebridge plugin to integrate Meross devices into HomeKit.
MIT License
194 stars 32 forks source link

Config entry [singleDevices] has an invalid entry which will be ignored. #561

Open badgertastic opened 6 months ago

badgertastic commented 6 months ago

What issue do you have? Please be as thorough and explicit as possible.

Upgraded to 10.3.0, devices disappeared from HomeKit

[12/31/2023, 7:28:25 PM] [Meross] Config entry [singleDevices] has an invalid entry which will be ignored.
[12/31/2023, 7:28:25 PM] [Meross] Config entry [singleDevices] has an invalid entry which will be ignored.

my config

           "singleDevices": [
                {
                    "name": "Gazebo",
                    "serialNumber": "snip",
                    "connection": "local",
                    "deviceUrl": "10.0.20.24",
                    "showAs": "default"
                },
                {
                    "name": "Fountain",
                    "serialNumber": "snip",
                    "connection": "local",
                    "deviceUrl": "10.0.20.246",
                    "showAs": "default"
                }
            ]

Details of your setup.

1

1.7.0

Intel Mac, MacOS Sonama

10.3.0

All, Per config

Please paste any relevant logs below.

badgertastic commented 6 months ago

I changed Show As from default to outlet, restarted and ok.. devices are no longer being removed I changed them back to default and oddly, still working.

JSON looks identical, but now working. Odd.