MQTT to homebridge (HomeKit) for bloody beginners #106
chrstnmr
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
@chrstnmr awesome, I added a link to this in the FAQ |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After investing hours I want to share what I have learnt. I started as a bloody beginner and I aimed to integrate the pump into HomeKit. This is not a complete guide, but it should provide you the cornerstones, you'll need to do it.
What you already have:
What you will need
Mosquitto
NodeRed
WiFi Remote for Bestway Lay-Z-SPA MQTT Settings
In order to connect all these parts, all parties have to speak the same language under the same "topic" in MQTT
Add the device in HomeKit
To be honest, it took me hours to get this working and some errors seem to be solved by random.
If you want to debug, I recommend you to open an terminal and subscribe to '#' to read all messages. Adding a device successful responds a message that contains "ack: true".
I am sure that this is not a complete guide, but I hope this will help some people to finde the correct track when doing this project.
Beta Was this translation helpful? Give feedback.
All reactions