Closed galluslongus closed 1 year ago
Still works as expected. Please show me your dev.json
{ "temp_offset": -18, "hum_offset": 25, }
i also tried with quotes like this: { "temp_offset": "-18", "hum_offset": "25", }
i had to made the .txt ending, coz of upload failure. dev.json.txt
The JSON is invalid because of the last comma after 25. The editor should tell you the error by a red cross
should be
{"temp_offset": -18, "hum_offset": 25}
damned, thats it...thank you
Bug report
Describe the bug
after changing the values for hum and/or temp compensation and saving / rebooting, nothing changed. it doesnt matter if i edit the json file or use the browser in Time Tab.
Additional information