It might be a long shot, but I am kind of stuck here.
I use a custom_component/sensor based on the RESTful component to get data into homeassistant. This is what my config looks like:
- platform: uvr1611
resource: http://localhost/uvr1611/uvr1611.php
scan_interval: 180
Interesting thing is, when I restart hass the sensor is inizialized correctly and all values from the json are displayed. The problem is, “scan_intervall” seems not to work. I tried also smaller values like 60. - Nothing. The sensor does not update itself.
Any hint greatly apreciated.
PS: HASS 0.57.2 runs on a RASPI Stretch in the VirtualENV