I am trying to connect my 1-Wire network (which has a number of DS18B20 temperature sensors, plus a few other devices) to HA. I gave up trying to connect via a 1-Wire to I2C adapter, and via a DS9490R. I have a D1 Mini Pro board with ESPhome loaded onto it. I hope that it is communicating with HA via WiFi. If in HA I go to Settings/Devices and Services/ESPhome, I see 1-Wire Di Mini Pro as a device. It has 1 entity, update.1_wire_d1_mini_pro_firmware. If I click this it says “This entity is no longer being provided by the esphome integration. If the entity is no longer in use, delete it in settings”. What am I doing wrong? How do I get HA to talk to the 1-Wire bus and connect to the DS18B20s on it?
Oh, looks like you only have a vague idea of what ESPHome is, do you?
It’s not a monolithic do-it-all firmware like tasmota. You have to configure the firmware through YAML configuration file, build it to create the firmware, then install it on the ESP.
Not sure how you got it, but I guess you didn’t install ESPHome on it yourself…
Did you get it figured out? Also, please, please, please use proper code formatting. You use 3x ``` above your code and 3 at the end of your code block. That really helps us be able to help you.
This isnt the only way and there are many ways but, this is arguably the easiest for newcomers. I would suggest using this method at first and then once you understand the basics then try other ways.