Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sanriodev/energy-housholder
- Owner: sanriodev
- License: mit
- Created: 2024-08-30T08:07:09.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T09:31:41.000Z (about 2 months ago)
- Last Synced: 2024-10-02T02:41:19.545Z (about 2 months ago)
- Topics: modbus-rtu, modbus-serial, mongoose, nestjs, typescript
- Language: TypeScript
- Homepage:
- Size: 605 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Energy Householder Backend
- to run the project install project dependencies
```
npm i
```
- Run with:
```
npm run startor
nest
```built with [Nestjs](https://github.com/nestjs/nest)