rchrch / homebridge-mhacwifi1-lan

Homebridge Plugin for LAN Control of Mitsubishi Heavy Industries MH-AC-WIFI-1
Apache License 2.0
6 stars 2 forks source link

WF-RAC doesn't answer to port 80, but does to 51443 #11

Open jsarich opened 5 months ago

jsarich commented 5 months ago

I have the heavy industries split system installed with the wf-rac module. Smart M-Air works perfectly fine but the plugin errors out with connection refused. I have confirmed the unit does not respond to port 80, but does respond to port 51443 for listening for API calls.

Is there any advanced configuration needed to point the plugin to a port it actually answers on?

I found this other project for home assistant, but not clear how the targets differ (if at all): https://community.home-assistant.io/t/mitsubishi-wifi-module-wf-rac-smart-m-air/411025/69

CameronVIE commented 3 months ago

Same here

Port 51443 produces

SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data Not supported this command

But there is an answer on that port!

CameronVIE commented 3 months ago

In the configuration i used now

IP-ADDRESS:51443

which leads to following output in logs

[5/8/2024, 10:58:20 AM] [Device1] No device found at address: XXX.XXX.XXX.xxx:51443 (Error: getaddrinfo ENOTFOUND 172.16.172.176:51443) [5/8/2024, 10:58:20 AM] [Device2] No device found at address: XXX.XXX.XXX.yyy:51443 (Error: getaddrinfo ENOTFOUND 172.16.172.178:51443) [5/8/2024, 10:58:20 AM] [Device3] No device found at address: XXX.XXX.XXX.zzz:5144 (Error: getaddrinfo ENOTFOUND 172.16.172.177:51443) [5/8/2024, 10:58:20 AM] [Device1] Http request error: Error: getaddrinfo ENOTFOUND XXX.XXX.XXX.xxx:51443 [5/8/2024, 10:58:20 AM] [Device2] Http request error: Error: getaddrinfo ENOTFOUND XXX.XXX.XXX.yyy:51443 [5/8/2024, 10:58:20 AM] [Device3] Http request error: Error: getaddrinfo ENOTFOUND XXX.XXX.XXX.zzz:51443

which brings me to this realization that its not ONLY the port which let the Plugin not work correctly! :(

my Devices are Mitsubishi Heavy SRK50ZS-WF and two SRK25ZS-WF

my WLAN-Adapters are

Unbenannt
sambatesdesign commented 3 months ago

yer i have the same issue as you guys

jsarich commented 3 months ago

I didn’t want to switch but home assistant (more complicated to get working for each device and HomeKit) has a plugin that works for our Mitsubishi units from a developer named Jeatheak.  Perhaps the dev of our home bridge plugin can utilize some of his code to get this plugin to work?On May 8, 2024, at 4:47 AM, Sam Bates @.***> wrote: yer i have the same issue as you guys

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>