A server which allows controlling Elevators using the LiSA-family of controllers by Schneider Steuerungstechnik GmbH. This is not an official project by Schneider Steuerungstechnik GmbH. Use at your own risk.
After Downloading the Files and installing the dependencies with npm install, the Serial Device and Webserver-Password need to be set.
The Serial Device to be used get configured on line 8 in index.js:
LiSA-Elevator-Controller/index.js
Line 8 in 1f092a4
Passwords are stored unencrypted (PRs are welcome) in a file called authinfo.json. It's easiest to rename authinfo_example.json and go from there.
The Server can be started as Background-Process in the terminal using node server.js start.
For Debugging it can also be run directly using node main.js
This software was written based on information gathered by snooping the communication between the official management-application and the controller. It's part of Usecase 4 of SMART FOREST 5G Clinics which was funded by the German Federal Ministry for Digital and Transport.
