-
Notifications
You must be signed in to change notification settings - Fork 7
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
Home Assistant 2025.5 : Becker will stop working #57
Comments
I have the same issue and can confirm, that after updating core to 2024.12.5 the Becker integration stopped working. |
Please use latest release v0.3.5 |
I'm already on last release V0.3.5
I'm in 2024.12.5 and the integration works fine at the moment. |
@funjuju, do you still see any warnings in the log with the latest version? |
That's weird, i started my integration fews days ago with the last version and never update it ... i can't see the warning anymore in the logs .. sorry for the incovenience :/ |
This is strange, as I restarted Homeassistant several times yesterday, without any change. |
There is no states status on becker so HA ne et really know the states. I'm thinking about something to maintain HA on good state using received command to copy the action sent on proper comment in HA to keep it in good state. |
In order to track the state of your cover, you need to setup at least two things:
cover:
- platform: becker
covers:
living_room:
friendly_name: "Living room Cover"
channel: "2:1"
# Determine the movement time in seconds for each cover from closed to open position.
# To improve the precision, add the movement time from open to closed position as well
travelling_time_up: 30
travelling_time_down: 26.5
# The remote ID consists of the unit_id and the channel separated by a colon
# Multiple ID's separated by comma are possible
# In order to determine the remote ID, it es necessary to enable debug log messages
remote_id: "12345:2" Please see README for more details |
Weird thing again : I can see the same message in newer logs : Enregistreur: homeassistant.helpers.frame Detected that custom integration 'becker' accesses hass.helpers.dispatcher, which should be updated to import functions used from dispatcher directly at custom_components/becker/rf_device.py, line 103: hass.helpers.dispatcher.dispatcher_send(f"{DOMAIN}.{RECEIVE_MESSAGE}", packet). This will stop working in Home Assistant 2025.5, please report it to the author of the 'becker' custom integration |
Hello,
I just found in log that message :
`Enregistreur: homeassistant.helpers.frame
Source: helpers/frame.py:324
S'est produit pour la première fois: 09:41:31 (1 occurrences)
Dernier enregistrement: 09:41:31
Detected that custom integration 'becker' accesses hass.helpers.dispatcher, which should be updated to import functions used from dispatcher directly at custom_components/becker/rf_device.py, line 103: hass.helpers.dispatcher.dispatcher_send(f"{DOMAIN}.{RECEIVE_MESSAGE}", packet). This will stop working in Home Assistant 2025.5, please report it to the author of the 'becker' custom integration`
The text was updated successfully, but these errors were encountered: