8000 Sensibo integration throws unique ID errors · Issue #138098 · home-assistant/core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Sensibo integration throws unique ID errors #138098

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

Closed
stefanes opened this issue Feb 9, 2025 · 5 comments · Fixed by #139582
Closed

Sensibo integration throws unique ID errors #138098

stefanes opened this issue Feb 9, 2025 · 5 comments · Fixed by #139582

Comments

@stefanes
Copy link
stefanes commented Feb 9, 2025

The problem

After updating from 2024.12 to 2025.2.1, the Sensibo integration has started throwing unique ID errors.

What version of Home Assistant Core has the issue?

core-2025.2.1

What was the last working version of Home Assistant Core?

core-2024.12.5

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Sensibo

Link to integration documentation on our website

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

Diagnostics information

No response

Example YAML snippet

Anything in the logs that might be useful for us?

Logger: homeassistant.components.sensor
Source: helpers/entity_platform.py:774
integration: Sensor (documentation, issues)
First occurred: 16:30:01 (56 occurrences)
Last logged: 16:43:01

Platform sensibo does not generate unique IDs. ID ms_F8RfAJBy-rssi already exists - ignoring sensor.sensibo_rssi
Platform sensibo does not generate unique IDs. ID ms_F8RfAJBy-battery_voltage already exists - ignoring sensor.sensibo_battery_voltage
Platform sensibo does not generate unique IDs. ID ms_F8RfAJBy-humidity already exists - ignoring sensor.sensibo_humidity
Platform sensibo does not generate unique IDs. ID ms_F8RfAJBy-temperature already exists - ignoring sensor.sensibo_temperature
Logger: homeassistant.components.binary_sensor
Source: helpers/entity_platform.py:774
integration: Binary Sensor (documentation, issues)
First occurred: 16:30:01 (42 occurrences)
Last logged: 16:43:01

Platform sensibo does not generate unique IDs. ID ms_F8RfAJBy-alive already exists - ignoring binary_sensor.sensibo_alive
Platform sensibo does not generate unique IDs. ID ms_F8RfAJBy-is_main_sensor already exists - ignoring binary_sensor.sensibo_main_sensor
Platform sensibo does not generate unique IDs. ID ms_F8RfAJBy-motion already exists - ignoring binary_sensor.sensibo_motion

Additional information

The errors seems to be thrown precisely every minute.

@home-assistant
Copy link
home-assistant bot commented Feb 9, 2025

Hey there @andrey-git, @gjohansson-ST, mind taking a look at this issue as it has been labeled with an integration (sensibo) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of sensibo 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 sensibo 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)


sensibo documentation
sensibo source
(message by IssueLinks)

@ezp1
Copy link
ezp1 commented Feb 19, 2025

+1

@gjohansson-ST
Copy link
Member

Could you turn on debug logging for this issue and then upload the log here once you see the duplicate issue in the log?
Please also upload diagnostics.

Also it seems to only reflect one single device. New device or old? Does it exist or not? etc.
Please provide some information about the device.

@stefanes
Copy link
Author

This is an old device that I have had connected to Home Assistant for more than a year. I have made no change to the device since adding it. The main device (Sensibo Air) is paired with a room sensor, so there are two devices under the Sensibo integration.

config_entry-sensibo-6c4e45c9aca737b6d3568e662b53c0c6.json
home-assistant_sensibo_2025-02-27T19-47-02.360Z.log

@jaymunro
Copy link
jaymunro commented Mar 1, 2025

I am also seeing the same spamming my logs:

Logger: homeassistant.components.sensor
Source: helpers/entity_platform.py:774
integration: Sensor ([documentation](https://www.home-assistant.io/integrations/sensor), [issues](https://github.com/home-assistant/core/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+sensor%22))
First occurred: 8:49:13 PM (300 occurrences)
Last logged: 10:32:40 PM

Platform sensibo does not generate unique IDs. ID ms_f5Zpi2kp-rssi already exists - ignoring sensor.living_room_motion_sensor_rssi
Platform sensibo does not generate unique IDs. ID ms_f5Zpi2kp-battery_voltage already exists - ignoring sensor.living_room_motion_sensor_battery_voltage
Platform sensibo does not generate unique IDs. ID ms_f5Zpi2kp-humidity already exists - ignoring sensor.kitchen_humidity
Platform sensibo does not generate unique IDs. ID ms_f5Zpi2kp-temperature already exists - ignoring sensor.kitchen_temperature

And

Logger: homeassistant.components.binary_sensor
Source: helpers/entity_platform.py:774
integration: Binary sensor ([documentation](https://www.home-assistant.io/integrations/binary_sensor), [issues](https://github.com/home-assistant/core/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+binary_sensor%22))
First occurred: 8:49:13 PM (207 occurrences)
Last logged: 10:32:40 PM

Platform sensibo does not generate unique IDs. ID ms_f5Zpi2kp-alive already exists - ignoring binary_sensor.living_room_motion_sensor_alive
Platform sensibo does not generate unique IDs. ID ms_f5Zpi2kp-is_main_sensor already exists - ignoring binary_sensor.living_room_motion_sensor_main_sensor
Platform sensibo does not generate unique IDs. ID ms_f5Zpi2kp-motion already exists - ignoring binary_sensor.living_room_motion_sensor_motion

There are 2 devices, the main AC controller in the living room and the Bluetooth connected HT sensor in the Kitchen. I've had the set for about 3 years without issue and these logs are only recent, maybe within the last month or two as it's been a while since checking them. I was checking them as the core container has become unstable in the last few weeks, more so in the last week it seems.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 1, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants
0