tobyworks / com.tobybonhof.nrg

GNU General Public License v3.0
0 stars 1 forks source link

No connection made #1

Open avdl72 opened 3 weeks ago

avdl72 commented 3 weeks ago

It is not possible to find the addon module from the app. I tried host name and ip address but the app can’t find the module. But the module is reachable both ways outside the app. IMG_1501

tobyworks commented 3 weeks ago

Have you checked the version of the firmware on the module?

Could you try the following in your browser:

http://${host}/api.html?get=ithostatus

and post the result?

Should show something like this:

{"temp":22.1,"hum":66.4,"ppmw":11120,"Ventilation setpoint (%)":94,"Fan setpoint (rpm)":1719,"Fan speed (rpm)":1721,"Error":0,"Selection":7,"Startup counter":131,"Total operation (hours)":24873,"Absence (min)":0,"Highest CO2 concentration (ppm)":"not available","Highest RH concentration (%)":66,"RelativeHumidity":66.4,"Temperature":22.09}

avdl72 commented 3 weeks ago

That is possible. I have firmware v2.8.0

Here are the results of the API call: {"temp":23.2,"hum":57.2,"ppmw":10264,"Speed status":0.5,"Internal fault":0,"Frost cycle":0,"Filter dirty":0,"Ventilation setpoint (%)":0,"Fan setpoint (rpm)":1200,"Fan speed (rpm)":1202,"Error":0,"Selection":2,"Startup counter":560,"Total operation (hours)":8398,"Absence (min)":0,"Highest CO2 concentration (ppm)":"not available","Highest RH concentration (%)":"not available","RelativeHumidity":"not available","Temperature":"not available"}

image

tobyworks commented 3 weeks ago

I think it's the "not available" stuff that's breaking the app. I'll see if I can fix it somewhere this week. Thanks for reporting