Mi flower humidity not displayed in graph
Posted: Saturday 29 May 2021 13:02
Hi all, I have two Mi Flower sensors which report temperature, humidity and conductivity (soil) levels. I want to plot the humidity levels in a graph in Dashticz. Temperature is no problem, but I can't get any graph displayed with humidity. The correct value is displayed in the legend, though. Maybe the issue might be that in Domoticz the humidity is reported as 'Type: General' (Subtype: Percentage) instead of 'Humidity'.
Is this a bug or am I doing something wrong?
This is my Dashtics config:
Is this a bug or am I doing something wrong?
This is my Dashtics config:
Code: Select all
blocks['plantgraphs'] = {
devices: [401],
graphTypes: ['hu'],
range: 'month',
legend: {
'hu_401': 'Silvery Ann'
}
}/