Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95483

Modbus component cant setup platform?

$
0
0

@Johan_Linden wrote:

This error is killing me, can anyone see the issue?

Error while setting up platform modbus
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 150, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 442, 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 “/usr/src/homeassistant/homeassistant/components/modbus/switch.py”, line 79, in setup_platform
hub = hass.data[MODBUS_DOMAIN][hub_name]
KeyError: ‘hub1’


modbus:
  name: test
  type: tcp
  host: 192.168.1.202
  port: 502
  
switch:
  platform: modbus
  coils:
    - name: Switch1
      hub: test
      slave: 1
      coil: 13
    - name: Switch2
      slave: 2
      coil: 14
  registers:
    - name: Register1
      hub: test
      slave: 1
      register: 11
      command_on: 1
      command_off: 0

Thanks

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 95483

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>