Search found 28 matches

by rogerthn
Monday 05 May 2025 14:01
Forum: Other questions and discussions
Topic: SolarEdge via LAN interface
Replies: 133
Views: 40588

Re: SolarEdge via LAN interface

I did try SolarEdge_ModbusTCP on bookworm with no luck :( :( I ended up using pymodbus-2.4.0, pyserial-3.4 and solaredge_modbus-0.6.5 that I did have running on buster. On bookworm as normal user mv /home/USER/.local/lib/python3.11/site-packages/* /home/USER/SAVED_site-packages/ scp -pr pi@buster ...
by rogerthn
Saturday 03 May 2025 18:28
Forum: Other questions and discussions
Topic: SolarEdge via LAN interface
Replies: 133
Views: 40588

Re: SolarEdge via LAN interface

No issues with the cable connection but WiFi is WiFi :oops:
by rogerthn
Saturday 03 May 2025 17:47
Forum: Other questions and discussions
Topic: SolarEdge via LAN interface
Replies: 133
Views: 40588

Re: SolarEdge via LAN interface

SunnyDomoticz wrote: Saturday 03 May 2025 11:28 ... The inverter is connected through WiFi (with an IP address) ...
Might not be relevant for you but I've a SE7K and after an upgrade modbus over WiFi was disabled due to "security concerns" :(
I now have a cable connected ;)
by rogerthn
Saturday 25 November 2023 14:46
Forum: Heating/cooling
Topic: DzVents interface to Husdata H60 heat pump interface
Replies: 18
Views: 6224

Re: DzVents interface to Husdata H60 heat pump interface

Do you have different names in the scripts?
domoticz.devices('Radiator Return')).updateTemperature(data["0001"]/10
domoticz.devices('Radiator Forward').updateTemperature(data["0002"]/10
by rogerthn
Friday 05 May 2023 11:09
Forum: Show your projects
Topic: SolarEdge individual optimizer dzVents script
Replies: 73
Views: 16000

Re: SolarEdge individual optimizer dzVents script

Thanks :D
Screenshot 2023-05-05 110549.png
Screenshot 2023-05-05 110549.png (144.89 KiB) Viewed 2215 times
by rogerthn
Wednesday 07 December 2022 19:42
Forum: Heating/cooling
Topic: DzVents interface to Husdata H60 heat pump interface
Replies: 18
Views: 6224

Re: DzVents interface to Husdata H60 heat pump interface

Really nice! Do you have any instructions on how you set this up? No detailed instructions, it has been "some" Trial and error :lol: I'm running Grafana and InfluxDB on RPI 4 with 8GB ram and SSD-drive. Once you have Grafana and InfluxDB installed you need to configure MQTT_SRVR, MQTT_PORT, MQTT ...
by rogerthn
Monday 10 October 2022 19:55
Forum: Heating/cooling
Topic: DzVents interface to Husdata H60 heat pump interface
Replies: 18
Views: 6224

Re: DzVents interface to Husdata H60 heat pump interface

Thanks Mats!
0203 on my H60 (Thermia Diplomat) is Room temp setpoint :-)
Might consider something similar to what you have and also something in Domoticz for 0205 Heat set 1, Curve to be used when leaving the house for some days :-D
by rogerthn
Friday 07 October 2022 23:27
Forum: Heating/cooling
Topic: DzVents interface to Husdata H60 heat pump interface
Replies: 18
Views: 6224

Re: DzVents interface to Husdata H60 heat pump interface

Intresting Mats!
Do you have an indoor temperature sensor or does lowering Room temp setpoint "do the trick" without it?
PS
My MQTT-data is stored in InfluxDB and is displayed using Grafana
e,g, https://rogerthn.se/grafana/d/HaQJPWg4z ... refresh=1m
Good night.
by rogerthn
Sunday 16 May 2021 15:38
Forum: Heating/cooling
Topic: DzVents interface to Husdata H60 heat pump interface
Replies: 18
Views: 6224

Re: DzVents interface to Husdata H60 heat pump interface

Many Thanks! Since my H60, connected to Thermia Diplomat at rare occasion do send -2 662.4 °C for Outdoor temperature I've applied a fix as below. if ( Signed(data["0007"])/10 > -32 ) then domoticz.devices('Outdoor').updateTemperature(Signed(data["0007"])/10) else domoticz.log('Outdoor=' .. Signed( ...
by rogerthn
Tuesday 04 May 2021 8:33
Forum: Python
Topic: Python SolarEdge modbus script via lan
Replies: 67
Views: 12185

Re: Python SolarEdge modbus script via lan

I do not know if your inverter will keep talking to the cloud solaredge.
Mine does :D
by rogerthn
Tuesday 04 May 2021 7:36
Forum: Python
Topic: Python SolarEdge modbus script via lan
Replies: 67
Views: 12185

Re: Python SolarEdge modbus script via lan

Hi guys now I read the SolarEdge on Domoticz via the API but it's not very fast and I don't have a lot of data But what does this method consist of? What must be changed on the SolarEdge inverter? If you enable it, I still have the verification of my inverter via the SolarEdge cloud? Thank you If ...
by rogerthn
Sunday 09 August 2020 9:36
Forum: Python
Topic: Python SolarEdge modbus script via lan
Replies: 67
Views: 12185

Re: Python SolarEdge modbus script via lan

Maybe ... 2020-02-27 Thanks Telewy ! If the script does not connect to the inverter with the message : Cannot find the address: 1 Then please in the file /usr/local/lib/python2.7/dist-packages/sunspec/core/client.py at line 333 insert the sleep command : time.sleep(0.1) I am using python 3 and have ...
by rogerthn
Thursday 27 February 2020 19:23
Forum: Python
Topic: Python SolarEdge modbus script via lan
Replies: 67
Views: 12185

Re: Python SolarEdge modbus script via lan

My SE7K has been running since October last year and today I did get a new all time high with 36.390 kWh :D Hi, .... Following it I added at the 333 line, in file .. pysunspec\sunspec\core\client.py: time.sleep(0.1) .... Cheers, Tomasz THANKS Tomasz! My update as below diff /usr/local/lib/python3.7 ...
by rogerthn
Thursday 27 February 2020 19:13
Forum: Python
Topic: Python SolarEdge modbus script via lan
Replies: 67
Views: 12185

Re: Python SolarEdge modbus script via lan

Piacco wrote: Thursday 27 February 2020 18:23
I still have problems to launch the script with crontab, i tried different rules, but none of these works :(
...
Try

Code: Select all

which sunspec_ardexa
and use the result in crontab
by rogerthn
Tuesday 25 February 2020 22:13
Forum: Other questions and discussions
Topic: SolarEdge via LAN interface
Replies: 133
Views: 40588

Re: SolarEdge via LAN interface

Roger, I have no clue what you are asking now :-( Can you please help me to understand which include settings you are looking for? b.t.w. Are you running the Perl code or the Python code? Never mind :lol: I am running the Perl code and the only minor issue is the diff on daily production compared ...
by rogerthn
Tuesday 25 February 2020 22:09
Forum: Python
Topic: Python SolarEdge modbus script via lan
Replies: 67
Views: 12185

Re: Python SolarEdge modbus script via lan

sunspec_ardexa discover 10.3.141.85 1-20 --port 1502 With the original sunspec_ardexa.py did take some time and nothing was returned ping 10.3.141.85 PING 10.3.141.85 (10.3.141.85) 56(84) bytes of data. 64 bytes from 10.3.141.85: icmp_seq=1 ttl=64 time=3.85 ms 64 bytes from 10.3.141.85: icmp_seq=3 ...
by rogerthn
Tuesday 25 February 2020 21:32
Forum: Python
Topic: Python SolarEdge modbus script via lan
Replies: 67
Views: 12185

Re: Python SolarEdge modbus script via lan

Is this before or after my mod ? Did you try with the original files ? Above is after your mod. Original sunspec_ardexa.py gives Cannot find the address: 1 Cannot find the address: 1 Cannot find the address: 1 Cannot find the address: 1 Cannot find the address: 1 Cannot find the address: 1 Cannot ...
by rogerthn
Tuesday 25 February 2020 19:48
Forum: Python
Topic: Python SolarEdge modbus script via lan
Replies: 67
Views: 12185

Re: Python SolarEdge modbus script via lan

jvdz wrote: Tuesday 25 February 2020 19:39 I am using the standard 502 port, but that depends of what you've configured in your solaredge.
I also hope you did fill the IP address for a.b.c.d in this command:
sunspec_ardexa --verbose discover a.b.c.d 1

Jos
Yes, a.b.c.d is the same for sunspec_ardexa... and sunspec-status... :D