- NodeJS (>=8.9.3) with NPM (>=6.4.1)
This plugin supports temperature updates from http web hook. You can enable HomeKit automation to send watering status information. Once plugin is started, it starts http server with port httpPort. Currently plugin supports URL (example with Homebridge Raspberry Pi setup and default httpPort: 5678):
GET http://homebridge.localhost:5678/watering/1
- usage updates are stored using fakegato lib, so when open irrigation accessory with Eve app its possible to see watering history
Fakegato open source project fakegato-history.
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "123-45-568"
},
"accessories": [
{
"accessory": "VirtualIrrigationEve",
"name": "Virtual Irrigation System",
"httpPort": 5678,
}
]
}