DayS / homey-intex-spa

Adds support of Intex Spa throught MQTT protocol
GNU General Public License v3.0
0 stars 1 forks source link

Can´t Pair the device #1

Open Andi1927 opened 1 month ago

Andi1927 commented 1 month ago

I tried to add my Intex pool, I start with add then a windows asks for connect, I press connect then a new window starts and says loading. After a while i get an error pairing session timeout. To be noted I never get a prompt to enter IP or credentials. For your Info I have the MQTT Client and Brooker running. Is there any other config to do ?

mattusik commented 1 month ago

I’m having exactly same issue. +1

DayS commented 1 month ago

Hi,

You have to install Menno van Grinsven's MQTT Client first, and configure this application to connect to your MQTT server. I use the API exposes by this application to ease communication with the MQTT broker as it's already done and working there.

Once this is setup, you can launch the pairing workflow of my app. It'll listen to topic SpaTiTan/pool/model (I'm planning to make the root node of the topic configurable.

Let me know if this works for you after that.

Skebabbie commented 2 weeks ago

I have the same problem. Could you explain to me what exactly I need to fill in at the MQTT Client?

DayS commented 2 weeks ago

It depends on the way you deployed your MQTT server.

You have to set, at least, the IP address / hostname of your MQTT server + the port. If you configured credentials to connect to your server, they must be in username and password fields.

For all the other fields, you can leave them untouched.