Mr Safe supported?

Hello,

Today on iBood in Belgium, there offering a Mr Safe Smart Home Socket Set.

Does anyone know that they can work with Home Assistant?
I already find out that the base plug will work over WiFi and the other are connected to the base station with RF.
This is the website of the product: http://www.mrsafe.be/?portfolio=smart-home-socket-set

According to the following forum it should work with invitation. See steps at: https://gathering.tweakers.net/forum/list_messages/1593935/0

Edit: apologies, thought you mentioned the IP camera of Mr Safe…

Incase anybody with a Old Mr. safe Doorbell “Mr. safe deurbel” ever comes to this message then I have found my doorbel sents out a 433Mhz message (captured with RFLink) with the following code:

This way you could add the doorbell press event to Home assistant.

2023-12-06 12:44:51.779 DEBUG (MainThread) [rflink.protocol] decoded packet: {'node': 'gateway', 'protocol': 'selectplus', 'id': '01a8', 'switch': '01', 'command': 'on', 'doorbell_melody': 1}selectplus_01a8_01
2023-12-06 12:44:51.780 DEBUG (MainThread) [rflink.protocol] got event: {'id': '', 'command': 'on', 'doorbell_melody': 1}
2023-12-06 12:44:51.780 DEBUG (MainThread) [homeassistant.components.rflink] event of type command: {'id': 'selectplus_01a8_01', 'command': 'on', 'doorbell_melody': 1}
2023-12-06 12:44:51.780 DEBUG (MainThread) [homeassistant.components.rflink] entity_ids: []
2023-12-06 12:44:51.780 DEBUG (MainThread) [homeassistant.components.rflink] device_id not known, adding new device

In the HA config I created a switch with this code and use it to sent a chime message to google speakers around the house. This switch is used in that automation that rings the speakers and I reset the switch after that.