Search found 3 matches

by lgouj
Sunday 10 April 2022 16:00
Forum: Dashticz
Topic: popup graph with rfxmeter counter
Replies: 4
Views: 480

Re: popup graph with rfxmeter counter


Can you add a debug button:


blocks['popup_CO2'] = {
title: 'CO2 (ppm)',
legend: true,
devices:[1462],
graph: 'line',
debug: true,
}

Click on "aujourd'hui". Then click on the hamburger menu in the graph (upper right) -> Show Data
and then on
(1) Data. Copy/paste the browser output here ...
by lgouj
Monday 04 April 2022 21:52
Forum: Dashticz
Topic: popup graph with rfxmeter counter
Replies: 4
Views: 480

Re: popup graph with rfxmeter counter


Can you post the domoticz json device data:

{
"ActTime" : 1649100818,
"AstrTwilightEnd" : "21:53",
"AstrTwilightStart" : "05:26",
"CivTwilightEnd" : "20:38",
"CivTwilightStart" : "06:40",
"DayLength" : "12:58",
"NautTwilightEnd" : "21:15",
"NautTwilightStart" : "06:04",
"ServerTime ...
by lgouj
Sunday 03 April 2022 21:54
Forum: Dashticz
Topic: popup graph with rfxmeter counter
Replies: 4
Views: 480

popup graph with rfxmeter counter

Dashticz 3.9.5 beta
Running on a raspberry pi

Hi,
I have a block containing a RFXmeter counter (custom CO2 sensor). This block is working fine on the dashboard (see picture, right part, red circle, value of 850ppm). The value is updated every 30s. However, the custom popup graph displays strange ...