Hue sensor bug

Hello

just fiddeled with the scenes and lab on openhab today

i noticed that it finds the Sensor i need but i can’t modify it

if i try to send a 1 or 0 to the sensor it seems to try to send a POST

2020-10-04 20:46:50.819 [WARN ] [rest.core.internal.item.ItemResource] - Received HTTP POST request at ‘items/hue_bad_colorloop’ with an invalid status value ‘0’.

in this instance it is a hue_lab which uses this curl command to enable/disable this “sensor” or on my case a “hue lab”

curl http://10.0.0.15/api/{USER}/sensors/25 -X PUT -H “Content-Type: text/plain;charset=UTF-8” --data-binary “{“state”: {“status”:1}}”

it do however update the “state” just fine, i just can not seem to change it within normal way.

for now i just used sendHttpPutRequest to send the command directly.

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.