Here the same, it also let domoticz crash for some reason. The plugin doesn't use siteid, maybe that's missing?madpatrick wrote: ↑Sunday 04 May 2025 13:58 Hi,
I'm have the same problems.
Worked for year and suddenly it stopped working.
Also the admin sectionis gone in my portal.
Search found 7 matches
- Tuesday 06 May 2025 9:23
- Forum: Bugs and Problems
- Topic: Update API solaredge
- Replies: 21
- Views: 4963
Re: Update API solaredge
- Monday 06 May 2024 19:03
- Forum: dzVents
- Topic: DZvents power get negative at 00:00
- Replies: 8
- Views: 976
- Friday 03 May 2024 10:28
- Forum: dzVents
- Topic: DZvents power get negative at 00:00
- Replies: 8
- Views: 976
Re: DZvents power get negative at 00:00
Thanks waltervl found the solution thanks to you. Quite simple, and worked perfectly last night. Maybe you have some adjustments on it, please let me know: return { on = { timer = { 'every minute' } }, execute = function(dz, item) local RoodToday = dz.devices(451).WhTotal local GroenToday = dz ...
- Thursday 02 May 2024 15:18
- Forum: dzVents
- Topic: DZvents power get negative at 00:00
- Replies: 8
- Views: 976
Re: DZvents power get negative at 00:00
You should add the current TotalWh of your total device. The Energy should not go zero every day but a runing increasing value (like your home energy meter) So add in the begin of your script local TotaalWh = dz.devices(1174).TotalWh Then modify your update line to dz.devices(1174 ...
- Thursday 02 May 2024 13:40
- Forum: dzVents
- Topic: DZvents power get negative at 00:00
- Replies: 8
- Views: 976
Re: DZvents power get negative at 00:00
Electricity is counted as cumulative Wh (even if displayed as kWh). Depending on values returned by your module, technic is different. If values you get are cumulative but reset at some time (as midnight), you should write some code which: - initialize saved value to zero - read current value - if ...
- Thursday 02 May 2024 9:41
- Forum: dzVents
- Topic: DZvents power get negative at 00:00
- Replies: 8
- Views: 976
DZvents power get negative at 00:00
I have the following script running with succes for calculate total usage for few seprated led strips. I use the script for different uses, but there is one problem I already play with a long time but didn't find any solution yet. My scripting is not the best, but what i archieved already in ...
- Friday 03 April 2020 11:58
- Forum: Other questions and discussions
- Topic: Every second 2 text lines from P1 smart meter in domoticz.log
- Replies: 11
- Views: 3067
Re: Every second 2 text lines from P1 smart meter in domoticz.log
Spend 3 days searching why my domoticz suddenly stopped. Log didn't help because of all the messages of the P1 meter. Finally found it came of the Buienradar plugin, used it since upgrade to 2020.1. Disabled it and now 2 days problem free. So my question is also, how can we get them out of the log ...