[Custom Integration] Vimar By-me Plus: local integration via Gateway (no KNX needed)

Hi all,

I’ve been developing a custom integration for Home Assistant for over a year now, in my spare time.
It talks directly to the Vimar Gateway (models 01410 and 01411) over your local network, so you don’t need a KNX interface or any extra hardware. The only thing you need is admin access to the Vimar VIEW PRO app, which is used once to grab the setup credentials for the gateway.

It’s already sitting at 1000+ installations, but honestly I never really pushed it on the community before, mostly just word of mouth. So this is me finally getting around to sharing it properly here :slight_smile:

I use it myself daily and at this point it’s fairly stable, but I’m always open to feedback and ideas for improvements.

Repo: GitHub - andreaprosseda/vimar-byme-plus-homeassistant: Vimar By-me Plus Integration for Home Assistant · GitHub

What it currently supports

  • Lighting (switches, dimmers, RGB dimmers)
  • Shutters, with or without position control, including slats/curtains
  • Climate (zone control)
  • Audio zones (FM radio, RCA, Bluetooth – this last one hasn’t been tested much)
  • Access (gates, door/window sensors)
  • Automations (on/off controls, technical alarms)
  • Energy (load monitoring, 1P/3P measurements, production monitoring)
  • Irrigation (multi-zone)
  • Scenes (with custom event firing)
  • Various sensors (air quality, humidity, contact, weather station)

What it can’t do

A couple of things aren’t supported, because Vimar itself doesn’t expose them through the API by design:

  • Video intercom
  • Alarm system

If you’ve got a Vimar By-me Plus system and want to give it a shot, I’d genuinely appreciate hearing how it goes. Bugs, missing features, weird edge cases, whatever feel free to open an issue on GitHub.

Thanks you