Skip to content

teverett/hsOpenAPI

Repository files navigation

CI

HomeSeer hsOpenAPI

A Java OpenAPI bridge for HomeSeer.

hsOpenAPI is one of numerous HomeSeer support applications created by khubla.com, including

hsOpenAPI uses hsClient

API Documentation

API Documentation is here

Usage

Just run the executable jar after compilation. hsOpenAPI will be available on port http/8080 by default.

For example, you can get the device list at:

http://localhost:8080/homeseer/devices

OpenAPI

The OpenAPI spec for hsOpenAPI is here

License

hsOpenAPI is distributed under the BSD 3-Clause License.

Configuration

hsOpenAPI is configured via the file "hsopenapi.properties". A typical example is

# HomeSeer
hsurl=http://192.168.75.129/JSON
hsuser=HOMESEERUSERNAME
hspassword=HOMESEERPASSWORD

http.port=8080

About

An OpenAPI wrapper for the HomeSeer JSON API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published