core icon indicating copy to clipboard operation
core copied to clipboard

Tado repair platform error

Open hmmbob opened this issue 1 year ago • 8 comments

The problem

Got this in my logs, no clue or idea on what triggered it as I do not have any Tado issues with HA. There is another repair listed though (waiting for a HA reboot after update of custom component)

Exception in <function _register_repairs_platform at 0x7fe99ed180e0> when processing platform 'repairs': (<HomeAssistant RUNNING>, 'tado', <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>) Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/repairs/issue_handler.py", line 118, in _register_repairs_platform raise HomeAssistantError(f"Invalid repairs platform {platform}") homeassistant.exceptions.HomeAssistantError: Invalid repairs platform <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>

Same as #120515

What version of Home Assistant Core has the issue?

core-2024.12.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Container

Integration causing the issue

Tado

Link to integration documentation on our website

https://www.home-assistant.io/integrations/tado/

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

hmmbob avatar Dec 13 '24 08:12 hmmbob

Hey there @chiefdragon, @erwindouna, mind taking a look at this issue as it has been labeled with an integration (tado) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of tado can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign tado Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


tado documentation tado source (message by IssueLinks)

home-assistant[bot] avatar Dec 13 '24 08:12 home-assistant[bot]

/cc @martin3000 as you commented on #120515

hmmbob avatar Dec 13 '24 08:12 hmmbob

Just saw this again, it popped up right at the same time that a repair was created by HACS to restart HA since I updated Afvalinfo

Exception in <function _register_repairs_platform at 0x7fcd7da5c220> when processing platform 'repairs': (<HomeAssistant RUNNING>, 'tado', <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>) Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/repairs/issue_handler.py", line 118, in _register_repairs_platform raise HomeAssistantError(f"Invalid repairs platform {platform}") homeassistant.exceptions.HomeAssistantError: Invalid repairs platform <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>

hmmbob avatar Dec 20 '24 06:12 hmmbob

Thanks for reporting. I'll look into this during the holidays.

erwindouna avatar Dec 26 '24 08:12 erwindouna

Slightly different one now (HomeAssistant NOT_RUNNING)

Exception in <function _register_repairs_platform at 0x7f000195fba0> when processing platform 'repairs': (<HomeAssistant NOT_RUNNING>, 'tado', <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>) Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/repairs/issue_handler.py", line 118, in _register_repairs_platform raise HomeAssistantError(f"Invalid repairs platform {platform}") homeassistant.exceptions.HomeAssistantError: Invalid repairs platform <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>

Just leaving this here because it might help with debugging - it all works fine regardless so no worry/hurry.

hmmbob avatar Dec 27 '24 18:12 hmmbob

I have the same issue popping up in my logfile.

2025-02-11 00:27:38.635 ERROR (MainThread) [homeassistant.util.logging] Exception in <function _register_repairs_platform at 0x7f811139c0> when processing platform 'repairs': (<HomeAssistant RUNNING>, 'tado', <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>

temmink avatar Feb 11 '25 00:02 temmink

Hadn't seen it for a while, but today again: 2025-02-11 10:00:36.061 ERROR (MainThread) [homeassistant.util.logging] Exception in <function _register_repairs_platform at 0x7f838e1cf600> when processing platform 'repairs': (<HomeAssistant RUNNING>, 'tado', <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>) Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/repairs/issue_handler.py", line 118, in _register_repairs_platform raise HomeAssistantError(f"Invalid repairs platform {platform}") homeassistant.exceptions.HomeAssistantError: Invalid repairs platform <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>

HA 2025.2.2

hmmbob avatar Feb 11 '25 10:02 hmmbob

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

Hadn't seens the issue for a long time, but today:

2025-07-13 10:14:39.631 ERROR (MainThread) [homeassistant.util.logging] Exception in <function _register_repairs_platform at 0x7f4c1bd3ea20> when processing platform 'repairs': (<HomeAssistant RUNNING>, 'tado', <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>)
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/repairs/issue_handler.py", line 118, in _register_repairs_platform
    raise HomeAssistantError(f"Invalid repairs platform {platform}")
homeassistant.exceptions.HomeAssistantError: Invalid repairs platform <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>

HA 2025.7.1

hmmbob avatar Jul 13 '25 14:07 hmmbob

And again, at HA reboot:

2025-07-14 08:50:18.156 ERROR (MainThread) [homeassistant.util.logging] Exception in <function _register_repairs_platform at 0x7fc1bfe46d40> when processing platform 'repairs': (<HomeAssistant NOT_RUNNING>, 'tado', <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>)
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/repairs/issue_handler.py", line 118, in _register_repairs_platform
    raise HomeAssistantError(f"Invalid repairs platform {platform}")
homeassistant.exceptions.HomeAssistantError: Invalid repairs platform <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>

hmmbob avatar Jul 14 '25 10:07 hmmbob

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

Not stale

hmmbob avatar Oct 12 '25 12:10 hmmbob

Been a while since I've seen it, but:

2025-11-01 11:43:19.887 ERROR (MainThread) [homeassistant.util.logging] Exception in <function _register_repairs_platform at 0x7f34cd509940> when processing platform 'repairs': (<HomeAssistant RUNNING>, 'tado', <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>)
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/repairs/issue_handler.py", line 116, in _register_repairs_platform
    raise HomeAssistantError(f"Invalid repairs platform {platform}")
homeassistant.exceptions.HomeAssistantError: Invalid repairs platform <module 'homeassistant.components.tado.repairs' from '/usr/src/homeassistant/homeassistant/components/tado/repairs.py'>

hmmbob avatar Nov 01 '25 10:11 hmmbob