-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for other applications #19
Comments
Glad it could help you :) According to the protocol docs, there's a It depends on how your install is set up, and that's highly discretionary – the smaller installs I've looked at generally use Lighting Application ( If you have a copy of your project file, Toolkit should tell you what application they're assigned to. Or even let you set up some triggers that let it be controlled by the main lighting application. |
Thanks Michael, Can we expose other application IDs easily if I find what
it is using?
…On Tue, Oct 13, 2020 at 3:03 PM Michael Farrell ***@***.***> wrote:
Glad it could help you :)
According to the protocol docs, there's a Position Feedback for Motorised
Blinds, but there's no assigned application ID for it, nor is that part
published publicly.
It depends on how your install is set up, and that's highly discretionary
– the smaller installs I've looked at generally use Lighting Application (
0x38) for everything, even for things like ceiling fans with speed
control.
If you have a copy of your project file, Toolkit should tell you what
application they're assigned to. Or even let you set up some triggers that
let it be controlled by the main lighting application.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#19 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMGIPHAH6TLQPLYOCP5CQLSKPGQXANCNFSM4RPR6ZLA>
.
|
It's not just the application ID, it's also what commands it's expecting; and both are kinda non-trivial to plumb. The low level APIs in If you can send me your Toolkit project file, then I can probably tell you what's going on. Toolkit should be also able to discover all of the units on a network and download their configuration. |
Hi,
I've got a cbus install that includes a blind application - I'm not 100% sure if this is a standard cbus app or was custom created for my project. Is there an easy way to add and expose an additional application?
Apart from that - a massive thanks for creating this! I'd been fighting solutions with cgate for years and your code was up and running and working in about 15 minutes.
The text was updated successfully, but these errors were encountered: