Feller-AG / wiser-api

MIT License
12 stars 1 forks source link

MQTT documentation #23

Open GOinfo-Ltd opened 2 years ago

GOinfo-Ltd commented 2 years ago

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.

  1. Is there no thermostat API ?
  2. I saw that port 8883 must be opened. Are the devices communicating through MQTT ? If so, would it be ever possible to get the docs for the MQTT connection instead of the REST api ?
  3. Is there anyone I can contact to get a testbench for me to be able to test my driver ?

Danke schön !

swissmanu commented 2 years ago

to know more about a potential mqtt protocol would be pretty awesome.

woodworm commented 2 years ago
  1. There are no thermostats in the Wiser by Feller system yet.

2 .The MQTT connection is currently only designed for system-internal remote access.

  1. For this question please contact the Feller Customer Service Center.
swissmanu commented 2 years ago

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.

GOinfo-Ltd commented 2 years ago

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.

woodworm commented 2 years ago

Yes... it is planned to open MQTT for third parties. In the meanwhile WebSocket could be an alternatieve solution for you. see

GOinfo-Ltd commented 2 years ago

I guess that's an okay compromise for now, thanks!

tech-geek-4 commented 1 year ago

Yes... it is planned to open MQTT for third parties. In the meanwhile WebSocket could be an alternatieve solution for you. see

Hello together, I am working on an integration into home assistant of Wiser right now. Momentarily i work with Rest-API which works well for the basic functionality.

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 doesn‘t have to be very precisebut would be lovely to know if it‘s in the timerange of maybe the next year.

woodworm commented 1 year ago

It's part of our road map.

A first version next year is possible. But some clarifications are still needed to find the right answer... The answer to the ultimate question of what would we need to provide via Mqtt. Your inputs are welcome... loads-state, button-events, sensor-events?

tech-geek-4 commented 1 year ago

Thanks for your reply! Sorry that it took so long for this answer.

I really appreciate that it could be possible to get an MQTT Version next year. That sounds great. From my perspective it would be sufficient for a first version to have your mentioned. It should be possible to control all loads and get the states of the loads and as well the button/sensor events.

It's more or less what you are already providing by your WS API... :)

sulazix commented 1 year ago

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?

tech-geek-4 commented 1 year ago

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 I didn't invested the time in developing in the HA integration as I wait until MQTT is released. Otherwise i'll do it unnecessary twice... 😉 What I did until now is integrating my devices via the REST API which works fine for me until MQTT is released. Are you interested in this code as well?

sulazix commented 1 year ago

@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 :-)

moedele commented 10 months ago

@Webbeh Do you finished and released some control4-driver somewhere?

@woodworm Whats the state of releasing mqtt to third parties?

GOinfo-Ltd commented 10 months ago

Yes I did, under a commercial licence

moedele commented 10 months ago

@Webbeh any link or connection on how to get to those drivers?

GOinfo-Ltd commented 10 months ago

@Webbeh any link or connection on how to get to those drivers?

Through email: weby [at] we-bb [dot] com

woodworm commented 10 months ago

Unfortunately I can't provide a MQTT solution for third party yet because we're still working on other topics. As soon as we have something I will report here.