-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Make library work with FGW14-USB communication #8
Conversation
Dear @JBosecker, I'm trying to understand the code changes you made and why you made them. I saw for example that the CoAP protocol support is dropped, that the bus locking/unlocking is out. But there are other changes as well, and I'd like to understand why. |
Hey @michaelpiron I tried to get this library flying with the FGW14. For CoAP: I'm not sure if this was ever working and also if this is needed in this library. I also added some message types, because they were needed for the communication (1BS). I hope that's enough as an explanation. |
This pull requests makes the library work with communications over the FGW14-USB gateway.
A refactoring of the code was done by @JBosecker (thanks for your contribution).
Changes:
The functions were used to communicate on the Eltako bus via USB on the FAM14, but this was not a use case that Eltako designed for. Just an example: If you lock the bus and unlock it again, all current states of the actors are dismissed (like the current scene for FSB14).