error below any ideas?
Fri Mar 29 2019 09:45:41 GMT+0300 (Israel Daylight Time)
Error while setting up platform modbus
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py”, line 128, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File “/usr/lib/python3.5/asyncio/tasks.py”, line 400, in wait_for
return fut.result()
File “/usr/lib/python3.5/asyncio/futures.py”, line 293, in result
raise self._exception
File “/usr/lib/python3.5/concurrent/futures/thread.py”, line 55, in run
result = self.fn(*self.args, **self.kwargs)
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/modbus/switch.py”, line 68, in setup_platform
hub = hass.data[MODBUS_DOMAIN][hub_name]
KeyError: ‘default’
Could you post you modbus config and snippets of any applicable modbus sensor, switch or binary sensor config please?
Otherwise for your own troubleshooting efforts.
The key issue (for me anyway?) is the error relating to: