Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colthreepv/meross-ingestor
ingestor module from meross smartplug to influxdb
https://github.com/colthreepv/meross-ingestor
influxdb iot meross
Last synced: 25 days ago
JSON representation
ingestor module from meross smartplug to influxdb
- Host: GitHub
- URL: https://github.com/colthreepv/meross-ingestor
- Owner: colthreepv
- License: mit
- Created: 2020-03-15T01:04:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:05:37.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T03:19:58.210Z (7 months ago)
- Topics: influxdb, iot, meross
- Language: TypeScript
- Homepage: https://hub.docker.com/r/colthreepv/meross-ingestor
- Size: 470 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# meross-ingestor
Will get your Electricity data from Meross Smartplug(s) to influxdb
Available on Docker Hub: [colthreepv/meross-ingestor][dockerhub]Start with docker:
```
docker run --name meross-ingestor \
-e INFLUX_HOST=hostname \
-e INFLUX_PORT=8086 \
-e INFLUX_DATABASE=database \
-e [email protected] \
-e MEROSS_PASSWORD=yourpassword \
colthreepv/meross-ingestor:v1.0.1
```[dockerhub]: https://hub.docker.com/r/colthreepv/meross-ingestor
# Complete list of Environment Variables
- INFLUX_USERNAME
- INFLUX_PASSWORD
- ⚠️ INFLUX_HOST
- INFLUX_PORT
- INFLUX_PROTOCOL (`http` or `https`)
- ⚠️INFLUX_DATABASE- ⚠️MEROSS_EMAIL
- ⚠️MEROSS_PASSWORDVariables marked with `⚠️` are required
# Changelog
## [1.3.0] - 2021-04-18
### Changed
- Using [meross-cloud-ts](meross-cloud-ts) now as underlying library[meross-cloud-ts]: https://www.npmjs.com/package/meross-cloud-ts
## [1.2.1] - 2020-06-14
### Changed
- Better TIMEOUT threshold calculation, based on previous occurrences## [1.2.0] - 2020-06-13
### Added
- Devices gets blacklisted after 10 timeouts
- Device list gets updated ever 1 hour
- Print TIMEOUT information every few timeouts (5)