kongkx/homebridge-gree-air-conditioner

Toyotomi plug in

Closed this issue · 9 comments

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?

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.

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

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

{
"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"
}

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

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

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

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

it opens and closes well