EMONCMS Integration stopped working

Hi All - Since a couple of days my EMONCMS sensors are no longer working. When I check the log files I get the below errors. Can someone help me telling me what is wrong ? Thanks a lot.

Logger: homeassistant.components.sensor

Source: components/emoncms/sensor.py:160

Integration: Sensor (documentation, issues)

First occurred: 8:07:59 (1 occurrences)

Last logged: 8:07:59

Error while setting up emoncms platform for sensor

Traceback (most recent call last):

File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 198, in _async_setup_platform

await asyncio.shield(task)

File “/usr/local/lib/python3.8/concurrent/futures/thread.py”, line 57, in run

**result = self.fn(*self.args, self.kwargs)

File “/usr/src/homeassistant/homeassistant/components/emoncms/sensor.py”, line 115, in setup_platform

EmonCmsSensor(

File “/usr/src/homeassistant/homeassistant/components/emoncms/sensor.py”, line 160, in init

self._state = round(float(elem[“value”]), DECIMALS)

TypeError: float() argument must be a string or a number, not 'NoneType’

Hi All - I found the problem. There was a feed that had value NULL and I exceeded it from the integration and now all works again as required.

refer back to a previous post.