claudegel / sinope-zha

This is a custom quirks for sinope zigbee devices for testing before it is added to zha-device-handlers. It also explain how to setup those quirks in Home Assistant to use and test them before they are merged in zha-device-handlers
GNU General Public License v2.0
26 stars 5 forks source link

MC3100ZB (MultiController) wrong internal temperature readings #50

Closed bassdr closed 2 weeks ago

bassdr commented 2 weeks ago

Hi, first of all, thank you very much @claudegel for all the work you've done to integrate sinope's devices to HA. I use your work a lot as I prefer encouraging a local brand and I am an opensource enthousiast.

I am posting this here but I am not yet sure if this is a hardware problem with my device, I am starting to investigate the issue here but I could also contact Sinope as the temperature reading never worked (the device is quite new).

So, the problem I have is that the temperature reading of my device is always a bit off. Actually about 1 degree lower in the 20-25 C range, it gets worse when then temperatures are lower, and I can notice no difference at around 28C.

At first sight, it looks like the internal sensor is mis-calibrated, or just bad. I started looking into the quirks here to see if there would be a way to calibrate the internal sensor. In the meantime, I conntected a 10K sensor to the "external" sensor (it's actually inside the device anyway), as this one seem acurate.

Would you have any clue on what could be wrong? BTW I also connected the device to neviweb GT130 and it does the same, tho I connected it to ZHA first. It's totally possible it's a hardware issue like I said.

Here's the comparison I did last night: You see internal vs. external 10k sensort vs. 3rd party temperature sensor with a very bad refresh rate. history_temp

My question is: I am not familair with ZHA quirks, do you think it could be a way to calibrate the sensor from a quirks? Otherwise I guess I workaround the issue by writing an automation that produces the "fixed" values from the offsetted values? I'm also curious to see if others have similar issues?

claudegel commented 2 weeks ago

Hi in ZHA there is a slider for temperature offset, If your temperature is always off by about the same amount of temperature you can adjust it there. It is possible that your temperature sensor is defective. Could be good to call Sinopé. In Neviweb130 there is no way to adjust the sensor temperature. temp

claudegel commented 2 weeks ago

Sorry your device is a MC3100ZB or a Thermostat? the above adjustment is for thermostat

bassdr commented 2 weeks ago

mC3100ZB

Le lun. 30 sept. 2024, 16 h 53, Claude Gelinas @.***> a écrit :

Sorry your device is a MC3100ZB or a Thermostat?

— Reply to this email directly, view it on GitHub https://github.com/claudegel/sinope-zha/issues/50#issuecomment-2384125103, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTJEKQ347L5EQCZWYG334DZZG23NAVCNFSM6AAAAABPDXMNF6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBUGEZDKMJQGM . You are receiving this because you authored the thread.Message ID: @.***>

claudegel commented 2 weeks ago

TThe internal sensor is for the device temperature, not for room temperature. This is why there is aanother connection for an external sensor. I'm using this one with a floor sensor which is installed ooutside to get outside temperature and send that back to all my thermostats. I've talked to Sinopé wwhen I got mine because I noticed that there was a slight difference with the room temperature and tthey told me that it was the device temperature and not the room temperature. There is also temperature sensor in the light switch and dimmer to monitor device temperature. This is available in ZHa. I think that there is internal temperature sensor in all sinopé devices. I was able to detect a light switch that was very hot because of excessive insulation and there was many device in the same wall box.

bassdr commented 2 weeks ago

OK thanks for the clarification, so my "workaround" is now my final solution! I was hoping to get both outdoor and indoor temperature with a single device, but I'll live with only indoor and use accuweather for outdoor.