Data is not sent to influxdb
Posted: Friday 24 November 2023 20:01
I have domoticz and influxdb installed on a raspberry pi 3. It worked perfectly fine for months, sending data every 5 mins, but for some reason a couple of days ago the data is not reaching influxdb. I've checked this via the "select count(*) from /.*/" command of influxdb (result below is always the same)+ data not being displayed on grafana.
The domoticz log seems clear with no errors, e.g. see below domoticz attemps to send the data
so I am completely clueless over what might be causing this. I should also state that I have another rpi to monitor my power consumption which is sending data to a separate influxdb database than domoticz one (and at a higher sampling rate) which is working fine (I can visualise all data in grafana). Thanks in advance for any help.
Code: Select all
name: Humidity
time count_value
---- -----------
0 44597
name: Lux
time count_value
---- -----------
0 43883
name: Solar-Radiation
time count_value
---- -----------
0 92041
name: Temperature
time count_value
---- -----------
0 37684
Code: Select all
2023-11-24 18:39:06.553 InfluxLink: value Solar-Radiation,idx=23,name=Fullspectrum-streetroof value=0.000
2023-11-24 18:39:06.553 InfluxLink: value Solar-Radiation,idx=22,name=Infrared-streetroof value=0.000
2023-11-24 18:39:06.553 InfluxLink: value Lux,idx=21,name=Light-streetroof value=0.0
2023-11-24 18:39:50.396 InfluxLink: value Solar-Radiation,idx=18,name=Full-spectrum-gardenroof value=0.000
2023-11-24 18:39:50.396 InfluxLink: value Solar-Radiation,idx=17,name=Infrared-gardenroof value=0.000
2023-11-24 18:39:50.396 InfluxLink: value Lux,idx=13,name=Light-gardenroof value=0.0
2023-11-24 18:40:02.958 InfluxLink: value Temperature,idx=20,name=Temperature-rpi-streetroof value=24.5
2023-11-24 18:40:03.964 InfluxLink: value Temperature,idx=11,name=Temperature-rpi-gardenroof value=21.3
2023-11-24 18:45:04.040 InfluxLink: value Temperature,idx=11,name=Temperature-rpi-gardenroof value=20.7
2023-11-24 18:50:03.212 InfluxLink: value Temperature,idx=20,name=Temperature-rpi-streetroof value=23.9
2023-11-24 18:50:56.297 Status: [web:8080] Incoming connection from: 192.168.1.4
2023-11-24 18:55:03.437 InfluxLink: value Temperature,idx=11,name=Temperature-rpi-gardenroof value=21.3