Jon Ziebell
70b82351a1
Added setting to prefer secondary device sync
2023-12-05 21:12:26 -05:00
Jon Ziebell
bbd050ee94
Fixed a few sync issues.
2023-10-05 20:09:18 -04:00
Jon Ziebell
ca8ff3d4b4
Fixed an issue where sensors were not inactivating if none were found.
2023-08-25 08:05:36 -04:00
Jon Ziebell
c5c53c33b4
Improved some exception handling.
2023-05-12 07:46:29 -04:00
Jon Ziebell
efbf04d3d4
Improved error handling for when no thermostats are found.
2023-04-13 22:41:27 -04:00
Jon Ziebell
dff338b580
Fixed #373 - beestat loads for home owner but not member
2023-01-24 17:44:13 -05:00
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