You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Dallas temp sensor setup on an ESP32. Version 0.2.2. Some observations.
The Device Resolution setting does not seem to work. No matter what I set it to it's always on 9bit whenever I revisit the settings page.
In the value settings the Decimals settings does not seem to make any difference. There are always 4 decimals displayed in the devices page no matter what is set in the settings value. Whenever I revisit the settings page there is a blank in the setting box.
I put a formula in the formula field in the same format as in ESPEasy and it seems to not work at all.
Like this>> %value%*9/5+32 <<. Celcius to Farenheit.
I'm guessing that uPyEasy requires another format? Or not implemented yet?
It does send the temp to my syslog server at the correct interval. Appears to be correct temp too.
Don't really know if these are bugs or just lack of implementation though.....
The text was updated successfully, but these errors were encountered:
The device resolution setting in the DS18 plugin, the decimals settings and the formula settings in general are not implemented yet. I am/was busy making uPyEasy work first and fill in the gaps later. :-)
I have a Dallas temp sensor setup on an ESP32. Version 0.2.2. Some observations.
The Device Resolution setting does not seem to work. No matter what I set it to it's always on 9bit whenever I revisit the settings page.
In the value settings the Decimals settings does not seem to make any difference. There are always 4 decimals displayed in the devices page no matter what is set in the settings value. Whenever I revisit the settings page there is a blank in the setting box.
I put a formula in the formula field in the same format as in ESPEasy and it seems to not work at all.
Like this>> %value%*9/5+32 <<. Celcius to Farenheit.
I'm guessing that uPyEasy requires another format? Or not implemented yet?
It does send the temp to my syslog server at the correct interval. Appears to be correct temp too.
Don't really know if these are bugs or just lack of implementation though.....
The text was updated successfully, but these errors were encountered: