Search found 3 matches

by cmddlm
Friday 14 February 2020 16:46
Forum: Other questions and discussions
Topic: SolarEdge via LAN interface
Replies: 134
Views: 45358

Re: SolarEdge via LAN interface


Hi

You are missing the -z parameter

domoticz.utils.osExecute('perl C:\\Mia\\solar2.pl -n -m 0 192.168.1.13 > C:\\Mia\\SEoutput.txt')
domoticz.log()

should be

domoticz.utils.osExecute('perl C:\\Mia\\solar2.pl -n -z -m 0 192.168.1.13 > C:\\Mia\\SEoutput.txt')
domoticz.log()


Thanks frejjn. Now ...
by cmddlm
Friday 07 February 2020 10:29
Forum: Other questions and discussions
Topic: SolarEdge via LAN interface
Replies: 134
Views: 45358

Re: SolarEdge via LAN interface

I have to add that if I add a the command
Print 'Hallo' at the beginning of script perl solar2.pl, at the beginning of file SEoutput.txt Domoticz write correctly Hallo and values of my solaredge.
I think my script Solar2.pl have something wrong bat I don't know what.
I attach my file that I have ...
by cmddlm
Friday 07 February 2020 10:18
Forum: Other questions and discussions
Topic: SolarEdge via LAN interface
Replies: 134
Views: 45358

Re: SolarEdge via LAN interface

Hi everyone.
I can communicate with my solaredge SE3000H with command on windows console.
I have created 11 dummy devices with idx' numbers, correct ip and port of domoticz sever.
I have this dzVent script that doesn't update dummy devices :

return {
on = {
timer = {'every minute'}
},
execute ...