glennsp / com.mill

Support for Mill WiFi heaters
GNU General Public License v3.0
5 stars 20 forks source link

Mill temperature reading is off in Homey #32

Open stillingen opened 2 years ago

stillingen commented 2 years ago

Hi 👋

I just connected my new Mill 700W heater to Homey and the temperature readings from the unit is a bit off (multiplies with 100 😅). My understanding is that the unit is returning avgTemp as the current temperature reading and in my case it's the actual temp reading multiple with 100. Is this normal? Any suggestion on what to do?

image

image

stillingen commented 2 years ago

Just tried to delete the room and unit from the Mill app, and reset the unit to factory setting without any luck.

stillingen commented 2 years ago

Added the unit to Tibber and the reading the their app looks Ok

image

sevenam commented 2 years ago

Same thing with new oven here. Old ones seem OK though so maybe the newer ones report the temp in a different format? Or something changed when adding it?

hybriden commented 2 years ago

@sevenam This bothered me as well, so I looked into it. My v2 units report avgTemp as a two digit number and my v3 units report avgTemp as a 4 digit number. 4 digit numbers is not handled correctly in the app. I'm not a JS developer, but I opened a PR with a fix. Maybe @glennsp can approve or fix it himself?

abdavid commented 1 year ago

@glennsp possible to get some eyes on this? I see there is a lot dependency PRs laying around here as well. Might be time to prioritize or move the repo to someone that can?