Would be nice to know if there has been any change in the reading from anyone who built one of these.
It’s been about three weeks now and my guess is that the voltage will be about the same now as three weeks ago even if the car has not been started once.
My hunch is that unless you have a history of several weeks in HA then you will not see any change except noise just as you can see in OPs image.
Thanks for the replies guys, appreciate the help.
I don’t really understand most of tech chat about programming these devices but I’m generally OK at following instructions and I don’t think this project is beyond me
So would these be perfect for the job (I’m planning on making 2 and have just bought 2 DC power shields via ebay UK)
the pin-outs look to be the same as the wemos.
Would I do everything the same as the instructions because if buying these meant I would have to deviate from them then I would probably buy a genuine wemos via davefi’s link (thanks Dave)
They work fine.
Don’t worry too much about the pinout of the brand. Instead make sure it’s compatible with ESPHome.
Everything else is easily fixed.
The only thing that could happen if you buy a board with a different pinout is that you need to change the code from “D2” to GPIOxx, since the ports are labled on most boards it’s just to read off the board and change the code accordingly.
About the programming mentioned, as long as it has a USB port it’s fine.
Keep that as your main priorities instead, USB and compatible with ESPHome.
Thanks Hellis81, I intend to (attempt) to run tasmota as I already have lots of devices running it via Home Assistant on a Raspberry Pi and it generally does what I want.
So in your opinion will those boards from Amazon suite the job without having to change anything or won’t I know for definite until I physically get them. For £8 I don’t mine taking the chance they will
Oh right. Forgot that this project was tasmota.
I just know ESPHome has a list of boards buti have never heard of a board that is not compatible.
I even bought one that was not on the list and it worked fine.
So sorry guys, I haven’t checked this post in a while and haven’t received any email notifications - my bad.
I migrated the code from gitlab to Instructables in the hope they will be easier to read/follow but my mistake was making the gitlab repos private. I just fixed that.
Thanks a lot Hellis81 & Nick for answering everyone’s questions - very thoughtful answers.
Hi, if you connect the battery directly without increasing the voltge divider resistor, you will feed 4V into the ESP8266 which is rated for Max 1V and destroy it.
You might want to watch this ESP8266 intro video to get more context - specifically jump to 1:42 where it shows the voltage divider part. https://youtu.be/dGrJi-ebZgI
As for ESPHome, I don’t have experience in that domain and I rather leave it to someone who does - so I can’t really answer that.