Thanks
The only problem is that Domoticz doesn’t (appear) to have built in full integration with Velbus (yet).
NodeRED seems nice and has an extremely active community, but the word from the core team is that they don’t have time to (officially) create the required files to add Velbus as a supported hardware range.
I’ve been advised to reach out to their community to find a programmer who might be interested in taking up the challenge.
I’m writing an interface for velbus so you can use a webservice to send commands and poll for the status of the channels.
Code can be found here: https://github.com/StefCoene/velserver
Maybe it’s useful in your project .
Well I have managed to use NodeRed for my velbus installation. I use Domogik that has good Velbus integration for controlling my Velbus through a web-ui and with Domodroid as an android app. The developers are great, always helpful and ofcourse if you can like me code a bit, you can contribute to their sources so we all benefit. The nice thing about Domogik is it has ‘scenarios’ in which you can put some simple logic and I’ve combined it with my own arduino sensors/relays that speak MQTT. Domogik to combine velbus with arduino and esp8266.
However as the scenarios were somewhat limited in possibilities (currently no timed wait functionality) I added NodeRed to it as Domogik gives a nice rest and mq interface to your Velbus devices that you can use in NodeRed. The same rest interface gave me also the possibility to integrate it with the IFTTT (if this than that)-service opening a whole box of goodies to make my house ‘smart’ e.g. Hey Alexa, turn on the light in my toilet
PS: To be complete: I only used the NodeRed to control a velbus relay through a rest-call towards domogik. Just for 1 particular use case I had set it up and my experience in NodeRed with Velbus is 1 evening, but it was a good one ;-). So doing the whole Domogik setup just for getting it in NodeRed might be overkill on configuration and probably not all velbus devices are supported (I just have relais, dimmers and input modules).
PPS: My opinion: a Velbus to MQTT bridge would open velbus instantly to many open source projects: NodeRed, Domoticz, Openhab, homekit2mqtt for HAP-NodeJS (Apple Homekit emulation so you can drive it with IOS and its Siri assistant)…