Vimar By-Me Plus | finally made it

Hi Folks,
just to let you know, because i didn´t get any answer, i finally realized the connection from my VIMAR By-Me Plus System with Home Assistant.

The solution is to install a dedicated IP Interface. From there you just need to use the translated HEX Adresses of your Vimar System and you are ready to go. I use this one: Amazon.de

To my understanding every other IP Interface should work. In my case it was not even necessary to program the Interface with ETS, it just worked out of the box and was found from HA immediately.

Best, Christian

2 Likes

Hi Cristian,

I’m new to the community, and it seems we both use the same system, Vimar by-me Plus (gateway 01411)—am I right?

I’m encountering some issues with the “native Vimar HomeKit integration,” as not all devices are responding properly through HomeKit. I would love to fix this by using the integration via Home Assistant (HA), and from there, integrating the VIMAR devices to HomeKit. I hope this explanation is clear.

Could you please share your setup details and let me know if you’ve had similar experiences or needs?

Thank you,
Massi

Hi Max,
Just buy the Interface from Amazon (link above) and from there on, i can provide you some more details, how to properly connect to your System. The HomeKit integration from Vimar was very buggy on my side two, to be fair, the problem is half way on apples side…

Best, Christian

1 Like

Hi Christian, this is a big news!!!
I’ve been trying to do this for a long time.

I’m buying that device now!

Can it be connected to the standard bus or do I have to buy a Vimar KNX bus?
Thanks!

Regards,
Giacomo

1 Like

Hi Christian, I did it!
I bought the ip interface and connected to the bus.
I am writing the yaml file starting from the csv file downloaded from the VIEW PRO. I tryied with feed lights and it works!
And you also have write or did you convert the CSV file?
Thanks for the hint
Regards,
Giacomo

1 Like

Hi Christan,

I already have an IP interface (to program with ETS) but I don’t get how I could expose my Vimar System in HA.

Please, I need your help, thank you.

Best,
Giovanni

I have found a solution. I’ve added this integration to my HA system:

Now, every device is exposed in HA. Then, I’ve exported knx group address (it’s a .csv file) from view pro to identify the name and the address of devices.

Regards,
Giovanni

Hi @CapexEV
I have Vimar by-me Plus (gateway 01411)
I know that it can talk with other systems in KNX, how you solved connection problems? If I try with KNX integration I don’t know how to setup, can you help me?

Marco

Hi @CapexEV
I found my configuration from Vimar Gateway.
I see 2 address for every device, for example
“Luce Salotto - DPTx_OnOffInfo”,“1/4/15”,“”,“”,“Salotto - id: 8”,“DPST-1-1”,“Off”
“Luce Salotto - DPTx_OnOff”,“1/4/16”,“”,“”,“Salotto - id: 8”,“DPST-1-1”,“Off”

I set on my HomeAssistant:
knx:
light:
- name: “Luce Salotto”
address: “1/4/15”
state_address: “1/4/15”

But it seems not working, how I’m doing wrong?

Thanks,
Marco

Hi Marco,

I tested it yesterday with my Vimar by-me plus 01411 system using the same instructions, and it worked fine. If the KNX IP Interface is working correctly, it should function as expected.

However, today I noticed some inconsistencies. Most lights work, but a few aren’t responding properly. For example, when you turn on one of these unresponsive lights in HA, it shows as switched on in the Vimar app, but the actual light stays off. I’m looking into how to resolve this.

Ciao,
Max

Hi guys, I’m at the very first stepst, how did you integrate the gateway? From the vimar view wireless I don’t see any indication.

Hi everyone, I was developing the integration through the vimar webservice as I was not able to communicate through HA and KNX.
Reading these save me a lot of work.
How did you solve?

@marcograpiglia how did you retrieve the configuration from the gateway?

If you could give us some advices or some steps would be really appreciated!

Thanks :slight_smile:

Hi casasmartvimar,

To integrate the Vimar system with Home Assistant, you’ll need to:

  1. Install an IP Secure interface on your BUS and on the switch where all other devices are connected (the specific configuration will depend on your setup).
  2. Once the IP Secure interface installation is complete, proceed with:
  • Installing the integration on Home Assistant
  • Configuring the devices
  • Controlling the devices through Home Assistant
  1. After this configuration, you’ll be able to use your Vimar devices through other services compatible with Home Assistant, such as:
  • HomeKit
  • Alexa
  • And other supported services

I did this integration by myself despite not being an expert, and it works correctly.

I resolved all issues of responsiveness and stability with Vimar device configuration by using the KNX interface instead of the YAML file configuration. The YAML configuration method is no longer working in Home Assistant version 10.2.

Hi
Just bought a KNX IP interface, not the one you’ve mentioned because no more available in Amazon but a Shneider Electronics. It has been recognized by HA but now the problem is the addresses of devices. Ho do you get them?
I do not have any program/web interface in VIMAR by Me

Thks a lot

Hi Danilo,

You need to access the Vimar View Pro app, which is typically used by installers of Vimar devices in homes. After that, export the CSV files for the KNX configuration - there you will find the addresses and respective names of the devices that you’ll need to add in Home Assistant (HA) to control them via HA or HomeKit.

Hello all,
I am a newbie to home assistant and integrations. I have a VIMAR system -Vimar View wireless - the lite version so not the full automation solution - By-me Plus. I can see everything and control it from my View app. Can the KNX interface be added to a Vimar View wireless system? Any clues on how to get started would be greatly appreciated.
Dominic

Hi there,
I finally made it too!

I was not able to access the CSV file from Vimar View Pro as my system is associated to the company that installed it and I have no permission.
As a workaround I downloaded the ETS5 free version (google it, it’s easy to find) and from there I was able to listen to all the telegrams I sent from the Vimar app with destination information:

Gradually, device by device I configured everything via yaml and it works like a charm.

The only solution that I found for Vimar View Wireless is to control it via Google. Google Home allows Vimar View Wireless to be added and then with Google SDK you can develop HA automations that pass commands to Google and then Vimar view wireless.