robertklep / nefit-easy-client

Nefit Easy™ client for Node.js
MIT License
14 stars 3 forks source link

High systemPressure #2

Closed harryd100 closed 8 years ago

harryd100 commented 8 years ago

After getting the client running, I noticed a (very) high systemPressure of 25.5 Bar

Running: easy get /system/appliance/systemPressure shows

{"id":"/system/appliance/systemPressure","type":"floatValue","recordable":0,"writeable":0,"value":25.5,"unitOfMeasure":"bar","minValue":0,"maxValue":25}

Could this be because I have an Ecomline HR (does not support cv-waterpressure through Easy Connect)?

robertklep commented 8 years ago

I believe that the Ecomline is an older model (I used to have one, replaced it with a Trendline almost two years ago)?

If it doesn't support water pressure in the iOS/Android app, this library (which uses the same data as the apps) won't be able to support it either. The values returned don't make sense (25.5 exceeds the maximum of 25) so I think it's fair to say that you shouldn't trust it 😀

harryd100 commented 8 years ago

Ok, thanks. It also does not support water pressure in the Android App. so I think you are right. BTW, great piece of reverse engineering.