Search found 13 matches
- Tuesday 08 April 2025 14:32
- Forum: Utility
- Topic: Strange values graphical log view
- Replies: 11
- Views: 1594
Re: Strange values graphical log view
These values are not the same as in the database ! Where are these values stored?
- Tuesday 08 April 2025 14:30
- Forum: Utility
- Topic: Strange values graphical log view
- Replies: 11
- Views: 1594
Re: Strange values graphical log view
Schermafbeelding 2025-04-08 142413.png { "d" : "2025-04-08 07:45", "eg" : "448", "eu" : "2568", "r1" : "132", "r2" : "0", "v1" : "84", "v2" : "0" }, { "d" : "2025-04-08 07:50", "eg" : "452", "eu" : "2571", "r1" : "48", "r2" : "0", "v1" : "36", "v2" : "0" }, { "d" : "2025-04-08 07:55", "eg" : "456 ...
- Tuesday 08 April 2025 14:15
- Forum: Utility
- Topic: Strange values graphical log view
- Replies: 11
- Views: 1594
Re: Strange values graphical log view
The database belonging to the last screenshot
- Tuesday 08 April 2025 14:04
- Forum: Utility
- Topic: Strange values graphical log view
- Replies: 11
- Views: 1594
Re: Strange values graphical log view
Here another example. Until 9.00 both in and out run parallel. Then in drops to 0 what it should be. It are not spikes as you can see.
- Tuesday 08 April 2025 13:58
- Forum: Utility
- Topic: Strange values graphical log view
- Replies: 11
- Views: 1594
Re: Strange values graphical log view
@mark81 I send a json update every 10 seconds. Did change te update frequency to 1 minute but no difference. Tried print values to the log in the script_device_power2p1.lua script. But putting a print(value) line after line 19 "if (devicechanged[GRID_DEV]~=nil) then" the output is no longer visible ...
- Tuesday 08 April 2025 13:12
- Forum: Utility
- Topic: Strange values graphical log view
- Replies: 11
- Views: 1594
Re: Strange values graphical log view
@ gizmocuz I programmed a (my own arduino code) ESP8266 to convert the modbus protocol to a Json string and send it to Domoticz.
Have used this for a lot of years now but never seen this behavior of the graphical overview.
I think it happened after one of the last updates.
Have used this for a lot of years now but never seen this behavior of the graphical overview.
I think it happened after one of the last updates.
- Tuesday 08 April 2025 9:18
- Forum: Utility
- Topic: Strange values graphical log view
- Replies: 11
- Views: 1594
Strange values graphical log view
My smart meter P1 graphic logging showing some strange behavior. When the power in/out comes around 500Watt both in and out come together and showing both higher values than 0Watt. When this happens looking at the received data in the devices section one of the IN/OUT values is always 0 as it should ...
- Tuesday 14 January 2025 18:44
- Forum: Python
- Topic: Sent CPU temperature from Proxmox to Domoticz
- Replies: 6
- Views: 623
Re: Sent CPU temperature from Proxmox to Domoticz
@sloeber my script keeps running I started the script ending with & like: python3 /home/domoticz/domoticzCPU.py &
Added this to contrab for auto startup.
Nice to see it works for you
Added this to contrab for auto startup.
Nice to see it works for you

- Saturday 11 January 2025 10:37
- Forum: Python
- Topic: Sent CPU temperature from Proxmox to Domoticz
- Replies: 6
- Views: 623
Re: Sent CPU temperature from Proxmox to Domoticz
Thats right. Domoticz runs on Ubuntu in a Proxmox VM. Domoticz can't access the server sensors. With this script running on the proxmox server itself it sends the CPU temperature to the IP address od Domoticz. This way I'm able to monitor and get an alarm on Telegram when my CPU temperature is ...
- Friday 10 January 2025 22:31
- Forum: Python
- Topic: Sent CPU temperature from Proxmox to Domoticz
- Replies: 6
- Views: 623
Sent CPU temperature from Proxmox to Domoticz
With help of google I made a Python scrip for sending my server CPU temperature running PROXMOX VM to a virtual sensor The temperature is updated in the file : /sys/class/thermal/thermal_zone0/temp Only reading the first 2 digits on the first line. Send this value to a virtual sensor in Domoticz ...
- Friday 26 February 2021 16:56
- Forum: Utility
- Topic: Updating dummy electric sensor over JSON shows incorrect data
- Replies: 17
- Views: 3638
Re: Updating dummy electric sensor over JSON shows incorrect data
Working Ok for me now 

- Thursday 25 February 2021 23:18
- Forum: Utility
- Topic: Updating dummy electric sensor over JSON shows incorrect data
- Replies: 17
- Views: 3638
Re: Updating dummy electric sensor over JSON shows incorrect data
@FireWizard I think I solved it. Because the Inverters Switch of after Sundown the last KWh values are not set to 0 after midnight. The last values are stil added to a total and send to the virtual device until the Inverters Switch on. Because the inveters do not switch on on the same time the total ...
- Thursday 25 February 2021 19:35
- Forum: Utility
- Topic: Updating dummy electric sensor over JSON shows incorrect data
- Replies: 17
- Views: 3638
Re: Updating dummy electric sensor over JSON shows incorrect data
I have the same problem. I read here it has to do with sending lifetime KWh. I'm using the same virual sensor device for loggin my Solar inverters. The inverters sending the data current Watt and Day KWh with a JSON string over WiFi to Domoticz (server on Windows). This works fine. The inverters ...