spect88 / cocoro-mqtt

MIT License
6 stars 0 forks source link

How to use this? #1

Closed dvcrn closed 1 month ago

dvcrn commented 3 months ago

Hi! Stumbled upon this while checking if I can replace HomeBridge with HASS. I hooked this up with my credentials to my MQTT broker but nothing happens. Are any additional steps required?

spect88 commented 3 months ago

There are no steps other than the 2 listed in the README.

Sorry about the late response, I haven't used it in a while and wanted to check with my Cocoro Air device. When I tried just now I'm getting auth errors, so it's possible they've changed something in the private API. Either that or my credentials expired?

Did you have any luck in the meantime?

dvcrn commented 3 months ago

The issue was that we're using different devices. Your integration expects a Purifier, but I'm using a Sharp Airconditioner 😅 they have different properties and different functions they support

I went ahead and built ported own Python SDK for the Cocoro Air API, and a quick HA plugin for it