Search found 28 matches

by Wiljums
Thursday 07 April 2022 15:59
Forum: Python
Topic: Python plugin for Goodwe - local lan via udp
Replies: 21
Views: 6943

Re: Python plugin for Goodwe - local lan via udp

Hey, I'm maintaining the plugin for accessing the Goodwe inverter via the SEMS API. Reason for not (yet?) switching to the local lan option is the fact that you need to have the firmware upgraded for your inverter, which most people (my assumption) haven't done. Not sure how or since when new ...
by Wiljums
Monday 16 August 2021 13:51
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 252
Views: 52544

Re: Python Plugin: GoodWe solar inverter via SEMS API

Since updating to Domoticz 2021.1 I have the strange issue that some of the device values do not reach InfluxDB, others still do. Did you update to stable (build 13191) or to a beta 2021.1 (build > 13191)? As there are things changing with regards to the Python Plugin framework in beta. I'm now on ...
by Wiljums
Sunday 15 August 2021 16:34
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 252
Views: 52544

Re: Python Plugin: GoodWe solar inverter via SEMS API

Since updating to Domoticz 2021.1 I have the strange issue that some of the device values do not reach InfluxDB, others still do. Values that do reach InfluxDB: temperature, input 1 and 2 current power, inverter output power ( usage ) Values that do not reach InfluxDB: inverter input 1 and 2 voltage ...
by Wiljums
Wednesday 10 February 2021 9:28
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 252
Views: 52544

Re: Python Plugin: GoodWe solar inverter via SEMS API

It seems like I'm still on 1.1.1 (probably due to migration and installing the old version). When trying to update I get:

>> got it updated to 1.2.6 and working again.
by Wiljums
Tuesday 09 February 2021 13:01
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 252
Views: 52544

Re: Python Plugin: GoodWe solar inverter via SEMS API

Hi, I don't receive the input string data (Voltage, current and power per string) anymore. I do receive inverter temperature, current, voltage en kWh. I updated to the latest version, but no effect. I don't see errors in the Domoticz log. What could be wrong here? Could it be because they changed ...
by Wiljums
Tuesday 09 February 2021 11:08
Forum: Heating/cooling
Topic: Luxtronic Heatpump controller
Replies: 52
Views: 19629

Re: Luxtronic Heatpump controller

Has anyone managed to read the current power ('Leistung Istwert' or 'Vermogen') in kW? I think it's ID 188.
by Wiljums
Thursday 28 January 2021 12:33
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 252
Views: 52544

Re: Python Plugin: GoodWe solar inverter via SEMS API


waltervl wrote: I did not updated to the latest version, changed 12 days ago.... Perhaps you did resulting in your issue (not likely though)
No changelog of latest version?

Verstuurd vanaf mijn SM-G950F met Tapatalk

by Wiljums
Sunday 18 October 2020 11:06
Forum: Utility
Topic: SmartEvse support
Replies: 124
Views: 15050

Re: SmartEvse support

I'm interested in this as well. Any progress on your side?
by Wiljums
Thursday 15 October 2020 21:24
Forum: Utility
Topic: Incorrect Smart Meter reading after midnight for returned power
Replies: 2
Views: 810

Re: Incorrect Smart Meter reading after midnight for returned power

Have you been able to solve this problem?
by Wiljums
Thursday 24 September 2020 17:38
Forum: Utility
Topic: P1 Smart Meter, Return value invalid, overflow error?
Replies: 16
Views: 2642

Re: P1 Smart Meter, Return value invalid, overflow error?

I might see similar wrong values with my smart meter. It worked fine for several months, since then random strange readings:

Image
by Wiljums
Tuesday 12 May 2020 12:43
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 252
Views: 52544

Re: Python Plugin: GoodWe solar inverter via SEMS API

JanJaap wrote:Hi,

If you can provide me with info about what's wrong in the current I can fix it but now I have no clue.
The only information I have is the log info posted earlier.

Verstuurd vanaf mijn SM-G950F met Tapatalk

by Wiljums
Friday 08 May 2020 15:30
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 252
Views: 52544

Re: Python Plugin: GoodWe solar inverter via SEMS API

The errors occur when domoticz tries to push the data of the 'current' devices to InfluxDB:
- Inverter output current
- Inverter input 1 Current
- Inverter input 2 Current

The other devices do not cause errors, so I think something is not ok with these devices..
by Wiljums
Thursday 07 May 2020 12:33
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 252
Views: 52544

Re: Python Plugin: GoodWe solar inverter via SEMS API

And I get the following error, which is related to this plugin (chaning the refresh interval, also changes the interval of the error):

Image

What is causing this?
by Wiljums
Monday 04 May 2020 13:39
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 252
Views: 52544

Re: Python Plugin: GoodWe solar inverter via SEMS API

If I set refresh interval to 10 sec. the data only changes once per minute. Is that a limitation of the Sems portal?
by Wiljums
Saturday 05 October 2019 16:26
Forum: Heating/cooling
Topic: Luxtronic Heatpump controller
Replies: 52
Views: 19629

Re: Luxtronic Heatpump controller

Hoi Willem, Somewhere at the end of the script you see: # Lees huidige functie warmtepomp if array_calculated[119] == 1: array_calculated[119] = '0' if array_calculated[119] == 0: array_calculated[119] = '10' if array_calculated[119] == 5: array_calculated[119] = '20' if array_calculated[119] == 10 ...
by Wiljums
Sunday 29 September 2019 22:01
Forum: Heating/cooling
Topic: Luxtronic Heatpump controller
Replies: 52
Views: 19629

Re: Luxtronic Heatpump controller

Poostrom, I have your script working, except reading the current function of the heatpump. Is there anything special I have to do in setting up the switch? Sure ;) #!/usr/bin/python import socket import struct import datetime import httplib ##################### # Luxtronik 2.0 IP hostHeatpump ...
by Wiljums
Friday 30 August 2019 11:23
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 252
Views: 52544

Re: Python Plugin: GoodWe solar inverter via SEMS API

Is it possible to send the data to InfluxDB with this plugin?
by Wiljums
Friday 30 August 2019 10:09
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 252
Views: 52544

Re: Python Plugin: GoodWe solar inverter via SEMS API

Hi, does it read the data per string? Ideally I would like to read all the data fields you can export manually through semsportal: Time WorkMode Vpv1(V) Vpv2(V) Ipv1(A) Ipv2(A) Vac1(V) Vac2(V) Vac3(V) Iac1(A) Iac2(A) Iac3(A) Fac1(Hz) Fac2(Hz) Fac3(Hz) Pac(W) Temperature(℃) Daily Generation(kWh) ...
by Wiljums
Thursday 25 July 2019 23:02
Forum: Heating/cooling
Topic: Luxtronic Heatpump controller
Replies: 52
Views: 19629

Re: Luxtronic Heatpump controller

An overview of all possible measures and ID's: https://www.loxwiki.eu/pages/viewpage.a ... d=18219334