Thank for the reply,
I found this online: https://github.com/domoticz/domoticz/issues/1396
march 23, 2017
the short version is:
gizmocuz commented on 25 Mar
Could be around the switch case 492, i am only handling the heartbeat for the following value types:
case V_TRIPPED:
case V_ARMED:
case V_LOCK_STATUS:
case V_STATUS:
case V_PERCENTAGE:
case V_SCENE_ON:
case V_SCENE_OFF:
case V_UP:
case V_DOWN:
case V_STOP:
case V_RGB:
case V_RGBW:
Maybe we miss some... it could be a complicated issue to support all types, as for all types we should recover the IDX in the database, or we should remember this...
End
I checked the Domoticz source files and still no change (11 sep 2017) so no heartbeat with v_values.
Regards
Frank