Homebridge / Selve Rolloshutter - NEED HELP

hello, i have 27 shutters in my house. i started with homebridge back then to put all my devices into the homnekit. but now i have switched completely to home assistant because it is simply better :slight_smile: i have successfully integrated all my devices and also new ones into the HA (lamps, switches, sensors …), EXCEPT my shutters. These are from the Selve company. Back then there was a plug-in for homebridge that supported my roller shutter type. but this is not available for HA (only for the Iveo variant)

Now my question. is there anyone here who can port the original home plugin to home assistant or expand the existing one?

OR is there a plugin to see all of your Homebridge devices in Homeassistant?

you’re most likely looking for this:

But the Problem is. The Integration you postet is for iveo devices. I use commeo :confused: so the Plugin needs somebody That can programm it bidirectional, Because this is the difference betwen iveo and commeo

Hello have you found a solution to your problem? Because I am in the same case as you.

I am interested in Selve integration as well.

The Selve USB-RF Gateway is advertised to support for iveo and commeo. Are you implifying that gpulido/homeassistant-selve itself doesn’t support commeo?

PS/ Yes, the homeassistant-selve integration seems to support only iveo at this time.

Hi all, I have my Selve Commeo shutters working in Home Assistant (docker install on a pi), using Homebridge on the same pi. Homebridge is integrated with home assistant using the homekit controller integration in home assistant, so home assistant can see the devices on my homebridge. There was a glitch - the homebridge-selve plugin doesnt assign a serial number to each shutter, but the homekit controller integration needs to see a unique serial number, otherwise when home assistant sees the second device with the same default serial number, it thinks it already has that device and doesnt show it ‘a second time’. So it only showed one device. I’ve asked the plugin developer over on github if he would be so kind as to update his plugin to deal with this, in the meantime here’s what I did which works for me:
I edited the file ‘selve-shutter-accessory.js’ which on my install is in directory “/usr/local/lib/node_modules/homebridge-selve/dist”, adding the last line of code below:
ˋˋˋˋ
//setup info service
this.informationService = new hap.Service.AccessoryInformation()
.setCharacteristic(hap.Characteristic.Manufacturer, ‘Selve’)
.setCharacteristic(hap.Characteristic.Model, ‘Selve’)
.setCharacteristic(hap.Characteristic.SerialNumber, this.name);
ˋˋˋˋ
I chose the variable ‘name’ because I give each shutter in my homebridge configuration at setup a name that is unique to each shutter and several characters in length. Restart homebridge, and now the shutters all show up in home assistant!

update to previous post: the developer of the homebridge-selve integration was super-quick to provide an update - v2.2.4 works a treat for me. selve Commeo shutters integrated with homebridge ans in turn with home assistant, same pi, all local control.

Can you help me with this please?

Is there any documentation i’m missing?
Successfully added selve NG to HomeAssistant. RF USB Stick seems to send (Red LED after actions). But how to Configure my shutters? Currently i’m getting 3 prenamed Entities (Living Room, Kitchen, Bathroom). Cannot find where to configure my own setup. Any hints or known docs for Selve Gateway?

Forget it. Figured out i had to connect with Home Server Device first to find my shutter Motors.
This was also the solution to get rid of old “bathroom” … entitys. Working fine now without the Homeserver 1, directly from HA with the RF USB Stick. Great!

Which USB stick have you used?