Skip to content

alk120ger/IotVegaNotifierLite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IotVega

IotVegaNotifierLite

Application to notify IotVegaServer users about an alarm event.

Quick start

Preparation

or

apt-get install nodejs - Example for linux ubuntu

  • Install npm apt-get install npm - Example for linux ubuntu

or

  • Using Ubuntu curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - sudo apt-get install -y nodejs

  • Using Debian, as root curl -sL https://deb.nodesource.com/setup_14.x | bash - apt-get install -y nodejs

  • Install the Nodejs Application Task Manager PM2 npm install pm2 -g

  • Install git (examle for ubuntu apt-get install git)

Installing and running the application

  • Make a clone of the repository IotVegaNotifier git clone https://github.com/VegaAbsolute/IotVegaNotifier.git -b lite_dev
  • Go to the Applications folder IotVegaNotifier cd IotVegaNotifier
  • Running the application pm2 start npm -- start
  • Configure IotVegaNotifier. Edit the config.ini file.
  • Restart the application so that the settings are applied pm2 restart 0

To view the program work use the command pm2 monit To exit the console, press CTRL+D

Description http API rus

Support devices

  • UE
  • SVE
  • GM-1
  • GM-2
  • SI-11
  • SI-12
  • SI-13
  • SI-21
  • SI-22
  • TD-11
  • TP-11
  • LM-1
  • TL-11
  • SRC-1
  • M-BUS-1
  • M-BUS-2
  • SMART HS-0101
  • SMART MC-0101
  • SMART AS-0101
  • SMART MS-0101
  • SMART SS-0101
  • SMART UM-0101
  • SPBZIP 2726/2727
  • Mercury
  • SH-02

Support events

  • dangers device
  • low battery
  • gateway active
  • gateway inactive
  • server not available
  • startup notifire

Maximum version compatibility:

1.0.0 with IotVegaPulse v1.1.11b

About

Application to notify IotVegaServer users about an alarm event.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 92.8%
  • HTML 5.1%
  • CSS 2.1%