Dashticz / dashticz_v2

Alternative dashboard for Domoticz
107 stars 62 forks source link

Add support of variables as block type. #409

Closed lokonli closed 5 years ago

lokonli commented 5 years ago

Closes #377

To select a Domoticz variable add 'v' before the variable idx. Example for variable idx 1: blocks['v1'] = {}

A list of all Domoticz variable can be obtained via: http://DomoticzIP:Port/json.htm?type=command&param=getuservariables

HansieNL commented 5 years ago

Thanks. Does solve my uptime problem. Now I can write to a variable and show it directly on Dashticz dashboard without writing it first to a text device.