Search found 672 matches
- Friday 20 June 2025 16:18
- Forum: Other questions and discussions
- Topic: The great Docker problem*
- Replies: 36
- Views: 5407
Re: The great Docker problem*
Exactly. I did the same some years ago. Just read and follow the documentation. On the other hand, nowadays with an AI chatbot it would even be a lot easier. And a always, Domiticz is open source and maintained by a great community, however, it is open source. If you do not want to fool/play around ...
- Wednesday 18 June 2025 20:52
- Forum: Utility
- Topic: SolarEdge production throttling from Domoticz
- Replies: 105
- Views: 3114
Re: SolarEdge production throttling from Domoticz
I can and the pure solar productuon is not a modbus value. So as ling as youbdon't charge a battery it is not problem.
- Wednesday 18 June 2025 19:14
- Forum: Utility
- Topic: SolarEdge production throttling from Domoticz
- Replies: 105
- Views: 3114
Re: SolarEdge production throttling from Domoticz
Anyone did any checks on the net solarpower? The modbua valua is the AC value, as soon as the battery is being charges the value does not add up. Compare it to the value in the app (but remember it is a lot slower). For now I use a lua script based on the battery being charged or not, the meter ...
- Monday 16 June 2025 13:37
- Forum: dzVents
- Topic: external script won't run from dzventsz
- Replies: 7
- Views: 282
Re: external script won't run from dzventsz
Are you using docker?
- Friday 13 June 2025 17:45
- Forum: Utility
- Topic: SolarEdge production throttling from Domoticz
- Replies: 105
- Views: 3114
Re: SolarEdge production throttling from Domoticz
Not sure if it is wise to add different hardware to the same plugin. P1 hardware can be user otherwise in Domoticz for the energy dashboard.
You could try with a newer versiion of solaredge modbus. Just the reqyirements.txt could have incompatibilitys and might be downgraded.
You could try with a newer versiion of solaredge modbus. Just the reqyirements.txt could have incompatibilitys and might be downgraded.
- Friday 13 June 2025 15:14
- Forum: Utility
- Topic: SolarEdge production throttling from Domoticz
- Replies: 105
- Views: 3114
Re: SolarEdge production throttling from Domoticz
Nope. The releases are here, but looks like an update has been long ago.
https://github.com/addiejanssen/domotic ... n/releases
https://github.com/addiejanssen/domotic ... n/releases
- Friday 13 June 2025 15:04
- Forum: Utility
- Topic: SolarEdge production throttling from Domoticz
- Replies: 105
- Views: 3114
Re: SolarEdge production throttling from Domoticz
The pre-release (plugin 2.0.4) on Addies github also has the battery and inline meter added. Which basically works great. The things is, there is no netto sun production in the modbus spec. As long as there is no battery and charger, everything works fine. The charger I added my self, but for now ...
- Thursday 08 May 2025 17:33
- Forum: Bugs and Problems
- Topic: Update API solaredge
- Replies: 21
- Views: 4311
Re: Update API solaredge
Yep. Same here.
- Tuesday 06 May 2025 11:21
- Forum: Bugs and Problems
- Topic: Update API solaredge
- Replies: 21
- Views: 4311
Re: Update API solaredge
Never had any problems with de solaredge hardware in Domoticz. So I doubt it is solely the Solaredge plugin.
- Tuesday 06 May 2025 9:38
- Forum: Bugs and Problems
- Topic: Update API solaredge
- Replies: 21
- Views: 4311
Re: Update API solaredge
I would say there are problems with the api at Solaredge. I get update every now and then.
- Tuesday 06 May 2025 9:37
- Forum: Zigbee
- Topic: migration to new OS
- Replies: 9
- Views: 389
Re: migration to new OS
Thx. And indeed, that is one of the beautys of docker.
- Tuesday 06 May 2025 9:35
- Forum: Other questions and discussions
- Topic: SolarEdge via LAN interface
- Replies: 133
- Views: 39965
Re: SolarEdge via LAN interface
It works here with pymodbus 3.6.9 as is in my previous post.
- Monday 05 May 2025 14:20
- Forum: Other questions and discussions
- Topic: SolarEdge via LAN interface
- Replies: 133
- Views: 39965
Re: SolarEdge via LAN interface
This is how I got the modbus connection working, in buster. pip3 install modbus==0.8.0 pip3 uninstall pymodbus pip3 install pymodbus==3.6.9 The code used runs in my customstartup.sh I use in docker. The problem for me is more computing the correct value for raw sun production, escpecially when using ...
- Monday 05 May 2025 14:15
- Forum: Zigbee
- Topic: migration to new OS
- Replies: 9
- Views: 389
Re: migration to new OS
The missing openssl lib, is that also the case when using the Domoticz doxker container?
- Tuesday 15 April 2025 11:27
- Forum: Examples & Solutions
- Topic: Home Battery Simulation and dynamic vs fixed energy contract comparison
- Replies: 5
- Views: 678
Re: Home Battery Simulation and dynamic vs fixed energy contract comparison
So far, seeing my results, I do not (completely) agree, escpecially in combination with a dynamic contract.
- Tuesday 15 April 2025 9:10
- Forum: Examples & Solutions
- Topic: Home Battery Simulation and dynamic vs fixed energy contract comparison
- Replies: 5
- Views: 678
Re: Home Battery Simulation and dynamic vs fixed energy contract comparison
Basically my Solaredge setup does all that automatically (more or less). Do you also 'load' the battery with your script when the prices are low compared to other moments during the day and the sun is not shining all that much? Sometimes it is even more efficient (pricewise) to use load from the ...
- Monday 07 April 2025 7:29
- Forum: Bugs and Problems
- Topic: Solaredge inverter plug-in Modbus TCP
- Replies: 36
- Views: 7775
Re: Solaredge inverter plug-in Modbus TCP
Nope, that is not the correct value. At the moment you use a battery and charger next to your solarpanels there seems to be an issue. I whish is was the correct value, my production be 2kW higher at times. Either the solaredge_modbus python library is not giving al registers or the needed value is ...
- Sunday 06 April 2025 15:06
- Forum: Bugs and Problems
- Topic: Solaredge inverter plug-in Modbus TCP
- Replies: 36
- Views: 7775
Re: Solaredge inverter plug-in Modbus TCP
The inverter you are using is a Solaredge? I do not see that register I think.
- Saturday 05 April 2025 16:50
- Forum: Bugs and Problems
- Topic: Solaredge inverter plug-in Modbus TCP
- Replies: 36
- Views: 7775
Re: Solaredge inverter plug-in Modbus TCP
For me the update frequency. The api calls are way to slow. Even the app is way slower compared to the modbus updates.
Basically the energy dashboard is useless when using the solaredge api updates.
Or are we talking about difgerent things?
Basically the energy dashboard is useless when using the solaredge api updates.
Or are we talking about difgerent things?
- Friday 04 April 2025 13:33
- Forum: Heating/cooling
- Topic: Tado Thermostat plugin
- Replies: 108
- Views: 45371
Re: Tado Thermostat plugin
hm, but no. First token was at 31 march, so that is not it.
Wonder if it is possible to automate that......
Wonder if it is possible to automate that......