mjuhanne / fyrtur-motor-board

Custom firmware for the STM32 based IKEA Fyrtur roller blind motor board
MIT License
114 stars 12 forks source link

wrong Temp / RH readings... #2

Open thncode opened 3 years ago

thncode commented 3 years ago

This is one of the best smart home mods I have seen so far. I am currently using 6 fyrtur devices and modded them already by just using the motor and pcb using 3d printed size optimized mounts and your 8266 port is great! As I am using homekit I did another port of the software, but this is really great work, thank you!! I have one small problem though, the sensor is delivering wrong values, always to high (35-36 degree celsius) but steady values. I searched for this effect with no success so far, did you experience something like this as well?

mjuhanne commented 3 years ago

Thank you for your nice words and sorry for the late response. It's always nice to hear if someone else has modded their Fyrturs.

I'm intrigued about your setup. So are you using my PCB but with some other microcontroller? I haven't yet found any other (public) projects that control the Fyrtur motor. Please do enlighten us :)

Now that you mention, I did notice the higher temp sensor values. I just thought that it was because the sensor was in enclosure and the ESP would heat the air, but it seems that is not the issue. I will have to research this more.

thncode commented 3 years ago

no, not another microcontroller but just different software as I am using apple homekit smarthome equipment. This allowed me to get rid of the bridge. I basically just used the motor (and now your modded pcb) as I don't like the ikea housing and 3d printed a minimalistic mounting...

fyrtur

Regarding the temperature / humidity I was puzzled that the values are so high: I am using this correction factor

float temperature_value = myHTU21D.readTemperature() * 0.7;

but this cannot be right I think...

simlu commented 2 years ago

@thncode That custom printed minimalistic design looks awesome! Are you happy with how it turned out? Also do you happen to have the files handy for 3d printing? Would love to do something similar!