Search found 9 matches
- Thursday 22 May 2025 20:10
- Forum: News & Updates
- Topic: Domoticz upcoming beta/release and OpenSSL 3.0
- Replies: 55
- Views: 17164
Re: Domoticz upcoming beta/release and OpenSSL 3.0
Use a docker container to run Domoticz beta. also a doable option for domoticz as application. However in mid-term and long-term, an OS Upgrade with going from python 3.9 to 3.11/3.12 with more recent packages for almost everything is globally the more secure option ;) Nevertheless, thanks for your ...
- Wednesday 21 May 2025 20:47
- Forum: News & Updates
- Topic: Domoticz upcoming beta/release and OpenSSL 3.0
- Replies: 55
- Views: 17164
Re: Domoticz upcoming beta/release and OpenSSL 3.0
So just for my understanding : a) starting 15.05.2025, the UpdateBeta script added a test on OpenSSL Version 3 as mandatory prerequisite to fullfill under raspbian OS b) when installing Domoticz, I prefer to run it on https-only, and I know that running domoticz on the http port (without ssl) is ...
- Saturday 19 April 2025 21:51
- Forum: Suggestions
- Topic: Feature Request: Delete entire history of device
- Replies: 16
- Views: 1953
Re: Feature Request: Delete entire history of device
Hi, Alternative way if you are not so common-use-DBA ;). As I encounter the same issues you described when doing development work on scripts to get some data to domoticz, before committing data to the sensor I use old-school programming method, ergo Log to console :lol: return { active = true, on ...
- Monday 07 April 2025 20:34
- Forum: Bugs and Problems
- Topic: Solaredge inverter plug-in Modbus TCP
- Replies: 36
- Views: 8119
Re: Solaredge inverter plug-in Modbus TCP
In that case I have to admin that "I'm sorry, but out of alternatives that help you". The Installation I have certainly another wiring / logic as yours. Technically seen : my system is a PV Installation with own consumption that returns the non-used production to the Grid, where a Storage System is ...
- Sunday 06 April 2025 20:58
- Forum: Bugs and Problems
- Topic: Solaredge inverter plug-in Modbus TCP
- Replies: 36
- Views: 8119
Re: Solaredge inverter plug-in Modbus TCP
The inverter you are using is a Solaredge? I do not see that register I think. Yes, I have two of them : For the Solar Installation, a 3-phase SE16K and on the battery Side a mono-phased SE6000H. I activated logging (Info [checked], LogLevel [verbose/verbose+]) and hereby the readings I see (NB ...
- Saturday 05 April 2025 20:53
- Forum: Bugs and Problems
- Topic: Solaredge inverter plug-in Modbus TCP
- Replies: 36
- Views: 8119
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? I understand your concern : indeed the API is far, far too ...
- Friday 04 April 2025 21:04
- Forum: Bugs and Problems
- Topic: Solaredge inverter plug-in Modbus TCP
- Replies: 36
- Views: 8119
Re: Solaredge inverter plug-in Modbus TCP
Thanks, but that are the things I already did. The value I van not find is the number of watts coming from the solar panels, for some reason that needs to be computed I guess. on the ModBus Plugin, in my case I have an Device, but I doubt that the DeviceID's will be the same on each inverter which ...
- Thursday 03 April 2025 22:36
- Forum: Bugs and Problems
- Topic: Solaredge inverter plug-in Modbus TCP
- Replies: 36
- Views: 8119
Re: Solaredge inverter plug-in Modbus TCP
My Setup was a reply to the following open question Still wondering how the Solaredge app does this. Anyone got this working with an inverter, battery, charger and inline-meter? So from the config part of SolarEdge, we are running almost the same (except I have a monophased SE6000H to connect a High ...
- Wednesday 02 April 2025 19:21
- Forum: Bugs and Problems
- Topic: Solaredge inverter plug-in Modbus TCP
- Replies: 36
- Views: 8119
Re: Solaredge inverter plug-in Modbus TCP
I have the plugin running since 2021 on a Raspberry Pi4 with the following global config : 1° Domoticz is beta trunk (since 2020 2° Python is 3.9.2 3° Operating System is Linux <hostname> 6.6.66-v8+ #1830 SMP PREEMPT Mon Dec 16 14:40:26 GMT 2024 aarch64 GNU/Linux 4° modules installed by pip3 pym ...