Search found 5400 matches
- Monday 02 June 2025 8:34
- Forum: Suggestions
- Topic: ON for x minutes in Scenes
- Replies: 2
- Views: 58
Re: ON for x minutes in Scenes
Scenes cannot be switched Off, only On. With scenes you can set several devices in different states (Both On, Off or at a level) so there is no Off state for scene. You have to create another scene to set the devices in another state.
- Monday 02 June 2025 8:29
- Forum: News & Updates
- Topic: Domoticz version 2025.1 released
- Replies: 10
- Views: 4564
Re: Domoticz version 2025.1 released
Probably related to beta needing Openssl3 (and so an up to date OS), see viewtopic.php?t=43485
- Sunday 01 June 2025 14:58
- Forum: dzVents
- Topic: need help dzevets script solar Toon
- Replies: 34
- Views: 717
Re: need help dzevets script solar Toon
The update command for the general kWh device is
updateElectricity(power, energy)
updateElectricity(power, energy)
- Sunday 01 June 2025 10:48
- Forum: dzVents
- Topic: need help dzevets script solar Toon
- Replies: 34
- Views: 717
Re: need help dzevets script solar Toon
Putting kWh data into a sensor created for Watt data is wrong. But if it works from you its fine for me. Just a warning for the next Toon user trying to do the same..
- Sunday 01 June 2025 0:03
- Forum: Bugs and Problems
- Topic: Upgrade to 2025.1 miserably failed
- Replies: 8
- Views: 408
Re: Upgrade to 2025.1 miserably failed
Just a remark, upgrading a system with Domoticz and then having the browser doing strange does not tell anything about the Domoticz process. Did you check the log file of Domoticz? Do you see errors? See the troubleshooting wiki how to start with a log file. Your systems are now all running bookworm ...
- Saturday 31 May 2025 23:18
- Forum: dzVents
- Topic: need help dzevets script solar Toon
- Replies: 34
- Views: 717
Re: need help dzevets script solar Toon
The totalPower device can be used in the energy dashboard as it is now so what is the problem?
- Saturday 31 May 2025 19:02
- Forum: dzVents
- Topic: need help dzevets script solar Toon
- Replies: 34
- Views: 717
Re: need help dzevets script solar Toon
If you are filling the right data to the general kWh device totalPower you can delete the other 2. It will also calculate the daily production for you but it needs a running total counter and not a daily (resetting to 0) counter. You probably have to add JSON value "total". Please check if that ...
- Saturday 31 May 2025 12:15
- Forum: Other questions and discussions
- Topic: SolarEdge via LAN interface
- Replies: 131
- Views: 39454
Re: SolarEdge via LAN interface
Did anyone get the AddieJanssen plugin working on Pi OS Bookworm ? Whatever I try I keep getting the × This environment is externally managed message. The same happens when I try the sunspec_ardexa method. See this section in the wiki https://wiki.domoticz.com/Using_Python_plugins#Installing_ ...
- Saturday 31 May 2025 12:09
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: db Restore won't work
- Replies: 5
- Views: 156
Re: db Restore won't work
You did not use the restore database function from menu Setup - settings?
- Saturday 31 May 2025 0:15
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: db Restore won't work
- Replies: 5
- Views: 156
Re: db Restore won't work
That seems strange, did you install the new Domoticz with the standard installation script? As that would set the correct permissions on the db file.
- Saturday 31 May 2025 0:11
- Forum: dzVents
- Topic: need help dzevets script solar Toon
- Replies: 34
- Views: 717
Re: need help dzevets script solar Toon
Probably not working like this but you never know...
You probably need the Electric (Instant and counter) for connecting Solar to the Energy Dashboard.
You probably need the Electric (Instant and counter) for connecting Solar to the Energy Dashboard.
- Friday 30 May 2025 19:53
- Forum: Suggestions
- Topic: Axis break in graphs
- Replies: 2
- Views: 87
Re: Axis break in graphs
I think this change has caused this https://github.com/domoticz/domoticz/co ... 83bd293822
You can play with the file www/app/log/RefreshingChart.js to change the behavior as you do not have to build anything.
You can play with the file www/app/log/RefreshingChart.js to change the behavior as you do not have to build anything.
- Friday 30 May 2025 18:13
- Forum: Zigbee
- Topic: Z4D plugin - new release
- Replies: 4
- Views: 150
Re: Z4D plugin - new release
Thanks, just updated without issues. Restarted the plugin and also Zigbee4Domoticz UI works just fine.
- Friday 30 May 2025 0:15
- Forum: dzVents
- Topic: need help dzevets script solar Toon
- Replies: 34
- Views: 717
Re: need help dzevets script solar Toon
It is time you start better reading the dzvents wiki, it is all there: https://wiki.domoticz.com/DzVents:_next ... _scripting
Use
Use
Code: Select all
domoticz.devices('your_device_name').updateEnergy(current)
- Thursday 29 May 2025 20:04
- Forum: Suggestions
- Topic: Legacy versions of Domoticz for reinstall
- Replies: 3
- Views: 159
Re: Legacy versions of Domoticz for reinstall
For that one kind of accident a SD card is failing you better have a full backup available.
Lost of info on the net how to do that.
Also when to create those full backups and make smaller delta backups.
Lost of info on the net how to do that.
Also when to create those full backups and make smaller delta backups.
- Thursday 29 May 2025 19:06
- Forum: Bugs and Problems
- Topic: Upgrade to 2025.1 miserably failed
- Replies: 8
- Views: 408
Re: Upgrade to 2025.1 miserably failed
If OS Bookworm (with openssl3) is running on the machine it should also run Domoticz 2025.1 beta (on Bookworm) as it is build on that OS.
- Thursday 29 May 2025 18:20
- Forum: Bugs and Problems
- Topic: Upgrade to 2025.1 miserably failed
- Replies: 8
- Views: 408
Re: Upgrade to 2025.1 miserably failed
Try with browser in incognito /private mode.
From what version did you upgrade? 2024.7?
Or way older so before 2023.2? As in that version some security changes were performed that could give similar issues.
From what version did you upgrade? 2024.7?
Or way older so before 2023.2? As in that version some security changes were performed that could give similar issues.
- Thursday 29 May 2025 15:37
- Forum: dzVents
- Topic: need help dzevets script solar Toon
- Replies: 34
- Views: 717
Re: need help dzevets script solar Toon
What do you expect to see? Because you now selected a counter that needs the total kWh data field and not the usage data in Watt. You can also create an Electric (instant and Counter) device. That needs 2 values. The current in W and the total counter in Wh. (But what is the correct values from the ...
- Thursday 29 May 2025 9:58
- Forum: Zigbee
- Topic: Not Reachable
- Replies: 6
- Views: 340
Re: Not Reachable
Zigate stick firmware is abandoned. Better buy a Sonoff USB stick and connect it to Zigbee4Domoticz.
I did it a couple of years ago and never regretted it. Way better performance.
I did it a couple of years ago and never regretted it. Way better performance.
- Thursday 29 May 2025 0:59
- Forum: Bugs and Problems
- Topic: Upgrade to 2025.1 miserably failed
- Replies: 8
- Views: 408
Re: Upgrade to 2025.1 miserably failed
Luckily Domoticz creates a full backup when updating so you can restore to the old situation. See the wiki for instructions: https://wiki.domoticz.com/Raspberry_Pi# ... ect_update