MTry / homebridge-smart-irrigation

Turn any electrical irrigation valve into a smart-valve.. or run your pumps on a smart schedule based on your climate! This homebridge plugin exposes a multi-zone irrigation sprinkler dummy control system to Apple's HomeKit. Although a dummy, it brings smarts of an evapotranspiration based climate and plant adaptive irrigation controller with the use of OpenWeatherMap API. The plugin can optionally email you, and/or send you push notifications through Pushover or Pushcut, with the watering schedule it has calculated, or when a watering run is completed, along with the next 7-day weather forecast. Added option to expose system controls to Homekit allowing a user to enable/disable irrigation, rechecks, push and email notifications from within the Home App. Associated WaterLevel Characteristic shows the % of watering cycle remaining.
MIT License
78 stars 4 forks source link

Integration of FakeGato #6

Closed miquellaboria closed 3 years ago

miquellaboria commented 3 years ago

Will be a good feature integrate with FakeGato: https://github.com/simont77/fakegato-history

MTry commented 3 years ago

Will be a good feature integrate with FakeGato: https://github.com/simont77/fakegato-history

Hi Miquel - what exactly would you like to see in the history?

miquellaboria commented 3 years ago

The water consumition ;)

this.LoggingService.addEntry({ time: Math.round(new Date().valueOf() / 1000), status: this.power, waterAmount: this.waterAmount });

MTry commented 3 years ago

Will try to get this done.. added to the to-do list