-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/esphome #26
Feature/esphome #26
Conversation
Arffff I'm finalizing an other with ESP8266-Homekit ^^ And publishing a homebridge package too ! |
Is ESPHome compatible with HomeKit ? |
|
@LubosD Hi guy, |
If you have a pinout or schematic for the Pico W solution and like to share it, I could adapt to the PCB for an alternate placement of ESP8266 or Pico W and publish a new revision. I assume, the schematic of the Pico W solution is very close to the ESP8266. |
I will prepare that for you . But there almost nothing for my poc. I just use level shifters |
Ok, so there is no need to change from the discrete resistor / BS170 to the iHaospace module level shifter, right? Just a new mapping to the Pi GPIOs from what I see. I like to keep the existing design as far as possible. If you give me green light with the software and schematic I would go for PCB V2. |
we should expect less than 80 mA according to this video. (with full time wifi emission).. |
Hi ! I converted the project to esphome : https://github.com/piitaya/esphome-intexsbh20 and added an installer (french installer and english installer). I use it for one month and I have no issues except wifi flashing issues. I had to do some retries when updating firmware via esphome ota. I used @RealByron optimizing branch to add some optimization. I don't know how we can merge this to the main project as there is some differences |
Hi Paul, |
Hi folks, the main branch has recently received a significant update to support the Intex model SJB-HS and possibly also the SSP-H (see #13 and the README). The integration of the new model(s) is not jet complete, as these models support more features than the SB-H20. Especially reading and writing the disinfection time will require another significant code change, I am currently working on. My problem here: I do not own a SJB-HS and have to rely on guesswork and user feedback. What @piitaya presented above looks really good. It would be perfect if we could find a way to bring it all together:
If everyone is willing to commit to support the sum of these features we are at a good starting point. It will probably take a while to get a stable version that supports all these ideas but this is what git branches are good for. Apart from pulling the main project changes into the code from @piitaya before merging it back into the main project this will probably require a slightly different project directory structure of the main project. Please let me know what you think about this. |
Hi there, if you want to see my work on Picow |
The RP2040 on the PicoW seems to me like a reasonable choice to resolve the ESP8266 interrupt/timing problems. It has the advantage that the WiFi is not integrated into the MCU but provided by the Cypress chip. I have one on my desk for quite a while, but I am still playing with a SAMD21 - the Atmel/Microchip MCUs have the big advantage that they have more advanced timer units than the ESP8266 and the RP2040. Regardless, I will not migrate this project to another platform or MCU for my own use, but anyone who starts from the beginning should know about the alternatives. For the time being I will support anyone who wants to improve this project. I still intend to have a look at your stability improvements, but as mentioned above, my current focus is the SJB model support. |
@jnsbyr I know, |
closed due to inactivity |
Hi. I'm new to the whole thing and would like to know how and what I have to install where so that it works with EspHome. I use Home Assistant. Do you have a detailed installation guide? Thanks