1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00

8 Commits

Author SHA1 Message Date
Jon Ziebell
bcb59df01d Added rudimentary support for legacy monitor and control sensors (temperature only) 2021-12-14 23:00:43 -05:00
Jon Ziebell
7938f260f1 Fixed #339 - Sensor values over 100F show up as 0.0 in "Sensors" section
I was incorrectly limiting between -100F and 100F. Doubled that. The limit exists to filter out obviously bad data (which there is some of)
2021-07-08 20:37:32 -04:00
Jon Ziebell
5c64575910 No longer returning unsupported sensors from the API 2020-01-16 18:53:34 -05:00
Jon Ziebell
24020e300f A bunch of changes in preparation for sensor data.
The big stuff is done; sending this live to identify any issues early.
2020-01-12 21:27:30 -05:00
Jon Ziebell
08403cedc6 Removing firstConnected as a requirement for unique thermostats.
Turns out ecobee is sometimes changing firstConnected (on four thermostats so far, see #203). Since this field is no longer reliable, switching to serial number (identifier) only.
2019-12-19 21:15:58 -05:00
Jon Ziebell
eaee95736d Fixed #157 - Re-evaluate converged columns
Removed "json_" prefixes from all columns and converted columns to actual JSON types. Also removed all converged columns and converted contents to regular columns.
2019-10-28 21:18:43 -04:00
Jon Ziebell
ed62657e54 Fixed #125 Removed sensors are not being properly removed
Had some issues with my sensor sync. Also fixed minor bug with the return value of the thermostat sync.
2019-06-10 21:00:57 -04:00
Jon Ziebell
1c79d3a773 Beestat is now open source 2019-05-22 21:22:24 -04:00