ximon / Hot-tub-remote

Lay-z-Spa wifi remote (3 pin model)
44 stars 7 forks source link

ESPHOME compatibility #2

Closed jperquin closed 4 years ago

jperquin commented 4 years ago

I am running a HASS system on RPi3b with HASSIO and ESPHOME. Mainly because ESPHOME makes managing all components so easy. I have a similar INTEX Spa (with jets and bubbles) and love to be able to use the ground work you have done (kudo's BTW) as a basis for an ESPHOME component.

My programming skills do not go beyond basic yaml, so any suggestions would be appreciated.

ximon commented 4 years ago

I'd check that it is the three wire model first, as the other models are quite different - there's another project for the four wire model on hackaday.io which might be worht checking out.

I am looking into adding MQTT support once i've ironed out the last few niggles.

jcallaghan commented 4 years ago

Do you have the link to the four-wire model, please?

ximon commented 4 years ago

Sure: Hackaday project Google docs info

ximon commented 4 years ago

I've started working on MQTT integration on this, will update when i've made progress

jcallaghan commented 4 years ago

This is really cool to see Simon. Great work! I have analyzed my four-wire Hawaii Hydrojet Pro and am just trying to plan my next stage to integrate using an ESP board.

ximon commented 4 years ago

MQTT is now part of the project, accepts commands on hottub/cmnd/* and sends out status messages on any status change on hottub/state/status

Swiftnesses commented 4 years ago

@jcallaghan I have a hydrojet pro, did you get this working on that model?