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
Error while setting up deltasolarcloud platform for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 289, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/deltasolarcloud/sensor.py", line 74, in async_setup_platform
DeltaInverterSensor(coordinator, _name, values[1], values[2]) for _name, values in coordinator.data.items()
AttributeError: 'NoneType' object has no attribute 'items'
Hi, I would like to use your delta sensors but don't know how.
I tried to set it up like this:
but I'm only getting an error:
Error while setting up deltasolarcloud platform for sensor
and
Error requesting deltasolar_cloud_sensor data: Expecting value: line 1 column 1 (char 0)
The text was updated successfully, but these errors were encountered: