Same error
do you resolved it?
Hi Siem, I have a similar situation to yours and I wanted to understand if it is possible to make the burglar alarm “smart”. A question: is your MH200N connected directly to the SCS bus dedicated to the burglar alarm (AI SCS BUS) or is it connected to the automation bus and the latter communicates with the burglar alarm BUS via the F422 interface in mode 4? Thanks, Roberto.
Hi Achille, I also have an old burglar alarm system with a 3500 control unit and an F422 between the alarm bus and the automation bus and I wanted to understand if I could at least detect movement with the alarm disarmed and possibly the status of the window contacts always with the alarm disarmed. Can you tell me how your F422 is configured (which configurators did you put in MOD position and how did you choose the interface address)? Thanks Roberto.
The alarm is connected to the automation bus and listens to the automation codes on the automation bus. I set these codes in the alarm menu.
If the alarm receives one of these codes from the MH200N (which forwards these from Home Assistant), the alarm will send the message you configured on the alarm (AI SCS BUS) bus - normally these were blocked. So the MH200N/ Home Assistant can indirectly send preconfigured messages on the alarm bus this way. - this is how I understand it, I haven’t wired the place up here myself.
I haven’t yet, I wanted to continue figuring this out in the coming weeks.
Hello, everyone,
I am new to HA.
I haven’t found a proper guide on how to configure everything.
I have found information scattered on various sites, between communities and repositories.
I would like to ask those of you who have managed to install and get everything working.
- how to configure the yaml file (where to find the data to be entered in the configuration file)
- Once the myhome.yaml file has been loaded, what should be done from the HA interface?
- I have access to my system directly from my system’s Home +Project app.
Can any of you help me configure this?
This below is the basic test file myhome.yaml that I uploaded:
mh201:
mac: ‘00:03:50:xx:xx:xx’
light:
bath_denis:
where: ‘0205’
name: Light
dimmable: False
manufacturer: BTicino
model: K4652M2
Hello everyone!
I’ve tried to install the Bticino MyHome integration in HA but I get some errors I cannot solve by myself!
The first thing was to configure the F461 gateway, but as you can see in the screen below, I get the “Failed to set up” error.
Is this referring to the myhome.yaml file? My myhome.yaml file is this one:
f461
mac: ‘XX.XX.XX.XX.XX.XX’ (of course I put the correct mac address here)
light:
dining_room:
where: ‘06’
name: Moon
dimmable: False
manufacturer: BTicino
model: F411U2
and I put the file in the “config” folder in the HA main folder, as well as in the main folder because I was not sure where to put it.
I also have the following log file but I cannot actually understand what’s the issue:
2025-02-25 13:27:38.960 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry F461 Gateway for myhome
Traceback (most recent call last):
- File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 640, in __async_setup_with_context*
- result = await component.async_setup_entry(hass, self)*
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^* - File “/config/custom_components/myhome/init.py”, line 62, in async_setup_entry*
- _validated_config = config_schema(yaml.safe_load(await yaml_file.read()))*
-
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^* - File “/usr/local/lib/python3.13/site-packages/yaml/init.py”, line 125, in safe_load*
- return load(stream, SafeLoader)*
- File “/usr/local/lib/python3.13/site-packages/yaml/init.py”, line 81, in load*
- return loader.get_single_data()*
-
~~~~~~~~~~~~~~~~~~~~~~^^* - File “/usr/local/lib/python3.13/site-packages/yaml/constructor.py”, line 49, in get_single_data*
- node = self.get_single_node()*
- File “/usr/local/lib/python3.13/site-packages/yaml/composer.py”, line 36, in get_single_node*
- document = self.compose_document()*
- File “/usr/local/lib/python3.13/site-packages/yaml/composer.py”, line 55, in compose_document*
- node = self.compose_node(None, None)*
- File “/usr/local/lib/python3.13/site-packages/yaml/composer.py”, line 84, in compose_node*
- node = self.compose_mapping_node(anchor)*
- File “/usr/local/lib/python3.13/site-packages/yaml/composer.py”, line 127, in compose_mapping_node*
- while not self.check_event(MappingEndEvent):*
-
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^* - File “/usr/local/lib/python3.13/site-packages/yaml/parser.py”, line 98, in check_event*
- self.current_event = self.state()*
-
~~~~~~~~~~^^* - File “/usr/local/lib/python3.13/site-packages/yaml/parser.py”, line 549, in parse_flow_mapping_key*
- raise ParserError(“while parsing a flow mapping”, self.marks[-1],*
-
"expected ',' or '}', but got %r" % token.id, token.start_mark)*
yaml.parser.ParserError: while parsing a flow mapping
- in “”, line 1, column 1:*
- {\rtf1\ansi\ansicpg1252\cocoartf2761*
- ^*
expected ‘,’ or ‘}’, but got ‘{’ - in “”, line 2, column 34:*
- \cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fnil\fcharset0 .App …*
Is anyone able to help? Thank you so much!
Hello everyone,
I was able to install and started to configure.
Below is my yaml file (myhome.yaml), where I am setting the lights. (to start)
For the light points no problem, but for the leds I have in the house, I can’t make them dimmable.
Also in the configuration, I don’t know how to handle the “where” field, so I’m going by intuition, starting with the value 01 and gradually trying to find what it corresponds to. But how to handle the WHO WHERE is not clear to me.
Any idea where i am wrong in the configuration file?
How to do to be able to turn on and dim the led points?
MyHOMEServer1:
mac: "00:03:50:xx:xx:xx"
light:
StudioDenis:
where: "01"
name: Luce Studio Denis
dimmable: False
manufacturer: BTicino
model: BMSW1005 - ID 08CFD6A2 - CH4
Lavanderia:
where: "02"
name: Luce Lavanderia
dimmable: False
manufacturer: BTicino
model: BMSW1005 - ID 08CFD6A2 - CH1
CED:
where: "03"
name: Luce CED
dimmable: False
manufacturer: BTicino
model: BMSW1005 - ID 08CFD6A2 - CH2
Campana:
where: "04"
name: Campana
dimmable: False
manufacturer: BTicino
model: BMSW1005 - ID 08CFD6A2 - CH3
test4:
where: "17"
interface: "02"
name: test4
dimmable: True
manufacturer: BTicino
model: F418U2
Hi to all, I’m new on this post. I installed the component MyHome and work with my F453AV but sometimes, the HA don’t update the ststus. If I click on the light work fine but the ststus return to off. If i click fast on and off the light go off. If I try to reload the component all return to work fine but I would like thet work fine withou reset. Can you help me to solve this problem? I must make a keepalive or any other script or changes on yaml o other file?
thanks in advance for you support!
Hello everyone,
First I’d like to thanks @anotherjulien for your work.
I’am a NB with HA, my home is full LEGRAND / BTicino for lights and shutters managed by my cellphone (iMyHome app) / MyHomeScreen / Webserver F454.
So today I’ve decided to test HA & MyHome with a Pi5 config. HA v15.1 and MyHome 0.9.3
I’ve read the actuel topic, and of course GitHub - anotherjulien/MyHOME: MyHOME integration for Home-Assistant but probably not as I should do it because I ve an issue with my configuration.
For testing I’ve set the default OPENWEBNET password to 12345.
Here is some of my screenshot:
My myhome.yaml in the same directory that configuration.yaml
f454:
mac: ‘00:03:50:xx:xx:xx’
light:
Salon:
where: ‘07’
name: SalonMilieu
dimmable: false
manufacter: BTicino
model: f411/2
Could you help me?
Hi! Thanks for this integration!!
I have an F454 on another network, so it’s unreachable only via MAC Address.
with the 0.9.3 release is it possible to set the ip adress of the gateway??
Thanks
Good morning everyone, I’m new to Home Assistant. I downloaded the MyHome component a couple of weeks ago, and I want to thank everyone who has contributed to its development so far. After setting it up, I began creating my first automations.
I wanted to ask if any of you have experienced this issue as well: sometimes the commands don’t seem to execute. For example, I control my outdoor lights based on sunrise and sunset — everything might work fine for a while, but then, all of a sudden, Home Assistant stops sending commands and also stops read OpenWebNet commands from my F454 server.
Restarting the MyHome device gets everything working again, but this obviously makes it unreliable for managing automations. Is this a known issue? Do you have any advice or possible solutions? Is there a way to detect when this happens and maybe automatically restart the device or the integration when needed?
I have a home assistant green.
Thanks in advance!
did you solve this problem? I have exactly the same
I’m in the same situation: installed MyHome, configured MHS1, nothing happens. I have a question: HA is running in a docker with an ip address (172.30.33.0) different from my local network (192.168.1.0) where HMS1 ha a static ip (192.168.1.40).
How can HA reach MHS1 if only the MAC address is given? Is tehre a proxy-arp somewhere? Otherwise HA never could speak to MHS1 !
Hello!
I have installed the MyHome integration but I don’t know how to connect to my gateway. I have a MyHomeServer1.
Do I need to install another service like OWNd as well to make it work?
Sorry for this maybe basic question but there is nothing in the docs which explains the beginning of the setup! Thanks!
@anotherjulien
Is this addon still maintained?
I’m using openhab at the moment ans i’m considering to replace it with Home Assistant. Is this stable enough? and WAF?
Or should i use another addon?
thank you
@dirk291 @MarcoFiorio
Hi, I modified Anotherjulien’s integration to solve the gateway disconnection issue that freeze the entities status. If you still have the issue and are willing to test, the link is GitHub - rdr-66/MyHOME: MyHOME integration for Home-Assistant
Hi, have you solved?
I found a solution to how find the “where” input.
I removed Julien’s integrations and added yours.
I kept the myhome yalm file, same config, but it doesn’t work any more.
Light are showing unavalable.
Could you help? I’m new at Home Assistant.
Ho,
Sorry to hear this. I’m using it since one month now.
Could you show the log?
Which gateway are you using?

