Hi @ll!
I would like to thank everybody for this nice and good forum!
I am fighting with a (probebly) easy problem.
I have a WiFi sensor that works with an Esp32. The esp makes an webpage that i can connect via http by just open the ip-adress of the Esp32. When I do this, I get a string in just one line. The String looks like that (without “”) :
“esp32_19/T=21.60/H=68.90/“
From this string I would like to cut off the temperature and the humidity. I have 20 of this Esp32 in my house and all of then should be integrated in my home assistant.
Can you please help me to generate the code for yaml to save the data in HomeAssistant?
Thanks a lot!