Hello,
is it possible to have a Offset for the logreader Plug-In ? As i know, it is possible for the DS18B… plugin ?
Or do you know a way how to Offset a value from this Plugin ?
Need Offset for logreader
Hello,
is it possible to have a Offset for the logreader Plug-In ? As i know, it is possible for the DS18B… plugin ?
Or do you know a way how to Offset a value from this Plugin ?
you can try to do a workaround with a variables device.
as expression you can calculate your variable.
(you’ll have to create a new variable for that, in my examle it’s $tempnew.value)
maybe something like “expression” : “$tempnew.value = $logreader.temperature - 2”
{
"id": "temperatureoffset",
"name": "Outside Temperature",
"class": "VariablesDevice"
"variables": [
{
"name": "tempoffset",
"expression": "$tempnew.value = $logreader.temperature - 2",
"unit": "°C",
"type": "number"
}
],
},
pimatic v0.9 has been released!
Support Pimatic and get some free stickers
Like us on Facebook
make it so !