core: New Error with Core Nexia Integration
The problem
I had Nexia integration working on Saturday. I did some CentOS 7 patches Monday Afternoon and after a reboot I’m now receiving the following in the Log and Thermostat in HomeAssistant says “Unavailable”.
Core Nexia is now reporting: Logger: homeassistant.components.nexia Source: components/nexia/__init__.py:77 Integration: nexia First Occurred: 16:17:36
Access error from Nexia service, please check credentials: 404 Client Error: Not Found for url: https//www.mynexia.com/mobile/session
Environment
- Home Assistant Core release with the issue: 0.108.6
- Last working Home Assistant Core release (if known): 0.108.6
- Operating environment (Home Assistant/Supervised/Docker/venv): CentOS 7 with Python 3.8 vEnv compiled from source since CentOS repo does not have anything newer than Python 3.6
- Integration causing this issue: Nexia
- Link to integration documentation on our website: https://www.home-assistant.io/integrations/nexia/
Problem-relevant configuration.yaml
nexia:
username: !secret nexia_user
password: !secret nexia_pass
Traceback/Error logs
2020-04-28 09:59:23 DEBUG (SyncWorker_4) [nexia.home] POST: Response from url https://www.mynexia.com/mobile/accounts/sign_in: b'{\n "success": true,\n "error": null,\n "result": {"mobile_id":<snip>,"api_key":"<snip>","setup_step":"done","locale":"en_us"}\n}\n\n'
2020-04-28 09:59:23 DEBUG (SyncWorker_4) [nexia.home] POST: Calling url https://www.mynexia.com/mobile/session with payload: {'app_version': '5.9.0', 'device_uuid': '<snip>'}
2020-04-28 09:59:23 DEBUG (SyncWorker_8) [nexia.home] POST: Response from url https://www.mynexia.com/mobile/session: b'{\n "success": true,\n "error": null,\n "result": {"can_control_automations":true,"can_manage_locks":true,"can_view_videos":true,"can_receive_notifications":true,"is_activated_by_activation_code":0,"_links":{"self":{"href":"https://www.mynexia.com/mobile/session"},"child":[{"data":{"id":<snip>,"name":"Dayton Home","postal_code":"<snip>"},"href":"https://www.mynexia.com/mobile/houses/<snip>","type":"application/vnd.nexia.location+json"},{"href":"https://www.mynexia.com/mobile/news","type":"application/vnd.nexia.collection+json","data":{"items":[],"_links":{"self":{"href":"https://www.mynexia.com/mobile/news?all_items=true"}},"item_type":"application/vnd.nexia.news+json"}},{"href":"https://www.mynexia.com/mobile/geofences","type":"application/vnd.nexia.collection+json","data":{"items":[],"_links":{"self":{"href":"https://www.mynexia.com/mobile/geofences"}},"item_type":"application/vnd.nexia.geofence+json"}},{"href":"https://www.mynexia.com/mobile/phones","type":"application/vnd.nexia.collection+json","data":{"items":[{"phone_id":<snip>,"name":"David","app_identifier":null,"app_version":null,"platform":null,"os_version":null,"manufacturer":null,"model":null,"geofencing_enabled":false,"is_browser":false,"can_activate":true,"is_activated":false,"is_activated_by_activation_code":null,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}},{"phone_id":<snip>,"name":"Home","app_identifier":null,"app_version":"5.9.0","platform":null,"os_version":null,"manufacturer":null,"model":null,"geofencing_enabled":false,"is_browser":false,"can_activate":true,"is_activated":true,"is_activated_by_activation_code":false,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}},{"phone_id":<snip>,"name":"Home","app_identifier":null,"app_version":"5.9.0","platform":null,"os_version":null,"manufacturer":null,"model":null,"geofencing_enabled":false,"is_browser":false,"can_activate":true,"is_activated":true,"is_activated_by_activation_code":false,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}},{"phone_id":<snip>,"name":"Home","app_identifier":null,"app_version":"5.9.0","platform":null,"os_version":null,"manufacturer":null,"model":null,"geofencing_enabled":false,"is_browser":false,"can_activate":true,"is_activated":true,"is_activated_by_activation_code":false,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}},{"phone_id":<snip>,"name":"Home","app_identifier":null,"app_version":"5.9.0","platform":null,"os_version":null,"manufacturer":null,"model":null,"geofencing_enabled":false,"is_browser":false,"can_activate":true,"is_activated":true,"is_activated_by_activation_code":false,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}},{"phone_id":<snip>,"name":"SM-G977U R3CM40FQEDP","app_identifier":"com.schlagelink.android","app_version":"5.8.0","platform":"android","os_version":"9","manufacturer":"samsung","model":"SM-G977U","geofencing_enabled":true,"is_browser":false,"can_activate":true,"is_activated":true,"is_activated_by_activation_code":false,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}},{"phone_id":<snip>,"name":"SM-G977U unknown","app_identifier":"com.schlagelink.android","app_version":"5.9.1","platform":"android","os_version":"10","manufacturer":"samsung","model":"SM-G977U","geofencing_enabled":true,"is_browser":false,"can_activate":true,"is_activated":true,"is_activated_by_activation_code":false,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}}],"_links":{"self":{"href":"https://www.mynexia.com/mobile/phones"},"child-schema":{"href":"https://www.mynexia.com/mobile/phones/new"}},"item_type":"application/vnd.nexia.phone+json"}},{"href":"https://www.mynexia.com/mobile/choices","type":"application/vnd.nexia.collection+json","data":{"items":[],"_links":{"self":{"href":"https://www.mynexia.com/mobile/choices"}},"item_type":"application/vnd.nexia.choice+json"}}],"parent":{"href":"https://www.mynexia.com/mobile/accounts/<snip>","type":"application/vnd.nexia.account+json"},"stream":{"href":"wss://eventstreamer.mynexia.com/ws?authToken=<snip>","type":"text/event-stream","data":{"reconnect_href":"https://www.mynexia.com/mobile/event_stream_reservation"}}}}\n}\n\n'
2020-04-28 09:59:23 DEBUG (SyncWorker_8) [nexia.home] GET: Calling url https://www.mynexia.com/mobile/houses/<snip>
2020-04-28 09:59:23 DEBUG (SyncWorker_8) [nexia.home] GET: RESPONSE https://www.mynexia.com/mobile/houses/<snip>: request.status_code 404
2020-04-28 09:59:23 DEBUG (SyncWorker_4) [nexia.home] POST: Response from url https://www.mynexia.com/mobile/session: b'{\n "success": true,\n "error": null,\n "result": {"can_control_automations":true,"can_manage_locks":true,"can_view_videos":true,"can_receive_notifications":true,"is_activated_by_activation_code":0,"_links":{"self":{"href":"https://www.mynexia.com/mobile/session"},"child":[{"data":{"id":<snip>,"name":"Dayton Home","postal_code":"<snip>"},"href":"https://www.mynexia.com/mobile/houses/<snip>","type":"application/vnd.nexia.location+json"},{"href":"https://www.mynexia.com/mobile/news","type":"application/vnd.nexia.collection+json","data":{"items":[],"_links":{"self":{"href":"https://www.mynexia.com/mobile/news?all_items=true"}},"item_type":"application/vnd.nexia.news+json"}},{"href":"https://www.mynexia.com/mobile/geofences","type":"application/vnd.nexia.collection+json","data":{"items":[],"_links":{"self":{"href":"https://www.mynexia.com/mobile/geofences"}},"item_type":"application/vnd.nexia.geofence+json"}},{"href":"https://www.mynexia.com/mobile/phones","type":"application/vnd.nexia.collection+json","data":{"items":[{"phone_id":<snip>,"name":"David","app_identifier":null,"app_version":null,"platform":null,"os_version":null,"manufacturer":null,"model":null,"geofencing_enabled":false,"is_browser":false,"can_activate":true,"is_activated":false,"is_activated_by_activation_code":null,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}},{"phone_id":<snip>,"name":"Home","app_identifier":null,"app_version":"5.9.0","platform":null,"os_version":null,"manufacturer":null,"model":null,"geofencing_enabled":false,"is_browser":false,"can_activate":true,"is_activated":true,"is_activated_by_activation_code":false,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}},{"phone_id":<snip>,"name":"Home","app_identifier":null,"app_version":"5.9.0","platform":null,"os_version":null,"manufacturer":null,"model":null,"geofencing_enabled":false,"is_browser":false,"can_activate":true,"is_activated":true,"is_activated_by_activation_code":false,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}},{"phone_id":<snip>,"name":"Home","app_identifier":null,"app_version":"5.9.0","platform":null,"os_version":null,"manufacturer":null,"model":null,"geofencing_enabled":false,"is_browser":false,"can_activate":true,"is_activated":true,"is_activated_by_activation_code":false,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}},{"phone_id":<snip>,"name":"Home","app_identifier":null,"app_version":"5.9.0","platform":null,"os_version":null,"manufacturer":null,"model":null,"geofencing_enabled":false,"is_browser":false,"can_activate":true,"is_activated":true,"is_activated_by_activation_code":false,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}},{"phone_id":<snip>,"name":"SM-G977U R3CM40FQEDP","app_identifier":"com.schlagelink.android","app_version":"5.8.0","platform":"android","os_version":"9","manufacturer":"samsung","model":"SM-G977U","geofencing_enabled":true,"is_browser":false,"can_activate":true,"is_activated":true,"is_activated_by_activation_code":false,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}},{"phone_id":<snip>,"name":"SM-G977U unknown","app_identifier":"com.schlagelink.android","app_version":"5.9.1","platform":"android","os_version":"10","manufacturer":"samsung","model":"SM-G977U","geofencing_enabled":true,"is_browser":false,"can_activate":true,"is_activated":true,"is_activated_by_activation_code":false,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}}],"_links":{"self":{"href":"https://www.mynexia.com/mobile/phones"},"child-schema":{"href":"https://www.mynexia.com/mobile/phones/new"}},"item_type":"application/vnd.nexia.phone+json"}},{"href":"https://www.mynexia.com/mobile/choices","type":"application/vnd.nexia.collection+json","data":{"items":[],"_links":{"self":{"href":"https://www.mynexia.com/mobile/choices"}},"item_type":"application/vnd.nexia.choice+json"}}],"parent":{"href":"https://www.mynexia.com/mobile/accounts/<snip>","type":"application/vnd.nexia.account+json"},"stream":{"href":"wss://eventstreamer.mynexia.com/ws?authToken=<snip>","type":"text/event-stream","data":{"reconnect_href":"https://www.mynexia.com/mobile/event_stream_reservation"}}}}\n}\n\n'
2020-04-28 09:59:23 ERROR (MainThread) [homeassistant.components.nexia] Access error from Nexia service, please check credentials: 404 Client Error: Not Found for url: https://www.mynexia.com/mobile/houses/<snip>
2020-04-28 09:59:23 DEBUG (MainThread) [homeassistant.components.nexia.config_flow] Setup ok with info: {'title': 'Dayton Home', 'house_id': <snip>}2020-04-28 09:59:23 DEBUG (SyncWorker_4) [nexia.home] POST: Response from url https://www.mynexia.com/mobile/accounts/sign_in: b'{\n "success": true,\n "error": null,\n "result": {"mobile_id":<snip>,"api_key":"<snip>","setup_step":"done","locale":"en_us"}\n}\n\n'
2020-04-28 09:59:23 DEBUG (SyncWorker_4) [nexia.home] POST: Calling url https://www.mynexia.com/mobile/session with payload: {'app_version': '5.9.0', 'device_uuid': 'c8b874ae-<snip>'}
2020-04-28 09:59:23 INFO (MainThread) [homeassistant.setup] Setup of domain light took 0.2 seconds.
2020-04-28 09:59:23 INFO (MainThread) [homeassistant.components.light] Setting up light.zwave
2020-04-28 09:59:23 DEBUG (SyncWorker_8) [nexia.home] POST: Response from url https://www.mynexia.com/mobile/session: b'{\n "success": true,\n "error": null,\n "result": {"can_control_automations":true,"can_manage_locks":true,"can_view_videos":true,"can_receive_notifications":true,"is_activated_by_activation_code":0,"_links":{"self":{"href":"https://www.mynexia.com/mobile/session"},"child":[{"data":{"id":<snip>,"name":"Dayton Home","postal_code":"<snip>"},"href":"https://www.mynexia.com/mobile/houses/<snip>","type":"application/vnd.nexia.location+json"},{"href":"https://www.mynexia.com/mobile/news","type":"application/vnd.nexia.collection+json","data":{"items":[],"_links":{"self":{"href":"https://www.mynexia.com/mobile/news?all_items=true"}},"item_type":"application/vnd.nexia.news+json"}},{"href":"https://www.mynexia.com/mobile/geofences","type":"application/vnd.nexia.collection+json","data":{"items":[],"_links":{"self":{"href":"https://www.mynexia.com/mobile/geofences"}},"item_type":"application/vnd.nexia.geofence+json"}},{"href":"https://www.mynexia.com/mobile/phones","type":"application/vnd.nexia.collection+json","data":{"items":[{"phone_id":<snip>,"name":"David","app_identifier":null,"app_version":null,"platform":null,"os_version":null,"manufacturer":null,"model":null,"geofencing_enabled":false,"is_browser":false,"can_activate":true,"is_activated":false,"is_activated_by_activation_code":null,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}},{"phone_id":<snip>,"name":"Home","app_identifier":null,"app_version":"5.9.0","platform":null,"os_version":null,"manufacturer":null,"model":null,"geofencing_enabled":false,"is_browser":false,"can_activate":true,"is_activated":true,"is_activated_by_activation_code":false,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}},{"phone_id":<snip>,"name":"Home","app_identifier":null,"app_version":"5.9.0","platform":null,"os_version":null,"manufacturer":null,"model":null,"geofencing_enabled":false,"is_browser":false,"can_activate":true,"is_activated":true,"is_activated_by_activation_code":false,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}},{"phone_id":<snip>,"name":"Home","app_identifier":null,"app_version":"5.9.0","platform":null,"os_version":null,"manufacturer":null,"model":null,"geofencing_enabled":false,"is_browser":false,"can_activate":true,"is_activated":true,"is_activated_by_activation_code":false,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}},{"phone_id":<snip>,"name":"Home","app_identifier":null,"app_version":"5.9.0","platform":null,"os_version":null,"manufacturer":null,"model":null,"geofencing_enabled":false,"is_browser":false,"can_activate":true,"is_activated":true,"is_activated_by_activation_code":false,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}},{"phone_id":<snip>,"name":"SM-G977U R3CM40FQEDP","app_identifier":"com.schlagelink.android","app_version":"5.8.0","platform":"android","os_version":"9","manufacturer":"samsung","model":"SM-G977U","geofencing_enabled":true,"is_browser":false,"can_activate":true,"is_activated":true,"is_activated_by_activation_code":false,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}},{"phone_id":<snip>,"name":"SM-G977U unknown","app_identifier":"com.schlagelink.android","app_version":"5.9.1","platform":"android","os_version":"10","manufacturer":"samsung","model":"SM-G977U","geofencing_enabled":true,"is_browser":false,"can_activate":true,"is_activated":true,"is_activated_by_activation_code":false,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}}],"_links":{"self":{"href":"https://www.mynexia.com/mobile/phones"},"child-schema":{"href":"https://www.mynexia.com/mobile/phones/new"}},"item_type":"application/vnd.nexia.phone+json"}},{"href":"https://www.mynexia.com/mobile/choices","type":"application/vnd.nexia.collection+json","data":{"items":[],"_links":{"self":{"href":"https://www.mynexia.com/mobile/choices"}},"item_type":"application/vnd.nexia.choice+json"}}],"parent":{"href":"https://www.mynexia.com/mobile/accounts/<snip>","type":"application/vnd.nexia.account+json"},"stream":{"href":"wss://eventstreamer.mynexia.com/ws?authToken=<snip>","type":"text/event-stream","data":{"reconnect_href":"https://www.mynexia.com/mobile/event_stream_reservation"}}}}\n}\n\n'
2020-04-28 09:59:23 DEBUG (SyncWorker_8) [nexia.home] GET: Calling url https://www.mynexia.com/mobile/houses/<snip>
2020-04-28 09:59:23 DEBUG (SyncWorker_8) [nexia.home] GET: RESPONSE https://www.mynexia.com/mobile/houses/<snip>: request.status_code 404
2020-04-28 09:59:23 DEBUG (SyncWorker_4) [nexia.home] POST: Response from url https://www.mynexia.com/mobile/session: b'{\n "success": true,\n "error": null,\n "result": {"can_control_automations":true,"can_manage_locks":true,"can_view_videos":true,"can_receive_notifications":true,"is_activated_by_activation_code":0,"_links":{"self":{"href":"https://www.mynexia.com/mobile/session"},"child":[{"data":{"id":<snip>,"name":"Dayton Home","postal_code":"<snip>"},"href":"https://www.mynexia.com/mobile/houses/<snip>","type":"application/vnd.nexia.location+json"},{"href":"https://www.mynexia.com/mobile/news","type":"application/vnd.nexia.collection+json","data":{"items":[],"_links":{"self":{"href":"https://www.mynexia.com/mobile/news?all_items=true"}},"item_type":"application/vnd.nexia.news+json"}},{"href":"https://www.mynexia.com/mobile/geofences","type":"application/vnd.nexia.collection+json","data":{"items":[],"_links":{"self":{"href":"https://www.mynexia.com/mobile/geofences"}},"item_type":"application/vnd.nexia.geofence+json"}},{"href":"https://www.mynexia.com/mobile/phones","type":"application/vnd.nexia.collection+json","data":{"items":[{"phone_id":<snip>,"name":"David","app_identifier":null,"app_version":null,"platform":null,"os_version":null,"manufacturer":null,"model":null,"geofencing_enabled":false,"is_browser":false,"can_activate":true,"is_activated":false,"is_activated_by_activation_code":null,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}},{"phone_id":<snip>,"name":"Home","app_identifier":null,"app_version":"5.9.0","platform":null,"os_version":null,"manufacturer":null,"model":null,"geofencing_enabled":false,"is_browser":false,"can_activate":true,"is_activated":true,"is_activated_by_activation_code":false,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}},{"phone_id":<snip>,"name":"Home","app_identifier":null,"app_version":"5.9.0","platform":null,"os_version":null,"manufacturer":null,"model":null,"geofencing_enabled":false,"is_browser":false,"can_activate":true,"is_activated":true,"is_activated_by_activation_code":false,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}},{"phone_id":<snip>,"name":"Home","app_identifier":null,"app_version":"5.9.0","platform":null,"os_version":null,"manufacturer":null,"model":null,"geofencing_enabled":false,"is_browser":false,"can_activate":true,"is_activated":true,"is_activated_by_activation_code":false,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}},{"phone_id":<snip>,"name":"Home","app_identifier":null,"app_version":"5.9.0","platform":null,"os_version":null,"manufacturer":null,"model":null,"geofencing_enabled":false,"is_browser":false,"can_activate":true,"is_activated":true,"is_activated_by_activation_code":false,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}},{"phone_id":<snip>,"name":"SM-G977U R3CM40FQEDP","app_identifier":"com.schlagelink.android","app_version":"5.8.0","platform":"android","os_version":"9","manufacturer":"samsung","model":"SM-G977U","geofencing_enabled":true,"is_browser":false,"can_activate":true,"is_activated":true,"is_activated_by_activation_code":false,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}},{"phone_id":<snip>,"name":"SM-G977U unknown","app_identifier":"com.schlagelink.android","app_version":"5.9.1","platform":"android","os_version":"10","manufacturer":"samsung","model":"SM-G977U","geofencing_enabled":true,"is_browser":false,"can_activate":true,"is_activated":true,"is_activated_by_activation_code":false,"locale":"en_us","_links":{"self":{"href":"https://www.mynexia.com/mobile/phones/<snip>"},"edit":{"href":"https://www.mynexia.com/mobile/phones/<snip>/edit"}}}],"_links":{"self":{"href":"https://www.mynexia.com/mobile/phones"},"child-schema":{"href":"https://www.mynexia.com/mobile/phones/new"}},"item_type":"application/vnd.nexia.phone+json"}},{"href":"https://www.mynexia.com/mobile/choices","type":"application/vnd.nexia.collection+json","data":{"items":[],"_links":{"self":{"href":"https://www.mynexia.com/mobile/choices"}},"item_type":"application/vnd.nexia.choice+json"}}],"parent":{"href":"https://www.mynexia.com/mobile/accounts/<snip>","type":"application/vnd.nexia.account+json"},"stream":{"href":"wss://eventstreamer.mynexia.com/ws?authToken=<snip>","type":"text/event-stream","data":{"reconnect_href":"https://www.mynexia.com/mobile/event_stream_reservation"}}}}\n}\n\n'
2020-04-28 09:59:23 ERROR (MainThread) [homeassistant.components.nexia] Access error from Nexia service, please check credentials: 404 Client Error: Not Found for url: https://www.mynexia.com/mobile/houses/<snip>
2020-04-28 09:59:23 DEBUG (MainThread) [homeassistant.components.nexia.config_flow] Setup ok with info: {'title': 'Dayton Home', 'house_id': <snip>}
Additional information
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 23 (11 by maintainers)
@bdraco I upgraded to Home Assistant 109.2 and everything appears to be working again. Checking the debug logs, Nexia only attempts one login session with the updated version. It looks like everything is in order again.
@bdraco Apologies, for delayed response. It’s been a busy couple of days at work. I’ll give the new Nexia Code a try tonight and get back to you. Hopefully, the new debug logging statements will give better insight into why my system seems to be trying to authenticate 3 times.