Page 6 of 6
Re: SolarEdge via LAN interface
Posted: Monday 24 February 2020 21:16
by rogerthn
No luck
@freijn You did say
I do not have computed but from device
What Sensor Type is your device SolarEdge Power Kwh
I do have Sensor Type Electric (Instant+Counter) and with from device the update command needs to be an other than below?
urlmessage = 'http://'+domoip+':'+domoport+'/json.htm?type=command¶m=udevice&idx='+str(domoidx)+'&svalue='+str(domovalue)
Re: SolarEdge via LAN interface
Posted: Monday 24 February 2020 21:57
by freijn
- Capture.JPG (16.21 KiB) Viewed 1286 times
- Capture.JPG (16.21 KiB) Viewed 1286 times
let me check the url
Re: SolarEdge via LAN interface
Posted: Tuesday 25 February 2020 7:43
by rogerthn
Running update every 10 second now and so far there seems to be a difference.
Unlike me you do have SolarEdge_Modbus Hardware i.e. I've missed to add Hardware
Can you share yours including settings?
- 2020-02-25 080009.jpg (7.16 KiB) Viewed 1275 times
Re: SolarEdge via LAN interface
Posted: Tuesday 25 February 2020 22:05
by freijn
rogerthn wrote: ↑Tuesday 25 February 2020 7:43
Running update every 10 second now and so far there seems to be a difference.
Unlike me you do have SolarEdge_Modbus Hardware i.e. I've missed to add Hardware
Can you share yours including settings?
2020-02-25 080009.jpg
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?
Re: SolarEdge via LAN interface
Posted: Tuesday 25 February 2020 22:13
by rogerthn
freijn wrote: ↑Tuesday 25 February 2020 22:05
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
I am running the Perl code and the only minor issue is the diff on daily production compared with SolarEdge monitoring.
Re: SolarEdge via LAN interface
Posted: Thursday 16 April 2020 15:40
by Hagen
Hej there,
I'm a newbie to domoticz and scripting - but i finally got the perl script working on my rasperry connected to a SolardEdge Se7k by modbus TCP. Actually, there is only one problem: How can I get the real power value (describing in/out of power to the grid) or alternatively incoming and outgoing grid power into the script and finally into domoticz?
Regards
Hagen
Re: SolarEdge via LAN interface
Posted: Tuesday 28 April 2020 16:51
by MeAlbert
Micha123 wrote: ↑Tuesday 15 October 2019 16:19
I found sunspec_ardexa
It ia a python script and is working much faster then the pearl script
https://pypi.org/project/sunspec-ardexa/
And you dont need to install much librarys for it
$ sunspec_ardexa discover 192.168.102.41 1
Output is
Name: common Sunspec Id: 1 Label: Common
Manufacturer (Mn) SolarEdge
Model (Md) SE4000
Version (Vr) 0003.2221
Serial Number (SN) 73133F27
Device Address (DA) 1
Name: inverter Sunspec Id: 101 Label: Inverter (Single Phase)
Amps (A) 1.74 A
Amps PhaseA (AphA) 1.74 A
Phase Voltage AB (PPVphAB) 236.0 V
Watts (W) 383.1 W
Hz (Hz) 50.02 Hz
VA (VA) 412.5 VA
VAr (VAr) 152.88 var
PF (PF) 92.87 Pct
WattHours (WH) 9371992 Wh
DC Amps (DCA) 1.0329 A
DC Voltage (DCV) 376.5 V
DC Watts (DCW) 388.9 W
Heat Sink Temperature (TmpSnk) 41.79 C
Operating State (St) MPPT
Vendor Operating State (StVnd) 0
Vendor Event Bitfield 1 (EvtVnd1) 1
Vendor Event Bitfield 4 (EvtVnd4) 0
I can install it on my Pi where also Domoticz is running on that's no problem but it is not clear to me how to get it in Domoticz.
Re: SolarEdge via LAN interface
Posted: Tuesday 28 April 2020 21:40
by Piacco
I can install it on my Pi where also Domoticz is running on that's no problem but it is not clear to me how to get it in Domoticz.
There's a description on this post
viewtopic.php?f=65&t=31455