1.0.13 • Published 2 years ago

@petro-kushchak/homebridge-irrigation-eve v1.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Virtual Irrigation plugin for Homebridge with Eve watering history

Requirements

  • NodeJS (>=8.9.3) with NPM (>=6.4.1)

Endpoint for watering log

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

Eve app usage history

  • 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.

Usage Example:

{
    "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,
        }
    ]
}
1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago