I've been running Homebridge on a Rasp Pi 4B 8GB for a year or two now, I've been using this plugin for quite a while since having the Mitsubishi air-con units installed (great work & thank you!).
I've recently redone my Rasp Pi with docker/portainer to run all my services and in my re-install I'm coming across some strange behaviour with 2-5 minute delays for turning on/off air-con units and receiving the following error in my Homebridge logs:
[4/1/2023, 12:43:53 AM] [homebridge-airconditioner-mitsubishi-au-nz] Unable to access unit via direct LAN interface. FetchError: request to http://192.168.1.151/smart failed, reason: connect EHOSTUNREACH 192.168.1.151:80
at ClientRequest.<anonymous> (/homebridge/node_modules/homebridge-airconditioner-mitsubishi-au-nz/node_modules/node-fetch/lib/index.js:1505:11)
at ClientRequest.emit (node:events:513:28)
at Socket.socketErrorListener (node:_http_client:496:9)
at Socket.emit (node:events:513:28)
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at processTicksAndRejections (node:internal/process/task_queues:82:21) {
type: 'system',
errno: 'EHOSTUNREACH',
code: 'EHOSTUNREACH'
}
I've tried this with child bridges and without, with no difference.
I've tried to see if Home Assistant would help by again using the child bridges and without to no avail.
Enable Dry Mode is ticked.
Hi all,
I've been running Homebridge on a Rasp Pi 4B 8GB for a year or two now, I've been using this plugin for quite a while since having the Mitsubishi air-con units installed (great work & thank you!).
I've recently redone my Rasp Pi with docker/portainer to run all my services and in my re-install I'm coming across some strange behaviour with 2-5 minute delays for turning on/off air-con units and receiving the following error in my Homebridge logs:
I've tried this with child bridges and without, with no difference. I've tried to see if Home Assistant would help by again using the child bridges and without to no avail. Enable Dry Mode is ticked.
The following is the plugin config:
The following is the homebridge config.json:
Rasp Pi 4B 8GB Rasp Pi OS 64bit (Buster) Homebridge version: v1.6.0 Node.js version: v18.13.0 Docker
Thank you!