raziel83257 / micronovaEsphome

MIT License
1 stars 0 forks source link

Details on hardware required #1

Closed ioExpander closed 1 year ago

ioExpander commented 1 year ago

Hi found this repo because I'm looking into controlling my Pellet Stove from Jolly Mec (using a Micronova board) using ESPHome. Does your project work ? Can you please share some details on the wiring and physical setup you are using ? Thank you.

raziel83257 commented 1 year ago

I've used this schema from @philibertc image

ioExpander commented 1 year ago

Thank you. This uses an Enable_RX pin but I don't see how you are using this in your code (yml or .h). Is the main branch currently working ? I see you made recent commits so maybe this is just work in progress. I might be able to contribute.

raziel83257 commented 1 year ago

Now I no longer have that stove but I can confirm that it worked, unfortunately I can't find the board I used, as soon as I find it I'll post the photos. I've updated the YAML and .h cause I found it was old comparing what I have on my homeassistant.

raziel83257 commented 1 year ago

Thank you. This uses an Enable_RX pin but I don't see how you are using this in your code (yml or .h). Is the main branch currently working ? I see you made recent commits so maybe this is just work in progress. I might be able to contribute.

You are right, in the end I've used a simpler scheme in half duplex, I think it was this: image 20230629_083708536_iOS

https://embedds.com/half-duplex-uart-from-single-avr-pin/

I remember that the d1 mini takes GND and 5v directly from the serial of the micronova 20230629_083758015_iOS