[NodeJS] a project to interact with Velbus through web browser

Hi there,

since I work with Node.JS with my students, I’m trying to make an application with Velbus, so here is the result :

Here is the result :

Installation

  1. To install it, unzip the whole project in a folder or use git clone command.
  2. Check you’ve Node.JS installed on your system and npm
  3. write npm install in the main folder
  4. modify VMBserver.ini file to change the TCP settings (host and port)
  5. write node index.js to launch it
  6. open a browser at http://localhost:8002 or any IP address if you’re in remote access
2 Likes