Velbus - Using NodeRed to access special / extra features

Not strictly an openHAB2 topic, but as good a place to put this as any.

With the fabulous assistance of people much cleverer than I, I have been able to create Velbus Checksums in JavaScript.
Something that has been baffling me for years and years, because it was holding me back from creating bespoke Velbus packets.

Now that it’s possible, we can (for example) use a TCP node in NodeRed to inject these bespoke packets into our Velbus networks and perform interesting tasks.

As I get the time, I will try to develop other Function nodes for different commands.

But please keep in mind that not all modules respond the same way to similar commands, so it’s best to keep referring back to the protocol documents for each module when trying these out.

Good luck :smile:

1 Like

Hi Stuart,

nice to see that you’re still in good health (up to January) :grin:
Well, I’m working on NodeJS for my classroom, so I’ve started a new project with Velbus. Feel free to get a look at it : https://github.com/droumanet/velbusLib

I’ll try to upload new functions but you may be interested in the Javascript format (and of course, the checksum function) :wink:
It’s open to all by the way, everyone is welcome :slightly_smiling_face:

3 Likes