Hey there. I have emulated hue running and it’s linked to my google home. I currently have two GE zwave switches;
switch.ge_12727_inwall_smart_switch_toggle_switch_3_0:
friendly_name: Outside Front Lights
switch.ge_12727_inwall_smart_switch_toggle_switch_4_0:
friendly_name: Kitchen Sink Light
Google home saw them just fine and I assigned them to rooms. However, whenever I restart HA they get mixed up. So if I check the config on the google home, they may be swapped to opposite rooms.
Then today I go and look and notice that one switch is completely missing. I did a reboot of the pi and google home, no go. I’m missing a switch. However it’s completely available and controllable in HA.
When I check the emulated hue URL it looks like both switches are available;
{"1": {"modelid": "HASS123", "name": "Outside Front Lights", "state": {"bri": 255, "on": true, "reachable": true}, "swversion": "123", "type": "Dimmable light", "uniqueid": "switch.ge_12727_inwall_smart_switch_toggle_switch_3_0"}, "2": {"modelid": "HASS123", "name": "Kitchen Sink Light", "state": {"bri": 255, "on": true, "reachable": true}, "swversion": "123", "type": "Dimmable light", "uniqueid": "switch.ge_12727_inwall_smart_switch_toggle_switch_4_0"}}
Any suggestions?
Thanks!