Hi,
I am trying to get my 1-wire sensor on a ESP8266, that is showing the temperature on a html page.
In mrtg I used this one to graph the temperatur:
curl -s http://nodemcu1|grep -i Duschwasser|cut -c 17-18
This is the legacy configuration style. It may not be the source of your problem, but I suggest you update to the current standard which would look like this:
Did you restart HA after adding this to configuration.yaml? When adding a new platform you must restart – a quick reload will not load the new section.
You should check the log files for any errors or issues.
I have modified the sensor with your suggstion and it is still not working. But 1 step further…
Looking at the log, I can see :
ValueError: Sensor sensor.duschwasser_temperatur has device class ‘None’, state class ‘None’ unit ‘…C’ and suggested precision ‘None’ thus indicating it has a numeric value; however, it has the non-numeric value: ‘’ (<class ‘str’>)
home-assistant.log 50/50 100%
I am running home-assistant in a docker instance and the curl command works from the command line.