Custom HTTP Sensor

I’m trying to migrate to HASS from Domoticz. I have some custom Arduino based http sensors. HTTP webserver that outputs:

#dataz#
#LUX value=“574”/#
#SND value=“47”/#
#PPM value=“533”/#
#TEMP value=“23.70”/#
#BAR value=“1028.79”/#
#/dataz#

Any options without rewriting all sensors? It’s not clean REST…

Rewrote everything to aRest. Works awesome :slight_smile:

i would probably change them to mysensors over time (but thats also because i love mysensors :wink: )
but untill then you could write a small pythonscript that reads out the values and then use a commandline sensor to use the pythonscript.