Closed sandervanzutphen closed 4 months ago
Hey there @janiversen, mind taking a look at this issue as it has been labeled with an integration (modbus
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
modbus documentation modbus source (message by IssueLinks)
Your modbus device do not respond.
06-02 21:12:43.318 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: lg_modbus: Error: device: 1 address: 0 -> Modbus Error: [Input/Output] ERROR: No response received after 3 retries
And not only modbus have a problem, at least another integration also cannot connect.
The modbus device does not seem to be the problem, as the HTTP config pages of modbus device are working without problems and problems started after updating HomeAssistant. I will try connecting with the modbus device using an external modbus test application when i get home to determine if the problem originates within HA (of a dependancy) of the device.
Also please remove your custom components as requested when opening the issue.
You do not access the web pages via HA, so that is not the same route.
Any progress ? otherwise we will close the issue.
Closing, as this no longer seems to be an issue.
The problem
While restarting HomeAssistant this error log appears:
Something is blocking Home Assistant from wrapping up the start up phase. We're going to continue anyway. Please report the following info at https://github.com/home-assistant/core/issues: backup, humidifier, met.weather, bluetooth, mobile_app.notify, zha.button, mobile_app, reolink.siren, energyzero, sonos.switch, calendar, ssdp, sonos, hue.light, roborock.sensor, reolink.update, roborock.time, default_config, select, time, wallbox.sensor, netatmo.cover, mqtt, tibber, zha, smartthinq_sensors, device_tracker, schedule, tado.climate, hassio, stt, wallbox, weather, hue.binary_sensor, button, hacs.sensor, sun.sensor, mobile_app.binary_sensor, hassio.sensor, solis, hue.event, smartthinq_sensors.binary_sensor, smartthinq_sensors.humidifier, config, netatmo.fan, counter, input_text, homeassistant_yellow, zone, device_automation, homewizard.switch, smartthinq_sensors.water_heater, ffmpeg, input_button, tibber.sensor, unifi.image, netatmo.climate, camera, homewizard, image, input_datetime, roborock.button, assist_pipeline, zha.switch, zha.device_tracker, thread, unifi.device_tracker, solis.sensor, cast.media_player, wallbox.switch, ios.sensor, netatmo.binary_sensor, input_select, number, smartthinq_sensors.switch, netatmo.sensor, mobile_app.sensor, hassio.binary_sensor, mqtt.sensor, zeroconf, binary_sensor, sonos.binary_sensor, reolink.camera, sun, alarm_control_panel, zha.climate, siren, unifi.update, media_player, search, smartthinq_sensors.button, homeassistant_hardware, google_translate.tts, tradfri, cloud.tts, netatmo, lovelace, tradfri.light, hacs, zha.sensor, template.sensor, websocket_api, smartthinq_sensors.sensor, unifi.sensor, reolink.switch, switch, homeassistant_alerts, netatmo.select, input_number, nordpool, tradfri.fan, stream, reolink.button, roborock.vacuum, reolink.binary_sensor, zha.siren, reolink.number, homewizard.number, zha.lock, local_calendar.calendar, tibber.notify, zha.number, input_boolean, zha.fan, roborock, image_upload, wallbox.number, lock, tts, person, map, system_health, homewizard.sensor, vacuum, repairs, unifi.switch, dhcp, media_source, netatmo.switch, energy.sensor, sonos.media_player, recorder, roborock.image, tado, usb, reolink.sensor, auth, tado.device_tracker, unifi.button, trace, application_credentials, homeassistant.scene, template, http, logbook, wallbox.lock, zha.light, tado.binary_sensor, hue, onboarding, reolink, diagnostics, webhook, history, modbus.sensor, homewizard.button, energy, unifi, sonos_cloud, cover, homeassistant, zha.alarm_control_panel, network, climate, nordpool.sensor, local_calendar, logger, persistent_notification, script, ios.notify, light, hue.switch, smartthinq_sensors.light, ios, scene, frontend, hassio.update, conversation, smartthinq_sensors.select, wake_word, my, zha.update, smartthinq_sensors.climate, fan, analytics, energyzero.sensor, tado.sensor, tradfri.sensor, modbus.binary_sensor, file_upload, event, system_log, api, hardware, blueprint, smartthinq_sensors.fan, hue.scene, sonos.number, reolink.select, notify, zha.binary_sensor, reolink.light, cloud, tag, roborock.select, update, roborock.switch, met, netatmo.camera, netatmo.light, tradfri.cover, automation, water_heater, hue.sensor, intent, mobile_app.device_tracker, tradfri.switch, sonos_cloud.media_player, zha.cover, cast, sensor, modbus, timer, zha.select, roborock.number, roborock.binary_sensor, sonos.sensor, tado.water_heater The system is waiting for tasks: {<Task pending name='call_later 0.1' coro=<ModbusRegisterSensor.async_update() running at /usr/src/homeassistant/homeassistant/components/modbus/sensor.py:113> wait_for=<Future pending cb=[Task.task_wakeup()]> cb=[set.remove()]>, <Task pending name='call_later 0.1' coro=<ModbusRegisterSensor.async_update() running at /usr/src/homeassistant/homeassistant/components/modbus/sensor.py:113> wait_for=<Future pending cb=[Task.task_wakeup()]> cb=[set.remove()]>, <Task pending name='call_later 0.1' coro=<ModbusRegisterSensor.async_update() running at /usr/src/homeassistant/homeassistant/components/modbus/sensor.py:113> wait_for=<Future pending cb=[Task.task_wakeup()]> cb=[set.remove()]>, <Task pending name='call_later 0.1' coro=<ModbusRegisterSensor.async_update() running at /usr/src/homeassistant/homeassistant/components/modbus/sensor.py:113> wait_for=<Future pending cb=[Task.task_wakeup()]> cb=[set.remove()]>, <Task pending name='call_later 0.1' coro=<ModbusRegisterSensor.async_update() running at /usr/src/homeassistant/homeassistant/components/modbus/sensor.py:113> wait_for=<Future pending cb=[Task.task_wakeup()]> cb=[set.remove()]>, <Task pending name='call_later 0.1' coro=<ModbusRegisterSensor.async_update() running at /usr/src/homeassistant/homeassistant/components/modbus/sensor.py:113> wait_for=<Future pending cb=[Task.task_wakeup()]> cb=[set.remove()]>}
What version of Home Assistant Core has the issue?
core-2024.5.5
What was the last working version of Home Assistant Core?
core-2024.3.3
What type of installation are you running?
Home Assistant OS
Integration causing the issue
modbus
Link to integration documentation on our website
https://www.home-assistant.io/integrations/modbus/
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response