mihailescu2m / homebridge-airtouch4-platform

Homebridge plugin for Airtouch4 AC Controller
6 stars 8 forks source link

Work with Airtouch 3? #5

Open kylecwhite opened 4 years ago

kylecwhite commented 4 years ago

Does the plugin work with Airtouch 3 as well?

mihailescu2m commented 4 years ago

In theory it should, but it hasn't been tested...

kylecwhite commented 4 years ago

Hello. I’ve purchased a HOOBS and tried this plugin with Airtouch 3. Unfortunately it does not seem to work. Or I don’t know how to set it up. Both are possible.

noobydp commented 4 years ago

You’ll need to figure out which port the AT3 uses. You can use a port scanner like nmap nmap -p 192.168.xxxxx

Replace 192..... with the ip of the tablet. There won’t be many open ports.

That said I’d be surprised if all the other commands were exactly the same.

shard87 commented 4 years ago

@kylecwhite did you ever have any luck with this? I also have the Airtouch 3. Currently it's crudely controlled via IFTTT and the IFTTT plugin for homebridge but I'd really like to get things sorted a little better.

Thanks!

kylecwhite commented 4 years ago

I have not sorted this out. I’ve given up. Will probably upgrade to Airtouch 4 next year if no other solution for a HomeKit Ac in Australia.

ozczecho commented 4 years ago

@kylecwhite / @shard87 - I have put together an api to control AT 3 locally. Its located here. I don't have anything for HomeBridge, so that would have to be developed on top of it.

@mihailescu2m - Thanks for the inspiration.