Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sanriodev/energy-housholder

Nestjs energy-householder backend. Reads data from photovoltaic battery via modbus RTU protocol periodically. transforms and whitelists data and stores it in a mongodb. With REST api for http data transfer
https://github.com/sanriodev/energy-housholder

modbus-rtu modbus-serial mongoose nestjs typescript

Last synced: about 1 month ago
JSON representation

Nestjs energy-householder backend. Reads data from photovoltaic battery via modbus RTU protocol periodically. transforms and whitelists data and stores it in a mongodb. With REST api for http data transfer

Awesome Lists containing this project

README

        

## Energy Householder Backend

- to run the project install project dependencies
```
npm i
```
- Run with:
```
npm run start

or

nest
```

built with [Nestjs](https://github.com/nestjs/nest)