the other subtype is
"SubType" : "Sound Level",
Search found 4 matches
- Wednesday 15 April 2020 13:55
- Forum: Dashticz
- Topic: Data updates - latest beta
- Replies: 10
- Views: 726
- Wednesday 15 April 2020 13:06
- Forum: Dashticz
- Topic: Data updates - latest beta
- Replies: 10
- Views: 726
Re: Data updates - latest beta
:) based on the value of my different blocks I give them a colour in cusom.js if (alldevices[36].Data<='1000 ppm') {$('.block_36 .col-icon').addClass('warninggreen');} if ((alldevices[36].Data>'1000 ppm')&&(alldevices[36].Data<='1500 ppm')) {$('.block_36 .col-icon').addClass('warningorange');} if ...
- Wednesday 15 April 2020 12:03
- Forum: Dashticz
- Topic: Data updates - latest beta
- Replies: 10
- Views: 726
Re: Data updates - latest beta
brilliant! I was already on the beta branch, so nothing new there. The graph:'true' did the trick and it picked up the data immediately. Thanks a lot!
- Wednesday 15 April 2020 8:15
- Forum: Dashticz
- Topic: Data updates - latest beta
- Replies: 10
- Views: 726
Re: Data updates - latest beta
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 ...