Great job! All is working fine but the standalone climate zones managed directly by MHS1. Temperatures are read but no actuator status is available. It was an old problem someway resolved at very first steps from anotherjulien.
If I load my myhome.yaml i have my zones working, but if I try to discover all devices, nothing is found. I have ha running in a Proxmox VM, disabled IGMP snooping and network ip fixed.
Ty for any suggestion!
Updating to 2026.9.0 the anotherjulien integration no longer works on my system, it’s probably the time to switch to the new repo
I have a question. I currently have a myhomeserver1. If I bought an F460 that doesn’t support OWN, but added an MH201, would it work? I’d go straight for an F461, but it seems like you can’t adjust the fan speed of the fan coils with OWN. ![]()
I had just moved to the mantovanellimatteo/MyHOME repository ( TY Matteo for quick fix I asked in climate) and all was working fine. But … damn … I upgraded HA to 2026.9 and MyHome did no more start. I had to restore the prevoius version. So, all MyHome users, take care to avoid 2026.9 until some smart guy will discover a fix!
Hi,
I installed the new version of myhome legrand.
Error :
Logger: custom_components.myhome
Source: config_entries.py:803
Intégration: MyHome
Première occurrence: 13:20:28 (1 occurrence)
Dernier enregistrement: 13:20:28
Error setting up entry F454 Gateway for myhome
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 803, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/myhome/__init__.py", line 192, in async_setup_entry
for _entity_name in hass.data[DOMAIN][entry.data[CONF_MAC]][CONF_PLATFORMS][
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_platform
~~~~~~~~~
][_device][CONF_ENTITIES]:
~~~~~~~~~~^^^^^^^^^^^^^^^
KeyError: 'entities'
I tried it… but it keeps telling me the password for my MH200N is wrong. Which is weird because
GitHub - GreenGrassBlueOcean/MyHOME: MyHOME integration for Home-Assistant · GitHub and GitHub - anotherjulien/MyHOME: MyHOME integration for Home-Assistant · GitHub both work with same IP and password?
Hi Matteo, i have just installed the last version but had to roll back to 0.4.6 because with newer versions i cannot control my devices and even the Bticino app stops working because of the loops, I guess. Now i’m afraid that updating Home Assistant will mean losing My Home integration because 0.4.6 will crash at startup… Any hints? Thank you
Hi @mantovanelli.matteo - i just installed home-assistant and your plugin.
i use an MyHOMEServer1 - i added the gateway, but when i start an scan it only finds 5 lights (address 11 - 15) - and some zones.
using the passive mode also does not work when i switch on-off an light (for example where=25)
i also see some erros in the logs - any info what that might be?
Dieser Fehler stammt von einer benutzerdefinierten Integration
Logger: custom_components.myhome
Quelle: custom_components/myhome/gateway.py:546
Integration: MyHOME (Modernized) (Dokumentation, Probleme)
Erstmals aufgetreten: 09:15:15 (10 Vorkommnisse)
Zuletzt protokolliert: 09:25:09
[MyHOMEServer1 gateway - 192.168.0.250] Could not send message *#1*14##.
[MyHOMEServer1 gateway - 192.168.0.250] Could not send message *#1*15##.
[MyHOMEServer1 gateway - 192.168.0.250] Could not send message *#4*6##.
[MyHOMEServer1 gateway - 192.168.0.250] Could not send message *#4*14##.
[MyHOMEServer1 gateway - 192.168.0.250] Could not send message *#4*22##.
another error in logs:
Dieser Fehler stammt von einer benutzerdefinierten Integration
Logger: custom_components.myhome
Quelle: custom_components/myhome/gateway.py:256
Integration: MyHOME (Modernized) (Dokumentation, Probleme)
Erstmals aufgetreten: 09:13:58 (2 Vorkommnisse)
Zuletzt protokolliert: 09:22:57
[MyHOMEServer1 gateway - 192.168.0.250] Unexpected error in listener: ‘OWNSignaling’ object has no attribute ‘_who’. Retrying in 1 seconds…
Traceback (most recent call last):
File “/config/custom_components/myhome/gateway.py”, line 256, in listening_loop
or message.who in [“16”, “22”]
^^^^^^^^^^^
File “/usr/local/lib/python3.14/site-packages/OWNd/message.py”, line 198, in who
return self._who
^^^^^^^^^
AttributeError: ‘OWNSignaling’ object has no attribute ‘_who’. Did you mean: ‘who’?
anotherjulien is looking for maintainers to continue the integration support and modernize it. If someone is interested can discus here.
Hi everyone,
I wanted to share a comprehensive overview of the improvements and features we’ve been building in this fork from v0.5.0 up to the latest v1.3.0 release. The primary goal was to modernize the integration, streamline onboarding, and enhance diagnostics, all while strictly preserving gateway resources and legacy hardware limits.
Here is a chronological breakdown of what was implemented:
1. YAML to UI Migration (v0.5.0)
- One-Click YAML Import: Added an automated migration tool in the Config Flow options to securely transition legacy
myhome.yamlconfigs into native UI entries, automatically renaming the old file tomyhome.yaml.oldto prevent collisions.
2. Zero-Knowledge Onboarding & High-Speed Bus Scanning (v1.0.0)
- Zero-Knowledge SSDP Discovery: Automatic discovery of local gateways without requiring technical parameters (IP, MAC, hardware model).
- NERD MODE: Optional toggle allowing advanced users to configure network and hardware parameters manually.
- High-Speed Active Bus Scan: Fast scanning (~4-7s) for lights, shutters, and climate zones with strict frame matching, buffer draining, and zero ghost devices.
- Full Bilingual Support: Complete English
and Italian
localization.
3. Native Animated Progress Screens (v1.1.0)
async_show_progressFeedback: Active bus scanning and passive sniffing now execute as asynchronous background jobs with native spinning progress screens and live contextual status updates, avoiding UI dialog freezes.
4. Official BTicino SCS Brand Assets (v1.2.0)
- Authentic Branding: Introduced high-resolution brand assets featuring official BTicino typography (with signature orange ‘b’) and SCS bus emblem.
- 32-bit RGBA Transparency: Eliminated white corner artifacts on dark or custom HA themes with clean alpha channel support.
- Local Asset Packaging: Packaged directly in
brand/so Home Assistant Core automatically loads integration icons locally under Settings > Devices & Services.
5. Zero-Overhead Gateway Diagnostics & Custom Lovelace Card (v1.3.0)
- 100% Passive Diagnostics:
binary_sensor.<gateway>_connectivity: tracks the in-memory OpenWebNet socket status (online/offline, IP, port, hardware model, firmware version, session uptime, reconnection counter).sensor.<gateway>_configured_devices: real-time counter of total configured devices with attribute breakdown (lights, shutters, climate, switches, sensors, scenarios).- Zero Bus Overhead: zero polling, zero ping frames, zero network flooding — fully preventing CPU or session lockouts on legacy gateways (AM4890, F454, MH200N).
- Built-in “MyHOME Monitor” Lovelace Card:
- Web component (
custom:myhome-monitor-card) built with pure vanilla JS & Shadow DOM (zero external dependencies). - Auto-registered in the frontend, auto-discovery of gateway entities, status badge, hardware info chips, and interactive device counters (clicking opens native HA
more-infodialogs). - Configurable via both visual card picker and YAML.
- Web component (
Please try the new version, the August release of HA breaks some logics
Hi Matteo, thanks again for your hard work. Unfortunately, i have tried the new version but i am still having many problems.
-
Light switches using Home Assistant or BTCINO app have a huge delay before toggling lights (30 sec to 2 minutes)
-
It seems that the integration floods the system with many failed requests!
I will go back to 0.4.6 but unfortunately i cannot upgrade Home Assistant
Here you can find a LOG
Thank you very much!
Hi! Thank you so much for reporting this and providing the detailed log — it was crucial to identifying and eliminating a critical issue.
Looking at your log, we found the exact root cause:
- Your F454 gateway / actuator at address
14is broadcasting an actuator diagnostic frame (*#1001*14*11*...##) every 2 seconds. - The integration was blindly intercepting this frame and requesting lighting status for address
14(*#1*14##) every 2 seconds. Because address14is a physical actuator (not an individual light), the gateway rejected it with NACK. - In version 0.4.11/0.4.12 (which you were running, as shown by line 539 and the
%slogging crash), failed commands were being retried indefinitely without dropping. This completely clogged the gateway queue with hundreds of failing requests, which is why your actual light switches had to wait 30 seconds to 2 minutes in line before being sent!
We have completely resolved this:
- Entity validation: The integration now verifies whether the address is an actual configured light/climate device in Home Assistant. Diagnostic frames for unconfigured devices/actuators (like your
14) are completely ignored with zero frames sent to the bus. - Strict 60s throttling: Even for configured devices, diagnostic status queries are strictly rate-limited to a maximum of once every 60 seconds, preventing any possible flooding loop.
- Status requests never retry: Failed status queries are dropped immediately instead of clogging the queue, ensuring user light switches always have an instant, clear path.
- Python 3.14 log crash: The string formatting error on
sending_loophas been fixed.
Please update to the latest release! Your gateway queue will stay clean and light toggling will be instant again. Let us know how it works for you!
hey - i am still not able to detect my devices - either via scan or manual via button trigger. however in the logs i see bus_sniffer get all the messages - any idea why those OWNLightingEvent and OWNAutomationEvent are not picked up as devices?
2026-09-09 06:41:22.336 WARNING (MainThread) [custom_components.myhome] Configuration file '/config/myhome.yaml' is not present. Using UI-configured devices.
2026-09-09 06:41:22.492 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*11## (type=OWNLightingEvent)
2026-09-09 06:41:22.598 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*12## (type=OWNLightingEvent)
2026-09-09 06:41:22.691 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*13## (type=OWNLightingEvent)
2026-09-09 06:41:22.775 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*1\*25## (type=OWNLightingEvent)
2026-09-09 06:41:22.898 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*69## (type=OWNLightingEvent)
2026-09-09 06:41:29.299 ERROR (MainThread) \[custom_components.myhome\] \[MyHomeServer1 gateway - 192.168.0.250\] Could not send message \`\*#4\*14##\`.
2026-09-09 06:41:29.382 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*41## (type=OWNLightingEvent)
2026-09-09 06:41:29.427 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*51## (type=OWNLightingEvent)
2026-09-09 06:41:29.438 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*61## (type=OWNLightingEvent)
2026-09-09 06:41:29.466 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*51## (type=OWNLightingEvent)
2026-09-09 06:41:29.470 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*42## (type=OWNLightingEvent)
2026-09-09 06:41:29.480 ERROR (MainThread) \[custom_components.myhome\] \[MyHomeServer1 gateway - 192.168.0.250\] Could not send message \`\*#4\*0##\`.
2026-09-09 06:41:29.503 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*53## (type=OWNLightingEvent)
2026-09-09 06:41:29.543 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*43## (type=OWNLightingEvent)
2026-09-09 06:41:29.584 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*31## (type=OWNLightingEvent)
2026-09-09 06:41:29.619 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*44## (type=OWNLightingEvent)
2026-09-09 06:41:29.657 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*32## (type=OWNLightingEvent)
2026-09-09 06:41:29.690 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*62## (type=OWNLightingEvent)
2026-09-09 06:41:29.731 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*91## (type=OWNLightingEvent)
2026-09-09 06:41:29.767 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*63## (type=OWNLightingEvent)
2026-09-09 06:41:29.802 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*92## (type=OWNLightingEvent)
2026-09-09 06:41:29.840 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*1\*1001## (type=OWNAutomationEvent)
2026-09-09 06:41:29.886 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*33## (type=OWNLightingEvent)
2026-09-09 06:41:29.924 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*1\*1002## (type=OWNAutomationEvent)
2026-09-09 06:41:29.942 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*1\*34## (type=OWNLightingEvent)
2026-09-09 06:41:29.987 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*23## (type=OWNLightingEvent)
2026-09-09 06:41:30.029 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*83## (type=OWNAutomationEvent)
2026-09-09 06:41:30.070 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*22## (type=OWNLightingEvent)
2026-09-09 06:41:30.111 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*82## (type=OWNAutomationEvent)
2026-09-09 06:41:30.149 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*26## (type=OWNLightingEvent)
2026-09-09 06:41:30.190 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*24## (type=OWNLightingEvent)
2026-09-09 06:41:30.222 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*1003## (type=OWNAutomationEvent)
2026-09-09 06:41:30.252 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*1004## (type=OWNAutomationEvent)
2026-09-09 06:41:30.305 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*55## (type=OWNLightingEvent)
2026-09-09 06:41:30.348 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*65## (type=OWNLightingEvent)
2026-09-09 06:41:30.381 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*13## (type=OWNLightingEvent)
2026-09-09 06:41:30.427 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*29## (type=OWNLightingEvent)
2026-09-09 06:41:30.476 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*11## (type=OWNLightingEvent)
2026-09-09 06:41:30.521 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*85## (type=OWNAutomationEvent)
2026-09-09 06:41:30.563 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*12## (type=OWNLightingEvent)
2026-09-09 06:41:30.603 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*81## (type=OWNAutomationEvent)
2026-09-09 06:41:30.642 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*1005## (type=OWNAutomationEvent)
2026-09-09 06:41:30.691 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*1006## (type=OWNAutomationEvent)
2026-09-09 06:41:30.739 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*56## (type=OWNLightingEvent)
2026-09-09 06:41:30.784 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*86## (type=OWNAutomationEvent)
2026-09-09 06:41:30.822 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*54## (type=OWNLightingEvent)
2026-09-09 06:41:30.873 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*84## (type=OWNAutomationEvent)
2026-09-09 06:41:30.918 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*64## (type=OWNLightingEvent)
2026-09-09 06:41:30.958 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*87## (type=OWNAutomationEvent)
2026-09-09 06:41:31.005 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*0215## (type=OWNLightingEvent)
2026-09-09 06:41:31.049 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*88## (type=OWNAutomationEvent)
2026-09-09 06:41:31.103 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*1007## (type=OWNAutomationEvent)
2026-09-09 06:41:31.141 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*1008## (type=OWNAutomationEvent)
2026-09-09 06:41:31.181 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*08## (type=OWNAutomationEvent)
2026-09-09 06:41:31.229 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*28## (type=OWNLightingEvent)
2026-09-09 06:41:31.276 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*0013## (type=OWNAutomationEvent)
2026-09-09 06:41:31.325 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*1\*27## (type=OWNLightingEvent)
2026-09-09 06:41:31.372 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*1\*58## (type=OWNLightingEvent)
2026-09-09 06:41:31.420 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*21## (type=OWNLightingEvent)
2026-09-09 06:41:31.461 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*59## (type=OWNLightingEvent)
2026-09-09 06:41:31.510 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*1\*25## (type=OWNLightingEvent)
2026-09-09 06:41:31.563 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*0610## (type=OWNLightingEvent)
2026-09-09 06:41:31.603 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*57## (type=OWNLightingEvent)
2026-09-09 06:41:31.651 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*09## (type=OWNAutomationEvent)
2026-09-09 06:41:31.712 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*69## (type=OWNLightingEvent)
2026-09-09 06:41:31.760 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*0011## (type=OWNAutomationEvent)
2026-09-09 06:41:31.810 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*68## (type=OWNLightingEvent)
2026-09-09 06:41:31.860 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*89## (type=OWNAutomationEvent)
2026-09-09 06:41:31.910 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*67## (type=OWNLightingEvent)
2026-09-09 06:41:31.960 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*1009## (type=OWNAutomationEvent)
2026-09-09 06:41:32.010 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*66## (type=OWNLightingEvent)
2026-09-09 06:41:32.051 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*1010## (type=OWNAutomationEvent)
2026-09-09 06:41:32.097 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*0010## (type=OWNAutomationEvent)
2026-09-09 06:41:32.162 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*0510## (type=OWNLightingEvent)
2026-09-09 06:41:32.223 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*0611## (type=OWNLightingEvent)
2026-09-09 06:41:32.281 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*1011## (type=OWNAutomationEvent)
2026-09-09 06:41:32.329 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*0612## (type=OWNLightingEvent)
2026-09-09 06:41:32.391 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*1012## (type=OWNAutomationEvent)
2026-09-09 06:41:32.457 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*1013## (type=OWNAutomationEvent)
2026-09-09 06:41:32.512 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*0014## (type=OWNLightingEvent)
2026-09-09 06:41:32.581 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*0015## (type=OWNLightingEvent)
2026-09-09 06:41:33.666 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*41## (type=OWNLightingEvent)
2026-09-09 06:41:33.703 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*51## (type=OWNLightingEvent)
2026-09-09 06:41:33.739 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*42## (type=OWNLightingEvent)
2026-09-09 06:41:33.780 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*53## (type=OWNLightingEvent)
2026-09-09 06:41:33.806 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*43## (type=OWNLightingEvent)
2026-09-09 06:41:33.849 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*31## (type=OWNLightingEvent)
2026-09-09 06:41:33.884 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*44## (type=OWNLightingEvent)
2026-09-09 06:41:33.920 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*32## (type=OWNLightingEvent)
2026-09-09 06:41:33.958 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*61## (type=OWNLightingEvent)
2026-09-09 06:41:33.994 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*91## (type=OWNLightingEvent)
2026-09-09 06:41:34.031 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*62## (type=OWNLightingEvent)
2026-09-09 06:41:34.067 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*92## (type=OWNLightingEvent)
2026-09-09 06:41:34.105 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*63## (type=OWNLightingEvent)
2026-09-09 06:41:34.140 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*33## (type=OWNLightingEvent)
2026-09-09 06:41:34.177 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*1\*1001## (type=OWNAutomationEvent)
2026-09-09 06:41:34.214 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*1\*34## (type=OWNLightingEvent)
2026-09-09 06:41:34.252 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*1\*1002## (type=OWNAutomationEvent)
2026-09-09 06:41:34.290 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*23## (type=OWNLightingEvent)
2026-09-09 06:41:34.331 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*22## (type=OWNLightingEvent)
2026-09-09 06:41:34.370 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*83## (type=OWNAutomationEvent)
2026-09-09 06:41:34.402 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*26## (type=OWNLightingEvent)
2026-09-09 06:41:34.443 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*24## (type=OWNLightingEvent)
2026-09-09 06:41:34.482 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*82## (type=OWNAutomationEvent)
2026-09-09 06:41:34.511 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*1003## (type=OWNAutomationEvent)
2026-09-09 06:41:34.563 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*1004## (type=OWNAutomationEvent)
2026-09-09 06:41:34.606 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*55## (type=OWNLightingEvent)
2026-09-09 06:41:34.649 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*65## (type=OWNLightingEvent)
2026-09-09 06:41:34.678 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*13## (type=OWNLightingEvent)
2026-09-09 06:41:34.722 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*29## (type=OWNLightingEvent)
2026-09-09 06:41:34.768 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*11## (type=OWNLightingEvent)
2026-09-09 06:41:34.821 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*85## (type=OWNAutomationEvent)
2026-09-09 06:41:34.879 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*12## (type=OWNLightingEvent)
2026-09-09 06:41:34.907 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*81## (type=OWNAutomationEvent)
2026-09-09 06:41:34.960 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*1005## (type=OWNAutomationEvent)
2026-09-09 06:41:34.987 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*1006## (type=OWNAutomationEvent)
2026-09-09 06:41:35.038 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*56## (type=OWNLightingEvent)
2026-09-09 06:41:35.084 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*86## (type=OWNAutomationEvent)
2026-09-09 06:41:35.128 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*54## (type=OWNLightingEvent)
2026-09-09 06:41:35.174 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*84## (type=OWNAutomationEvent)
2026-09-09 06:41:35.218 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*64## (type=OWNLightingEvent)
2026-09-09 06:41:35.266 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*87## (type=OWNAutomationEvent)
2026-09-09 06:41:35.301 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*0215## (type=OWNLightingEvent)
2026-09-09 06:41:35.356 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*88## (type=OWNAutomationEvent)
2026-09-09 06:41:35.391 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*1007## (type=OWNAutomationEvent)
2026-09-09 06:41:35.443 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*08## (type=OWNAutomationEvent)
2026-09-09 06:41:35.497 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*1008## (type=OWNAutomationEvent)
2026-09-09 06:41:35.545 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*0013## (type=OWNAutomationEvent)
2026-09-09 06:41:35.581 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*28## (type=OWNLightingEvent)
2026-09-09 06:41:35.632 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*1\*58## (type=OWNLightingEvent)
2026-09-09 06:41:35.677 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*1\*27## (type=OWNLightingEvent)
2026-09-09 06:41:35.729 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*59## (type=OWNLightingEvent)
2026-09-09 06:41:35.770 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*21## (type=OWNLightingEvent)
2026-09-09 06:41:35.821 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*0610## (type=OWNLightingEvent)
2026-09-09 06:41:35.879 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*1\*25## (type=OWNLightingEvent)
2026-09-09 06:41:35.921 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*57## (type=OWNLightingEvent)
2026-09-09 06:41:35.971 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*09## (type=OWNAutomationEvent)
2026-09-09 06:41:36.025 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*69## (type=OWNLightingEvent)
2026-09-09 06:41:36.076 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*0011## (type=OWNAutomationEvent)
2026-09-09 06:41:36.125 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*68## (type=OWNLightingEvent)
2026-09-09 06:41:36.174 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*89## (type=OWNAutomationEvent)
2026-09-09 06:41:36.224 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*67## (type=OWNLightingEvent)
2026-09-09 06:41:36.274 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*1009## (type=OWNAutomationEvent)
2026-09-09 06:41:36.324 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*66## (type=OWNLightingEvent)
2026-09-09 06:41:36.368 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*1010## (type=OWNAutomationEvent)
2026-09-09 06:41:36.425 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*0010## (type=OWNAutomationEvent)
2026-09-09 06:41:36.471 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*0510## (type=OWNLightingEvent)
2026-09-09 06:41:36.537 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*0611## (type=OWNLightingEvent)
2026-09-09 06:41:36.605 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*0612## (type=OWNLightingEvent)
2026-09-09 06:41:36.640 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*1011## (type=OWNAutomationEvent)
2026-09-09 06:41:36.695 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*1012## (type=OWNAutomationEvent)
2026-09-09 06:41:36.752 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*2\*0\*1013## (type=OWNAutomationEvent)
2026-09-09 06:41:36.816 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*0014## (type=OWNLightingEvent)
2026-09-09 06:41:36.888 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*0015## (type=OWNLightingEvent)
2026-09-09 06:41:37.953 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*25## (type=OWNLightingEvent)
2026-09-09 06:41:40.136 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*1\*25## (type=OWNLightingEvent)
2026-09-09 06:41:51.128 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*11## (type=OWNLightingEvent)
2026-09-09 06:41:51.287 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*12## (type=OWNLightingEvent)
2026-09-09 06:41:51.405 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*13## (type=OWNLightingEvent)
2026-09-09 06:42:03.567 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*21## (type=OWNLightingEvent)
2026-09-09 06:42:03.642 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*22## (type=OWNLightingEvent)
2026-09-09 06:42:03.718 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*23## (type=OWNLightingEvent)
2026-09-09 06:42:03.792 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*24## (type=OWNLightingEvent)
2026-09-09 06:42:03.876 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*1\*25## (type=OWNLightingEvent)
2026-09-09 06:42:03.952 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*26## (type=OWNLightingEvent)
2026-09-09 06:42:04.036 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*1\*27## (type=OWNLightingEvent)
2026-09-09 06:42:04.120 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*28## (type=OWNLightingEvent)
2026-09-09 06:42:04.199 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*29## (type=OWNLightingEvent)
2026-09-09 06:42:04.272 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*31## (type=OWNLightingEvent)
2026-09-09 06:42:04.344 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*32## (type=OWNLightingEvent)
2026-09-09 06:42:04.418 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*33## (type=OWNLightingEvent)
2026-09-09 06:42:04.491 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*1\*34## (type=OWNLightingEvent)
2026-09-09 06:42:07.112 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*11## (type=OWNLightingEvent)
2026-09-09 06:42:08.172 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*12## (type=OWNLightingEvent)
2026-09-09 06:42:09.368 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*13## (type=OWNLightingEvent)
2026-09-09 06:42:15.575 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*39\*69## (type=OWNLightingEvent)
2026-09-09 06:42:15.642 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*1000#0\*69## (type=OWNLightingEvent)
2026-09-09 06:42:15.669 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*69## (type=OWNLightingEvent)
2026-09-09 06:42:16.736 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*41## (type=OWNLightingEvent)
2026-09-09 06:42:17.933 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*42## (type=OWNLightingEvent)
2026-09-09 06:42:17.987 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*21## (type=OWNLightingEvent)
2026-09-09 06:42:19.057 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*43## (type=OWNLightingEvent)
2026-09-09 06:42:19.116 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*22## (type=OWNLightingEvent)
2026-09-09 06:42:20.166 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*44## (type=OWNLightingEvent)
2026-09-09 06:42:20.231 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*23## (type=OWNLightingEvent)
2026-09-09 06:42:21.421 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*24## (type=OWNLightingEvent)
2026-09-09 06:42:22.499 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*1\*25## (type=OWNLightingEvent)
2026-09-09 06:42:23.686 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*26## (type=OWNLightingEvent)
2026-09-09 06:42:24.767 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*1\*27## (type=OWNLightingEvent)
2026-09-09 06:42:26.041 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*#4\*1\*0\*0245## (type=OWNHeatingEvent)
2026-09-09 06:42:26.337 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*#4\*1\*12\*0350\*3## (type=OWNHeatingEvent)
2026-09-09 06:42:26.353 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*4\*202\*1## (type=OWNHeatingEvent)
2026-09-09 06:42:26.633 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*#4\*1\*14\*0200\*3## (type=OWNHeatingEvent)
2026-09-09 06:42:26.725 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*#4\*1\*13\*03## (type=OWNHeatingEvent)
2026-09-09 06:42:27.411 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*#4\*2\*0\*0249## (type=OWNHeatingEvent)
2026-09-09 06:42:27.709 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*#4\*2\*12\*0350\*3## (type=OWNHeatingEvent)
2026-09-09 06:42:27.709 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*4\*202\*2## (type=OWNHeatingEvent)
2026-09-09 06:42:28.002 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*#4\*2\*14\*0200\*3## (type=OWNHeatingEvent)
2026-09-09 06:42:28.078 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*#4\*2\*13\*5## (type=OWNHeatingEvent)
2026-09-09 06:42:28.651 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*#4\*3\*0\*0230## (type=OWNHeatingEvent)
2026-09-09 06:42:28.949 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*#4\*3\*12\*0350\*3## (type=OWNHeatingEvent)
2026-09-09 06:42:28.949 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*4\*202\*3## (type=OWNHeatingEvent)
2026-09-09 06:42:29.236 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*#4\*3\*14\*0200\*3## (type=OWNHeatingEvent)
2026-09-09 06:42:29.308 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*#4\*3\*13\*00## (type=OWNHeatingEvent)
2026-09-09 06:42:36.263 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*51## (type=OWNLightingEvent)
2026-09-09 06:42:42.805 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*53## (type=OWNLightingEvent)
2026-09-09 06:42:46.026 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*54## (type=OWNLightingEvent)
2026-09-09 06:42:49.243 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*55## (type=OWNLightingEvent)
2026-09-09 06:42:52.460 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*56## (type=OWNLightingEvent)
2026-09-09 06:42:52.756 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*#4\*11\*0\*0246## (type=OWNHeatingEvent)
2026-09-09 06:42:53.065 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*#4\*11\*12\*0350\*3## (type=OWNHeatingEvent)
2026-09-09 06:42:53.066 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*4\*202\*11## (type=OWNHeatingEvent)
2026-09-09 06:42:53.347 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*#4\*11\*14\*0230\*3## (type=OWNHeatingEvent)
2026-09-09 06:42:53.452 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*#4\*11\*13\*00## (type=OWNHeatingEvent)
2026-09-09 06:42:53.742 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*57## (type=OWNLightingEvent)
2026-09-09 06:42:54.032 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*#4\*12\*0\*0236## (type=OWNHeatingEvent)
2026-09-09 06:42:54.352 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*#4\*12\*12\*0350\*3## (type=OWNHeatingEvent)
2026-09-09 06:42:54.355 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*4\*202\*12## (type=OWNHeatingEvent)
2026-09-09 06:42:54.630 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*#4\*12\*14\*0230\*3## (type=OWNHeatingEvent)
2026-09-09 06:42:54.731 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*#4\*12\*13\*00## (type=OWNHeatingEvent)
2026-09-09 06:42:55.013 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*1\*58## (type=OWNLightingEvent)
2026-09-09 06:42:58.227 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*59## (type=OWNLightingEvent)
2026-09-09 06:42:58.310 WARNING (MainThread) \[custom_components.myhome\] Configuration file '/config/myhome.yaml' is not present. Using UI-configured devices.
2026-09-09 06:42:59.204 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*11## (type=OWNLightingEvent)
2026-09-09 06:42:59.205 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*11## (type=OWNLightingEvent)
2026-09-09 06:42:59.314 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*12## (type=OWNLightingEvent)
2026-09-09 06:42:59.396 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*13## (type=OWNLightingEvent)
2026-09-09 06:42:59.475 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*1\*25## (type=OWNLightingEvent)
2026-09-09 06:42:59.599 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*69## (type=OWNLightingEvent)
2026-09-09 06:43:01.641 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*#\*0## (type=OWNSignaling)
2026-09-09 06:43:01.909 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*1\*0\*61## (type=OWNLightingEvent)
2026-09-09 06:43:04.851 WARNING (MainThread) \[custom_components.myhome\] \[BUS SNIFFER\] \*#\*0## (type=OWNSignaling)
very interessting - now i did a manual button trigger with one roller shutter - suddenly it found 63 new devices?
Thank you Matteo!
Problem solved! Only Light 14 is still not working as in the previous versions, (dimmer works but on/off switches don’t, they only work if i use the official Bticino app), here you can find the new LOG
Thank you very much again!
Hi! Thanks for sharing the logs, they clearly explain what is happening.
There are two distinct reasons why your devices haven’t been added yet despite appearing under [BUS SNIFFER]:
1. Why physical button presses aren’t creating devices yet:
The [BUS SNIFFER] log simply shows that the integration’s background event listener is receiving the frames from your bus. However, the Auto-learning feature is turned off by default to avoid registering unwanted frames.
To enable it:
- Go to Settings > Devices & Services > MyHOME.
- Click Configure on your MyHome gateway.
- Select Settings in the menu.
- Check the “Enable auto-learning” box and submit.
Now, whenever you press any physical light switch or cover button in your house, Home Assistant will immediately detect it, create the entity, and notify you!
2. Why the Active Scan didn’t detect them on MyHomeServer1:
Your gateway is a MyHomeServer1 (192.168.0.250). Unlike older gateways (like F454), when MHS1 receives a status request on the command socket (e.g. *#1*11##), it immediately replies with *#*1## (ACK) on that socket, but broadcasts the actual state (*1*0*11##) asynchronously over the event stream.
The scanner was waiting for the payload on the command socket, while MHS1 was forwarding it directly to the event listener (which is why you see all of them in [BUS SNIFFER]: address 11, 12, 13, 25, 69, 41, 51, 61, 42, 53, etc.).
We are pushing an update to make the active bus scanner automatically capture these asynchronous event replies directly from the MHS1 event stream so the automated scan works out of the box on MyHomeServer1 as well.
In the meantime, simply enabling “Enable auto-learning” in the Options menu will allow you to populate all your devices just by toggling them once!
