I want to monitor a value in the HTML of a web page.
Depending on the returned values the sensor should show different states and different sensor messages.
The values on the web page I want to monitor are in a similar format that you would use for the HTTP Content sensor:
[integer][string]
The HTTP Content sensor can only monitor integers, not strings.
How can I achieve my goal?
Add comment