haier-ac-remote icon indicating copy to clipboard operation
haier-ac-remote copied to clipboard

Home Assistant plugin

Open JMuffin opened this issue 4 years ago • 9 comments

Is there any possibility that you will do it as HA custom repo in future?

JMuffin avatar May 05 '20 12:05 JMuffin

Hi!

Correct me if I'm wrong, HA plugins are written in Python. So someone must implement remote in python and write a plugin. I am not a python specialist, sorry.

bstuff avatar May 05 '20 12:05 bstuff

You're right. Hoped you know how to do it. I'll ask on HA forum/support ;)

JMuffin avatar May 05 '20 12:05 JMuffin

@bstuff it is possible to get from you some example hex data commands? I see some hexes in your code but without language knowledge it is hard to build finally hex for example "turn on" action.

stravinci avatar May 25 '20 10:05 stravinci

@bstuff it is possible to get from you some example hex data commands? I see some hexes in your code but without language knowledge it is hard to build finally hex for example "turn on" action.

https://github.com/bstuff/haier-ac-remote/blob/master/packages/haier-ac-remote/src/tests/snapshots/commands.test.ts.snap

and here is how they composed: https://github.com/bstuff/haier-ac-remote/blob/master/packages/haier-ac-remote/src/lib/commands.ts

bstuff avatar Jun 05 '20 07:06 bstuff

Hi, thanks for preparing it. We talk at Telegram, so you know that my Hailer Flexis Plus with build-in WiFi doesn't work with your code. I sniffed android app and there I see another packets.

stravinci avatar Jun 05 '20 09:06 stravinci

@stravinci I have the same model as you have. Although not as tech savvy as you guys, I'd be very interesting when you've been able to get this to work for the flexis plus

cloudwalker87 avatar Jun 19 '20 19:06 cloudwalker87

@cloudwalker87 if you wrote here then you have HA. I'm using BroadLink RM3 mini via HA to control my Haier AC's. It is not ideal solution but I have no time to implement WiFi implementation.

stravinci avatar Sep 03 '20 08:09 stravinci

Hi everyone. I suggest we can create a CLI tool to send commands to the device. And then use this CLI tool from Home Assistant integration with [pyhon-nodejs](https://github.com/markfinger/python-nodejs) bindings.

olegshilov avatar Apr 18 '21 01:04 olegshilov