Display dial for P1 Smart Meter
Posted: Saturday 30 January 2021 21:48
Hello Forum,
Recently the Dashticz dashboard was introduced to me by family and now i expanded it with some features documented in the manual.
Now i am trying to make a dial view from the P1 smart meter, but i can't get it working as a dial.
I presented the same device [6] als as a graph and don't now if that is (part of) the problem.
I use the following code to present the device as dial:
blocks['p1'] = {
devices : [6],
title : 'P1 Smart Meter',
Type : 'dial',
width : 10,
min : -100,
max : 100,
showring : true,
showunit : true,
shownumbers: true,
last_update: false
}
I hope you can give me some tips to solve the problem.
Thank you in advance.
Frans
Recently the Dashticz dashboard was introduced to me by family and now i expanded it with some features documented in the manual.
Now i am trying to make a dial view from the P1 smart meter, but i can't get it working as a dial.
I presented the same device [6] als as a graph and don't now if that is (part of) the problem.
I use the following code to present the device as dial:
blocks['p1'] = {
devices : [6],
title : 'P1 Smart Meter',
Type : 'dial',
width : 10,
min : -100,
max : 100,
showring : true,
showunit : true,
shownumbers: true,
last_update: false
}
I hope you can give me some tips to solve the problem.
Thank you in advance.
Frans