Search found 6 matches

by Meulderg
Sunday 14 March 2021 15:43
Forum: LUA
Topic: Solved: Problem with LUA script reading from Fronius inverter
Replies: 35
Views: 11129

Re: Solved: Problem with LUA script reading from Fronius inverter

as i was rebuilding my Domoticz from scratch, i rewatched my old post. Thanks glsf91 for editing the script, to be more resource friendly. On the old script, i never used the values UAC IAC UDC and IDC. so i commented them out of this script Also added some more help on what sensors to create. Hope ...
by Meulderg
Friday 25 August 2017 13:00
Forum: LUA
Topic: Solved: Problem with LUA script reading from Fronius inverter
Replies: 35
Views: 11129

Re: Solved: Problem with LUA script reading from Fronius inverter

Hi Kinghuzi, As i sad before i'm no scripting guy myself, it took me a long time of experimenting to get things working. Try to adjust my script to get data from your Smartmeter. If the URL (which i cannot access). you posted gives you the correct data. Than try if it gives you any data in the ...
by Meulderg
Friday 28 July 2017 16:10
Forum: LUA
Topic: Solved: Problem with LUA script reading from Fronius inverter
Replies: 35
Views: 11129

Re: Solved: Problem with LUA script reading from Fronius inverter

Hi Tonnie, Sorry for my late resonse, but in the script there are also url's to create hardware and sensors. That is how i did it. Create Virtual Hardware via JSON script (Copy this URL manualy) --Change IP, Port and name accordingly --http://127.0.0.1:8080/json.htm?type=command&param=addhardware ...
by Meulderg
Friday 05 May 2017 18:35
Forum: LUA
Topic: Solved: Problem with LUA script reading from Fronius inverter
Replies: 35
Views: 11129

Re: Solved: Problem with LUA script reading from Fronius inverter

Hi Jo,
Yes, i'm still running the script as i posted it here.
Can't say that mine is running with a high load.
DomoticsCPU.jpg
DomoticsCPU.jpg (90.72 KiB) Viewed 7417 times
I believe it is possible to change the runtime of the script by adding
time = os.date("*t")
if ((time.min % 15)==0) then


Hope this helps.
by Meulderg
Friday 03 March 2017 11:56
Forum: LUA
Topic: Solved: Problem with LUA script reading from Fronius inverter
Replies: 35
Views: 11129

Re: Solved: Problem with LUA script reading from Fronius inverter

Today i change from a windows machine to a Raspberry PI 3B. Only had to change the location of the LUA script and the IDs of the sensors. works for me :-) Also i don't have any errors as you can see in my log. 2016-11-23 14:29:01.123 EventSystem: Fetching url... 2016-11-23 14:29:01.123 EventSystem ...
by Meulderg
Thursday 16 February 2017 12:44
Forum: LUA
Topic: Solved: Problem with LUA script reading from Fronius inverter
Replies: 35
Views: 11129

Solved: Problem with LUA script reading from Fronius inverter

The script that was posted here, didn’t give me the result I wanted (it didn’t give me a result at all). It took me a while to get things working for me, as I’m no expert in scripting. This script runs between sunrise – 30 min and sunset +30 min After that it looks at the state of the converter, if i ...