Created At
Sep 01, 2020
Created At
Sep 01, 2020
Last Update
Dec 09, 2021
Platforms
HC 3 Lite, Yubii Home, HC 3
Views
2056
Download
203
Setup:
1. change dataLoggerSN variable to your data logger serial number (this can be found in solarman application. Usually starts with 170xxxxxx)
2. In case of connection problems change inverterIp variable to your sofar inverter IP in your local wifi network (it should work in auto mode but if not send me a message)
v1.2
hello everyone, unfortunately hcl3 application doesn't work. How can I check if there is a problem? I changed the serial number, the other parameters are auto. During the day the device is active in the Fibaro system but there are no readings. Please help me get started.
Quick Fix for HCL3 network interfaces added
Quick Fix for HCL3: Home Center 3 Lite, do not have an 'eth0', only 'wlan0' & 'wlan1'. So on line 'main.lua:204' the script returns an [Error]. replace lines 204 to 210 in "main" script with: if settings.networkConfig.wlan0.enabled then hc3Ip = settings.networkConfig.wlan0.ipConfig.ip else hc3Ip = settings.networkConfig.wlan1.ipConfig.ip end Sorry; this is A quick & dirty fix but i have only just started learning Fibaro & Lua Script.
Sorry Marian, having issues with this Quickapp [ERROR] [QUICKAPP28]: QuickApp crashed [ERROR] [QUICKAPP28]: main.lua:204: attempt to index a nil value (field 'eth0')
sofar.lua:39: bad argument #2 to 'format' (number has no integer representation)