Skip to content

Api for the Schellenberg/Enexoma/SmartFriends Smart Home Gateway

License

Notifications You must be signed in to change notification settings

LoPablo/enexomaApi

Repository files navigation

Schellenberg Api / Smart Friends Api / Enexoma Api

With a lot of work over the last three years I reverse engineered and implemented the Api of the gateway which my parents use to control their smart home blinds from the german company Schellenberg.

The Api seems to be part of a generic smart home application which uses base types for categorizing controllable smart devices and wrapping them into a Compatibility-Config which is then send to the displaying App to know which device it should display, which commands are available and much more.

Because of this, with some changes to the Session Parameters, the Api should be usable with the Smart Friends Gateway or any Smart Home Gateway which has software provided by a company named Enexoma (take a look at an unpacked apk or ipa file of the respective App for the cSymbol, the cSymbol Addon and the Api Version).

Disclaimer

This project was created in my free time whenever I had time to not study for university. It is not finished but should be enough for most task. Feel free to contribute or use in your project. Please link or name me when you use any of the code. Also feel free to ask if anything is unclear or you need help with getting something to work.

Example

For an Example, to implement a communication with the Gateway, take a look at the ShellenbergBridge.ts file foe an example. A Socket can be opened with the SmartSocketFacotry which needs a DataDefferedHanlder to send incoming messages to (EnexomaBridge.ts is defined as DataDefferedHandler)

About

Api for the Schellenberg/Enexoma/SmartFriends Smart Home Gateway

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published