kizniche / Mycodo

An environmental monitoring and regulation system
http://kylegabriel.com/projects/
GNU General Public License v3.0
2.94k stars 492 forks source link

Generic LCD Function Bug #1239

Closed WebBurnout closed 1 year ago

WebBurnout commented 1 year ago

Hey, I spent several hours on tracking down a bug in the generic LCD functions. Because the measure_max_age value is listed as a float, the Flux query that gets created for Influx 2.x throws an error. It requires an integer value.

kizniche commented 1 year ago

Thanks for the PR. I just committed some more changes that fix the other LCD Functions and also cast the value as integer at the influx query to reduce future issues.

kizniche commented 1 year ago

This pull request has been mentioned on Radical DIY Forum. There might be relevant details there:

https://forum.radicaldiy.com/t/mycodo-v8-15-0-release/1362/1