I’m getting the following error when trying to set this up -
Sun Apr 07 2019 16:17:31 GMT+1200 (New Zealand Standard Time)
Error while setting up platform mitsubishi
Traceback (most recent call last):
File "/usr/src/app/homeassistant/helpers/entity_platform.py", line 128, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 416, in wait_for
return fut.result()
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/mitsubishi/climate.py", line 54, in setup_platform
mit.HomeAirConditioner(config.get(CONF_IP_ADDRESS)),
File "/config/custom_components/mitsubishi_echonet/__init__.py", line 394, in __init__
self.propertyMaps = getAllPropertyMaps(self.netif, self.eojgc, self.eojcc , self.instance)
File "/config/custom_components/mitsubishi_echonet/__init__.py", line 258, in getAllPropertyMaps
property_map = getOpCode(ip_address, deojgc, deojcc, deojci, [{'EPC':0x9F},{'EPC':0x9E}])
File "/config/custom_components/mitsubishi_echonet/__init__.py", line 241, in getOpCode
rx_data = sendMessage(message, ip_address)
File "/config/custom_components/mitsubishi_echonet/__init__.py", line 174, in sendMessage
sent = sock.sendto(bytearray.fromhex(message), transaction_group)
socket.gaierror: [Errno -2] Name or service not known
Config is as follows -
climate:
- platform: mitsubishi
ip_address: 192.1688.10.32
Folder hierarchy
…|-custom_components/
…|…|- mitsubishi_echonet/
…|…|- mitsubishi/
…|…|…|-climate.py
I’m not sure what the model of my WiFi unit is, is there any way of finding out in software? I’m assuming the NZ release of the WiFi units are mostly the same though?
I’m on homeassistant docker - version 0.89.1
Any help would be appreciated