mrjjr1980 wrote: ↑Wednesday 15 April 2020 8:15
I'm using Dashticz for 2 weeks now and it's awesome, really a great job. I have an issue where my Netatmo Weather Station blocks for CO2 and sound are not clickable, they don't give a graph and they don't react on style changes via cusomizations.In Domoticz they work fine. This used to be an issue in 2017 as well, after some research on google. I can't manage to get it like the other blocks. Is this a bug? (I'm running the latest beta)
It's not really a bug, but just unsupported functionality at the moment.
But we can add support for those devices as well.
First the graphs:
Do you see the CO2 and sound blocks on Dashticz?
Then let's do some tests. Please switch to the beta branch:
To manually enable the popup graphs, add the following parameter to the block definition of the devices:
Code: Select all
blocks[123] = { //replace 123 with your Domoticz device id
..., //your current block parameters here
graph: true
}
If you are lucky then the graph will already display the correct values.
If not, then first we have to find out how Domoticz reports the graph data.
Can you post the json output of the two devices:
Code: Select all
http://<domoticz-ip>:8080/json?type=devices&rid=123
Also in the url above, replace 123 with the your Domoticz device id's.
If I know the Domoticz device type and subtype, we can update the graph module with the correct settings for the new device types.