Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georgevasiliadis/emon-utils
A simple integration set of utilities connecting EmonPi's ecosystem with CouchDB
https://github.com/georgevasiliadis/emon-utils
couchdb emoncms emonpi energy-monitor
Last synced: 15 days ago
JSON representation
A simple integration set of utilities connecting EmonPi's ecosystem with CouchDB
- Host: GitHub
- URL: https://github.com/georgevasiliadis/emon-utils
- Owner: GeorgeVasiliadis
- License: mit
- Created: 2022-03-31T17:42:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-08T21:05:17.000Z (almost 3 years ago)
- Last Synced: 2024-11-17T03:21:17.246Z (3 months ago)
- Topics: couchdb, emoncms, emonpi, energy-monitor
- Language: Python
- Homepage: https://pypi.org/project/emon-utils/
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EmonUtils
A simple integration set of utilities connecting EmonPi's ecosystem with CouchDB## Features
- Subscribe on EmonPi's feeds of interest and re-transmit the measurements on a CouchDB server## How To Use
1. Install package by running `pip install emon-utils`
2. Use package with `python -m EmonUtils`## Configuration
When running for the first time, EmonUtils will fire the auto-configuration scripts up. After that, the system will be ready to use.> The auto-configuration scripts can be invoked on demand. The functions `from EmonUtils.setup import generate_config, generate_schema` cam be used accordingly.
An other way of configuring EmonUtils is by locating and editing the respective files manually. `from EmonUtils import CONFIG_FILE, SCHEMA_FILE` can be used to examine where those files are stored.
## Important Notes
- Make sure that the underlying server's clock is configured as desired. In the case of EmonPi, the default time zone might lead to obfuscating bugs.