0.0.8 • Published 4 years ago

homebridge-gardena-smart v0.0.8

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

npm npm GitHub last commit

homebridge-gardena-smart

This homebridge plugin provides Homekit and Eve support for Gardena smart sensors that allow to measure soil humidity, soil temperature and ambient light level. The requirement is a Gardena sensor that is connected to the smart system via a Gardena gateway. The plugin uses fakegato-history to store and visualize a history of soil humidity and temperature.

Screenshot

screenshot of history in Eve app

Usage

npm install -g homebridge-gardena-smart

Configuration

Add the following to your homebridge config.json

"accessories": [
	{  
		"accessory": "gardena-smart",  
		"name": "How your sensor should be named in Homekit",  
		"model": "Sensor Model",
		"username": "Gardena Username",
		"password": "Gardena Password",
		"updateInterval": "Time delay before new data are fetched from the Gardena API (recommendation: 300)"
	}  
],

Credits

This plugin is a fork from homebridge-gardena-mower by neuhausf.

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago