Open AaronMountford opened 4 years ago
I've also tried extending the discovery time, and then interacting with the official app on my phone to generate traffic on the network, but no dice
# docker run --rm --network="host" -e DISCOVERY_TIME=120 -e WATCHDOG_TIMER=140 -e MQTT_URL=mqtt://mosquitto:(redacted)@localhost:1883 jethrocarr/echonetlite-hvac-mqtt:latest
Using MQTT endpoint: mqtt://mosquitto:(redacted)@localhost:1883
Successfully established MQTT connection, starting scan for devices
Running ECHONET Lite discovery (120 seconds)
Discovery completed
Now processing discovered devices...
{}
Polling for device status (every 30 seconds)
[ERROR] Terminated due to watchdog timeout (no activity for 140 seconds)
Not sure on this one, sorry @AaronMountford. It looks like a network connectivity issue, maybe with how the Linux systems's firewall is configured, or something with the network setup between the heat pump and your Linux system.
I assume you have the heat pump and the Linux system on the same layer 2 network, ie exact same lan, no NAT, VLANs or other weird routing stuff between them? We need to use broadcast packets to discover Echonetlite devices.
Sounds like you are running this Linux system inside VMWare? I'd check the VMWare network configuration for this guest, you would want the Linux system on it's own IP directly connected to the layer 2 network, rather than inside a NATed/virtual network, since that would break the broadcast discovery.
Hi Jethro, I think I've got everything setup as required, however the application isn't able to detect my heatpump. Any idea why this might be?
Setup:
HassOS 3.12 (vmware image) Home Assistant 0.107.7 Mosquitto broker 51 (Hass.io add on store) Mitsubishi PEAD-M100-JAA(D) Ducted Echonetlite: enabled
Docker image downloaded successfully using
docker pull jethrocarr/echonetlite-hvac-mqtt:latest
Problem seems to be that the application is unable to discover/see messages from the HVAC? HASS Console output:
MQTT Log output: