core: Modbus crashed on 0.108.1 with pakcages

The problem

Modbus components not loaded

Environment

  • Home Assistant Core release with the issue: 0.108.1
  • Last working Home Assistant Core release (if known): 0.107.7
  • Operating environment (Home Assistant/Supervised/Docker/venv): Docker
  • Integration causing this issue: Modbus
  • Link to integration documentation on our website: https://www.home-assistant.io/integrations/modbus/

Problem-relevant configuration.yaml

modbus:
  - name: hubOne
    type: tcp
    host: 192.168.143.13
    port: 502
    delay: 1
  - name: hubTwo
    type: tcp
    host: 192.168.192.13
    port: 5020
    delay: 1

Traceback/Error logs

homeassistant               | 2020-04-09 10:25:56 ERROR (MainThread) [homeassistant.config] Package modbus_emm_init setup failed. Integration modbus cannot be merged. Expected a dict. (See /config/configuration/packages/energy/modbus_emm/modbus_emm_init.yaml:0).

Additional information

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 38 (25 by maintainers)

Commits related to this issue

Most upvoted comments

@tiagofreire-pt yes, I have a documentation update waiting to be merged. This warning is from the underlying library and have no effect on the code. We are waiting for pymodbus people to remove it.