Search found 9 matches

by gehoel
Saturday 11 July 2020 8:43
Forum: dzVents
Topic: EV Charging and load balancing with P1 electricity meter [Solved]
Replies: 10
Views: 2684

Re: EV Charging and load balancing with P1 electricity meter [Solved]

Is there a way to run the script more often then every minute, lets say every 20 seconds?
by gehoel
Monday 06 July 2020 11:03
Forum: dzVents
Topic: EV Charging and load balancing with P1 electricity meter [Solved]
Replies: 10
Views: 2684

Re: EV Charging and load balancing with P1 electricity meter [Solved]

Tested it and that works as well.
Now it's waiting for some more power uses in my house to see if de lowering of the current works as well.

For now it's working as I hoped for.

Many thanks for this.
by gehoel
Monday 06 July 2020 9:58
Forum: dzVents
Topic: EV Charging and load balancing with P1 electricity meter [Solved]
Replies: 10
Views: 2684

Re: EV Charging and load balancing with P1 electricity meter [Solved]

The raising of the current works: 2020-07-06 09:46:00.783 Status: dzVents: Info: evCharger: ------ Start internal script: EV Charging:, trigger: "every minute" 2020-07-06 09:46:00.911 Status: dzVents: Debug: evCharger: Processing device-adapter for EVSEState: Switch device adapter 2020-07-06 09:46 ...
by gehoel
Monday 06 July 2020 9:18
Forum: dzVents
Topic: EV Charging and load balancing with P1 electricity meter [Solved]
Replies: 10
Views: 2684

Re: EV Charging and load balancing with P1 electricity meter [Solved]

2020-07-06 09:15:03.427 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua 2020-07-06 09:15:03.425 Error: dzVents: Error: (3.0.2) evCharger: An error occurred when calling event handler EV Charging 2020-07-06 09:15:03.426 Error: dzVents: Error: (3.0.2 ...
by gehoel
Monday 06 July 2020 8:33
Forum: dzVents
Topic: EV Charging and load balancing with P1 electricity meter [Solved]
Replies: 10
Views: 2684

Re: EV Charging and load balancing with P1 electricity meter [Solved]

I have tested the script. See the LOG: 2020-07-06 08:15:00.495 Status: dzVents: Info: evCharger: ------ Start internal script: EV Charging:, trigger: "every minute" 2020-07-06 08:15:00.632 Status: dzVents: Debug: evCharger: Processing device-adapter for EVSEState: Switch device adapter 2020-07-06 08 ...
by gehoel
Sunday 05 July 2020 13:28
Forum: dzVents
Topic: EV Charging and load balancing with P1 electricity meter [Solved]
Replies: 10
Views: 2684

EV Charging and load balancing with P1 electricity meter [Solved]

Hello, I wanted to ask something. I have an EVSE-WiFi charging station for my new MG ZS EV. What I want to do is: I want to aks the EVSE-WiFi to give me al the information about its satus. http://192.168.x.x/getParameters This JSON response looks like the screenshot. EVSE-WiFi response.jpg {"type ...
by gehoel
Saturday 07 March 2020 10:40
Forum: Python
Topic: Python SolarEdge modbus script via lan
Replies: 67
Views: 11022

Re: Python SolarEdge modbus script via lan

Hello, I have got one problem. My Watts don't show up in Domoticz. My ini file looks like: ;The idx numbers of the sensors made in Domoticz ;if idx is set to 0 (zero) it will be ignored [domoidx] Amps:40 ; Amps (A) Total Amps AphA:0 ; Amps PhaseA inverter AphB:0 ; Amps PhaseB inverter AphC:0 ; Amps ...
by gehoel
Thursday 05 March 2020 21:32
Forum: Python
Topic: Python SolarEdge modbus script via lan
Replies: 67
Views: 11022

Re: Python SolarEdge modbus script via lan

Hello Frank,

I have figured it out.
The part is was missing in your explanation is that I first have to make Virtual Sensors in Domoticz.
After making an Dummy type I was able to add the sensors and then the IDX numbers from Domoticz.

greetings,
Bart
by gehoel
Thursday 05 March 2020 19:53
Forum: Python
Topic: Python SolarEdge modbus script via lan
Replies: 67
Views: 11022

Re: Python SolarEdge modbus script via lan

Hello Together, I find this an interesting topic. My end goal is to activate Equipment in my home when my Solar production is positive. So that I don't have to deliver power to the grid. I have everything working with the script. When I try this command: sunspec_ardexa -vv discover xxx.xxx.xxx.xxx 1 ...