Crewski / njsPC-HA

Home Assistant integration for nodejs-PoolController
29 stars 6 forks source link

Missing Entities #51

Open PurelyAbrasive opened 2 months ago

PurelyAbrasive commented 2 months ago

I am no longer getting all the entities. I am not getting the status, current salt level or current output level. They are all showing up when I go to the node webpage. I have deleted and readded the integration and still only 9 entities are showing up. My SWG is an Aquarite.

PurelyAbrasive commented 2 months ago

I uninstalled and reinstalled njsPC-HA again and when I add the new controller to it I get the following in the logs.

Logger: homeassistant.components.sensor Source: helpers/entity_platform.py:366 integration: Sensor (documentation, issues) First occurred: 8:46:20 AM (1 occurrences) Last logged: 8:46:20 AM

Error while setting up njspc_ha platform for sensor Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 366, in _async_setup_platform await asyncio.shield(awaitable) File "/config/custom_components/njspc_ha/sensor.py", line 58, in async_setup_entry new_devices.append(PanelModeSensor(coordinator, config)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/njspc_ha/controller.py", line 109, in init self._value = data["mode"]["desc"]


KeyError: 'desc'