Releases: bbernstein/homebridge-snowsense
Releases · bbernstein/homebridge-snowsense
v2.0.5 Multiple Sensors
Users can now create multiple sensors, each with their own settings.
Cleaned up debug logs so it's easier to see all the variables that turn on/off sensors.
v2.0.4 github action
Added github action to verify it runs in node v14,16,18 and passes all tests.
Updated README slightly.
No functional changes.
v2.0.2 Major rewrite in typescript
I had some fun playing with github copilot and asked some questions from ChatGPT while coding it.
Added a config schema so it now can be configured using the homebridge ui plugin.
Removed all accessories except IsSnowy as that's really the pertinent one for turning on and off snow-melting mats.
Feel free to open an Issue if you have any problems with the plugin. I'm generally pretty responsive.
annual cleanup/update
- Allow temperature and precip as a way of checking for snow (thanks @willnap )
- Allow config for units (default is si) so you can choose Fahrenheit or Celcius
- Annual code cleanup (prep for winter)
- Upgrade to latest homebridge
past eventually expires
Due to a typo, the WasSnowing never expired. Fixed
multiple sensors
1.0.1 fix reset of hasSnowed and debug msgs