Skip to content

Releases: bbernstein/homebridge-snowsense

v2.0.5 Multiple Sensors

14 Mar 18:55
6b8abb7
Compare
Choose a tag to compare

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

29 Dec 03:21
b95dff8
Compare
Choose a tag to compare

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

27 Dec 19:22
344cbf9
Compare
Choose a tag to compare

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

25 Nov 15:16
Compare
Choose a tag to compare
  • 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

01 Mar 02:58
Compare
Choose a tag to compare

Due to a typo, the WasSnowing never expired. Fixed

multiple sensors

26 Feb 17:13
Compare
Choose a tag to compare
1.0.1

fix reset of hasSnowed and debug msgs