Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pgerke/streamdeck-freeathome-net
A Free@Home plugin for the Elgato Stream Deck implemented in .NET5
https://github.com/pgerke/streamdeck-freeathome-net
freeathome net5 streamdeck
Last synced: 22 days ago
JSON representation
A Free@Home plugin for the Elgato Stream Deck implemented in .NET5
- Host: GitHub
- URL: https://github.com/pgerke/streamdeck-freeathome-net
- Owner: pgerke
- License: mit
- Created: 2021-03-20T12:51:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-10T09:03:02.000Z (about 3 years ago)
- Last Synced: 2023-03-04T01:48:24.283Z (almost 2 years ago)
- Topics: freeathome, net5, streamdeck
- Language: CSS
- Homepage:
- Size: 136 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# streamdeck-freeathome #
A free@home plugin for the Elgato Stream Deck implemented in .NET5.
## Prerequisites ##
* A free@home system access point with firmware version >= v2.6.0
* The local API feature has to be enabled.
* Valid user credentials for a local API user.## Functionality ##
* **Binary switches**: See and toggle the state of a binary switch.
* **Dimmers**: See the power state and brightness of a dimmer actuator.
Pressing the button will toggle the power state of the dimmer. At the moment, the brightness cannot be set by the plugin. This will come with the next update.
* **Test Action**: Verify a connection can be made with the specified parameters.### Planned features ###
* Room Temperator Sensors
* Scenes
* Blinds## I found a bug, what do I do? ##
I'm happy to hear any feedback regarding the plugin or it's implementation, be it critizism, praise or rants. Please create a [GitHub issue](https://github.com/pgerke/streamdeck-freeathome/issues) or drop me an [email](mailto:[email protected]) if you would like to contact me.
I would especially appreciate, if you could report any issues you encounter while using or setting up the plugin. Issues I know about, I can probably fix.
If you want to submit a bug report, please check if the issue you have has already been reported. If you want to contribute additional information to the issue, please add it to the existing issue instead of creating another one. Duplicate issues will take time from bugfixing and thus delay a fix.
While creating a bug report, please make it easy for me to fix it by giving us all the details you have about the issue. Always include the version of the plugin and a short concise description of the issue. Besides that, there are a few other pieces of information that help tracking down bugs:
* The operating system you are using and it's version
* The version of the stream deck software and the model
* Some steps to reproduce the issue
* The expected behaviour and how the plugin failed to meet that expectation
* Anything else you think I might need## I have a feature request, what do I do? ##
Please create a [GitHub issue](https://github.com/pgerke/streamdeck-freeathome/issues) or drop me an [email](mailto:[email protected])
## Privacy Policy ##
The free@home plugin for the Elgato Stream Deck does not use cookies or tracking or collect personal data of any kind. And it never will. Period.
## Glossary ##
* **SysAP**: System Access Point
## Open Source Acknowledgement ##
| Component | License | Version |
| :-------- | :-----: | ------: |
| [Bootstrap Icons](https://icons.getbootstrap.com/) | MIT | v1.4.0 |
| [StreamDeck-Tools](https://github.com/BarRaider/streamdeck-tools) | | v3.2.0 |
| [Websocket.Client](https://github.com/Marfusios/websocket-client) | MIT | v4.3.38 |
| [Microsoft .NET](https://github.com/microsoft/dotnet) | MIT | v5.0.201 |
Made with ❤ by Philip Gerke