Hello, i've a problem to graph temperature with the last smartvisu + last smarthomeNG
in smarthome i have an item ext.temp :
In smartvisu page i use :
the data basic.value is good but i didn't see the graph of the day
Can you help me to debug ?
Thanks a lot for your help
in smarthome i have an item ext.temp :
Code:
ext: temp: name: Température Extérieur type: num ow_addr: 28.5F1848050000 ow_sensor: T eval: round(value, 1) knx_dpt: 9 knx_reply: 1/0/100 knx_send: 1/0/100 rrd: 'yes' rrd_mode: gauge
Code:
<div data-role="collapsible" data-collapsed="false"> <h3>Température</h3> {{ basic.value('ext_temp', 'ext.temp') }} °C {{ plot.period('ext_temperature', 'ext.temp', 'avg', '1d') }} </div>
Can you help me to debug ?
Thanks a lot for your help
Kommentar