Have it working with led, fan speed control and the rear button manually starts the fan.
The LED turns blue when connected to wifi,red if it disconnects.
And green when fan is running.
I sett up time schedule in node red. But can also be done in HA automations to
I didn’t include the top part of it because i’m not shure about the api encryption key and stuff like that.
So if anybody know how to properly share code,and every user gets his unique keys and stuff. Let me know
Sadly i didn’t know about that
Kinda new at this thing
And i’m currently trying to write up a guide,not done with that.
But i will for sure look into that when i finish the guide
Thanks for the tip
Is the API key something that should be unique to each device in my network?
Or can i have same key for all my devices, so that can be stored in secrets?
Im trying to flash it via esphome webtools but it doenst connect.
im using a different board, but that shouldt matter right?
The voltage is set to 3.3v
in your drawing the blue line from GND is connected to IO2 of the ESP but in the text you write IO0 which one is correct? deleted wrong old / wrong image
Hello, I miss the slider for fan speed control in HA. Before I flash my Genie, I wanted to test the confi.yaml on an ESP8266 with HA Core 2024.9.2 and ESPHome 2024.9.0. Everything worked right away, but I only have three entities in HA. A switch for the FAN, firmware and wifi status. Is that right? Thanks in advance for the answer
I’m using the yaml from “echnics” and sorry for my mistake. I found the slider behind the on/off switch in HA. I thought it was a separate slider like in the Rituals integration of HA. Everything works fine, thanks for that.
I also have a first generation Genie with a built-in battery, which I don’t really need. But I noticed that the fan only has three cables and I think that the cable for the fan speed control is not controlled with PWM, probably via voltage. I haven’t tested whether the cable goes directly to a pin of the ESP. In this case, would there also be a way to control the speed via ESPHome? Can someone help me with a yaml code snippet or better with an adapted version from “echnics”. Unfortunately, I’m not very knowledgeable about this. Thanks
Out of curiosity.
Wouldn’t it be easier to just swap out the board with a new esp and prigram it from scratch?
The app is useless as it is and a new card could be easy to fix.
For anyone who is interested. I dared to flash the first generation Genie with the yaml from “echnics”. The buttons and the RGB LED work well. Only the fan speed control doesn’t respond properly, but it didn’t do that before either. The previous measurement on IO4 showed 1.3V, 1.6V and 2.3V for the three adjustable speeds with a DC voltage measurement. The frequency was 20 kHz.
The yellow cable for controlling the fan speed is not directly connected to IO4 on the first generation Genie. I suspect that there is a D/A converter in between.
That is with the wire to the IO0.
And from the sources mentioned it said it should be connected shortly under power up, but it could be connected during the whole flash.
I tried shortly under power up first, but i failed.
Got it working when i left it connected during the whole process.