kongkx / homebridge-gree-air-conditioner

Apache License 2.0
20 stars 8 forks source link

Toyotomi plug in #4

Closed Mitsosxat closed 2 years ago

Mitsosxat commented 2 years ago

Hello, i have a toyotomi air conditioner working with ewpe app. i try to insert it to homekit without success. i tried your plug in inserting the mac address of the device without success. is there any way to succeed?

kongkx commented 2 years ago

You may need to find another plugin. Different air conditioner of each brand has different plugin. This plugin is for Gree air conditioner only. There are many plugins out there. For example , homebridge-panasonic-air-conditioner for panasonic.

Mitsosxat commented 2 years ago

The thing is there is no plug in for Toyotomi. I have literally looked everywhere

kongkx commented 2 years ago

You may show me your config of homebridge-gree-air-conditioner. It may has a chance to work make it work, as ewpe and gree seem to using the same protocol.

And you may check this out: https://github.com/stas-demydiuk/ewpe-smart-mqtt

and test it with a mqtt plugin

Mitsosxat commented 2 years ago

{ "name": "Toyotomi", "language": "en", "port": 7002, "scanAddress": "192.168.1.255", "defaultValue": { "statusUpdateInterval": 3, "sensorOffset": 40, "defaultSpeed": 3, "defaultVerticalSwing": 0, "defaultHorizontalSwing": 0 }, "devices": [ { "mac": "502cc62bc709", "name": "Toyotomi", "sensorOffset": 40, "defaultSpeed": 3 } ], "platform": "GreeAirConditioner" }

Mitsosxat commented 2 years ago

do you think you can achieve it with your plug in?

kongkx commented 2 years ago

I'm not sure as I do not has device to dbug. But I check this https://github.com/stas-demydiuk/ewpe-smart-mqtt . The network connection method is quite alike.

Can you confirm that 192.168.1.255 is a correct scan address ?

Bash command example:

ifconfig | grep 192 

Result:

inet 192.168.1.102 netmask 0xffffff00 broadcast 192.168.1.255
kongkx commented 2 years ago

update your config: "scanAddress": "192.168.68.255" and check if it works

Mitsosxat commented 2 years ago

i had the wrong scan address. we did it. you can add 'toyotomi support" to your excellent plug in my friend. thank you for the instructions

Mitsosxat commented 2 years ago

it opens and closes well