Skip to content

thwessling/homebridge-gardena-smart

 
 

Repository files navigation

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.

Languages

  • JavaScript 100.0%