-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] HA log full of errors when mikrotik custom integraton installed #44
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Still a problem |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Still present |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
still present |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
not stale |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
still issue |
I have exactly the same issue :-( |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
still issue |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
still issue |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
still issue |
Describe the issue
Hi, I just added portainer and I see these errors in log:
Logger: homeassistant.util.logging
Source: util/logging.py:95
First occurred: 15:18:05 (36 occurrences)
Last logged: 15:19:04
Exception in async_update_controller when dispatching 'update_sensors': (<custom_components.portainer.coordinator.PortainerCoordinator object at 0x7fea06b19b80>,) Traceback (most recent call last): File "/config/custom_components/mikrotik_router/entity.py", line 121, in async_update_controller data = coordinator.data[entity_description.data_path] ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: 'health'
Exception in async_update_controller when dispatching 'update_sensors': (<custom_components.portainer.coordinator.PortainerCoordinator object at 0x7fea06b19b80>,) Traceback (most recent call last): File "/config/custom_components/mikrotik_router/entity.py", line 121, in async_update_controller data = coordinator.data[entity_description.data_path] ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: 'ups'
Exception in async_update_controller when dispatching 'update_sensors': (<custom_components.portainer.coordinator.PortainerCoordinator object at 0x7fea06b19b80>,) Traceback (most recent call last): File "/config/custom_components/mikrotik_router/device_tracker.py", line 75, in async_update_controller data = coordinator.data[entity_description.data_path] ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: 'host'
Exception in async_update_controller when dispatching 'update_sensors': (<custom_components.portainer.coordinator.PortainerCoordinator object at 0x7fea06b19b80>,) Traceback (most recent call last): File "/config/custom_components/mikrotik_router/entity.py", line 121, in async_update_controller data = coordinator.data[entity_description.data_path] ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: 'script'
Exception in async_update_controller when dispatching 'update_sensors': (<custom_components.portainer.coordinator.PortainerCoordinator object at 0x7fea06b19b80>,) Traceback (most recent call last): File "/config/custom_components/mikrotik_router/entity.py", line 121, in async_update_controller data = coordinator.data[entity_description.data_path] ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: 'fw-update'
Otherwise everything seems to be working.
How to reproduce the issue
I guess to have installed portainer and mikrotik custom integration together?
Expected behavior
Clean logs.
Screenshots
Software versions
Diagnostics data
Traceback/Error logs
Additional context
The text was updated successfully, but these errors were encountered: