A Java OpenAPI bridge for HomeSeer.
hsOpenAPI is one of numerous HomeSeer support applications created by khubla.com, including
hsOpenAPI uses hsClient
API Documentation is here
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
The OpenAPI spec for hsOpenAPI is here
hsOpenAPI is distributed under the BSD 3-Clause License.
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