You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Recently came across this repo to setup an integration in Home Assistant. When signing in I get the following error:
Invalid or unsupported Cync configuration, please ensure there is at least one WiFi connected Cync device in your Home(s)
Seeing that my devices do meet the requirements for this integration to work (connected to wifi, has a neutral wire, etc.), I ran the cync_data.py file to retrieve my configurations. And after running the parse_cync_data.py file, I receive this error:
line 102, in <module> output = json.dumps(main(data),indent = 2) ^^^^^^^^^^ line 69, in main available_room_controllers = [(id%1000) + (int(id/1000)*256) for id in room.get('deviceIDArray',[]) if 'switch_controller' in devices[home_devices[home_id][(id%1000)+(int(id/1000)*256)]]] ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: ''"
The KeyError log is seen in my homeassistant logs but the rest is not. It seems this is the culprit for my devices not connecting? Looking for any help on understanding this issue!
The text was updated successfully, but these errors were encountered:
Hello! Recently came across this repo to setup an integration in Home Assistant. When signing in I get the following error:
Invalid or unsupported Cync configuration, please ensure there is at least one WiFi connected Cync device in your Home(s)
Seeing that my devices do meet the requirements for this integration to work (connected to wifi, has a neutral wire, etc.), I ran the cync_data.py file to retrieve my configurations. And after running the parse_cync_data.py file, I receive this error:
line 102, in <module> output = json.dumps(main(data),indent = 2) ^^^^^^^^^^ line 69, in main available_room_controllers = [(id%1000) + (int(id/1000)*256) for id in room.get('deviceIDArray',[]) if 'switch_controller' in devices[home_devices[home_id][(id%1000)+(int(id/1000)*256)]]] ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: ''"
The KeyError log is seen in my homeassistant logs but the rest is not. It seems this is the culprit for my devices not connecting? Looking for any help on understanding this issue!
The text was updated successfully, but these errors were encountered: