p1 and dial
Posted: Saturday 06 February 2021 18:34
Can a dial be configured to show current use and total use that is registrated by the meter?
My domoticz has the values the meters shows
But my dial show other values
there are lot of differnces between my dial p1 meters and my domoticz data and the real meter
Gasmeter
current total usage on the meter = 6038 (like to see that and the current use or day use
Energie meter
Day total 9697
Night total 9618 (like to see that or otherwise together)
current use (like to see that too)
I tried to configure the right data, but no success...
blocks['p1'] = {
idx: 239,
title: 'Energie',
type: 'dial',
width: 3,
min: 0,
max: 100,
showring: true,
showunit: true,
shownumbers: true,
last_update: false,
data: [
{
value: 'T',
idx: '239_0',
},
{
value: 'T',
idx: '239_1',
}
]
}
My domoticz has the values the meters shows
But my dial show other values
there are lot of differnces between my dial p1 meters and my domoticz data and the real meter
Gasmeter
current total usage on the meter = 6038 (like to see that and the current use or day use
Energie meter
Day total 9697
Night total 9618 (like to see that or otherwise together)
current use (like to see that too)
I tried to configure the right data, but no success...
blocks['p1'] = {
idx: 239,
title: 'Energie',
type: 'dial',
width: 3,
min: 0,
max: 100,
showring: true,
showunit: true,
shownumbers: true,
last_update: false,
data: [
{
value: 'T',
idx: '239_0',
},
{
value: 'T',
idx: '239_1',
}
]
}