metbosch/homebridge-http-temperature

ENET2 1-wire server

wrmo opened this issue · 3 comments

wrmo commented

I have an eds enet2 1-wire server (up to 21 1-wire devices). It does not put out json.
But I can poll individual devices with:

http://192.168.178.75/gettag.csv?romid=160008025B548B10&tag=Temperature&title=0

the output is just the temperature value in celsius eg.:
15.3

Line 66 can not return just the body text, as this.fieldname is never empty. (default: " temperature")

Can you change line 26?
this.fieldName = config["field_name"] || "";

Hi @wrmo ,

Now it should work, the issue was reported some weeks in #11 . I merged the changes now and published them to npm.

Just set field_name: "" in your config.json.

@wrmo ,
Is it working?

wrmo commented