Skip to content

Repository files navigation

LiSA-Elevator-Controller

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.

Setup

After Downloading the Files and installing the dependencies with npm install, the Serial Device and Webserver-Password need to be set.

serial Device

The Serial Device to be used get configured on line 8 in index.js:

path: '/dev/serial/by-id/usb-FTDI_FT232R_USB_UART_AQ01E4NQ-if00-port0',

Webserver-Password

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.

Starting the Server

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

About

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.

Federal Ministry for Digital and Transport Logo

About

A server which allows controlling Elevators using the LiSA-family of controllers by Schneider Steuerungstechnik GmbH

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages