I just installed this plugin, somehow the json data is not converted into the attribute fields, tried reloading the integration but no luck:
The peak entity does seem to have its fields correct:
Any ideas?
EDIT:
Should've checked the logs sooner:
This error originated from a custom integration.
Logger: homeassistant.helpers.entity
Source: custom_components/telenet_telemeter/sensor.py:287
Integration: Telenet Telemeter (documentation, issues)
First occurred: 11:43:32 (175 occurrences)
Last logged: 13:11:00
Update for sensor.telenet_telemeter_internet_<SNIP> fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 541, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 739, in async_device_update
raise exc
File "/config/custom_components/telenet_telemeter/sensor.py", line 287, in async_update
for elem in self._data._product_details.get('product').get('characteristics').get('elementarycharacteristics'):
TypeError: 'NoneType' object is not iterable
I just installed this plugin, somehow the json data is not converted into the attribute fields, tried reloading the integration but no luck:
The peak entity does seem to have its fields correct:
Any ideas?
EDIT: Should've checked the logs sooner: