1.0.0 • Published 8 years ago

homebridge-loxone-temperature v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

Homebridge Loxone Temperature Plugin

Example config.json:

{
	"accessories":
	[
		{
		"accessory": "loxone-temperature",
		"name": "Temperature Bathroom",
		"url": "http://user:password@miniserver-ip/jdev/sps/io/temp_bathroom/state"
		}
	]
}

...

NOTE: URL must be in json format, so use "jdev" in the URL instead of "dev". URL must provide a value in this format: "12.3". No space or degree character allowed.

1.0.0

8 years ago