-
Notifications
You must be signed in to change notification settings - Fork 1
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
MQTT documentation #23
Comments
to know more about a potential mqtt protocol would be pretty awesome. |
2 .The MQTT connection is currently only designed for system-internal remote access.
|
Are there any plans to open MQTT for third parties? The REST API is a good start for one-off commands. To synchronize device states across systems, polling via HTTP is cumbersome when there is already MQTT in place. |
To be very honest, REST calls is, as @swissmanu said, only a "good start". MQTT is definitely the way to go for those kind of devices. If you don't plan to have MQTT for end-users as well, it is definitely gonna be what's gonna push me towards Dingz instead of Feller. MQTT is just plain better than REST for a lot of reasons. Especially when the device already has it built-in. Thanks for the info anyway. |
Yes... it is planned to open MQTT for third parties. |
I guess that's an okay compromise for now, thanks! |
Hello together, But before i start to put a lot of work into the websocket functionality i‘d line to ask if you hace an estimate when MQTT will be released. |
It's part of our road map. A first version next year is possible. |
Thanks for your reply! I really appreciate that it could be possible to get an MQTT Version next year. That sounds great. It's more or less what you are already providing by your WS API... :) |
Hi, I'm looking forward to seeing the public MQTT :-) In the meantime, @Stefacir, did you manage to develop a working integration with HA? If so can you share it? |
@sulazix |
@Stefacir yeah with pleasure. If you don't want to create a repo only for this you Can send it by mail (my email is public on my profil) if you need any help next year for the HA integration I Can maybe help if you need/want... Not a lot of knowledge in HA yet but some expériences in python :-) |
Yes I did, under a commercial licence |
@Webbeh any link or connection on how to get to those drivers? |
Through email: weby [at] we-bb [dot] com |
Unfortunately I can't provide a MQTT solution for third party yet because we're still working on other topics. |
Hallo !
I am developing a driver for Feller Wiser - Control4 operation, and I have a few questions. I don't yet have any devices with me to test so my questions might be dumb.
Danke schön !
The text was updated successfully, but these errors were encountered: