Hi I've got a sensor which sends its readings with GET request:
xxx.xxx.xxx.xxx:8380/fhem?cmd=setreading device state xxxx
I've setup CustomReadings device in FHEM, but it polls for readings all the time and gives ERROR. I want this device to be passive and only take readings when the sensor sends the GET request. Is this possible?