smart meter webthing
A webthing connector for smart meters
This project provides a smart meter webthing API. It provides the software to connect an IR USB sensor
The smart meter webthing package provides an http webthing endpoint that supports smart meter consumption values over http. e.g.
# webthing has been started on host 192.168.0.23
curl http://192.168.0.23:7122/properties
{
"current_power": 389,
"produced_power_total": 3314.7,
"consumed_power_total": 259784.2
}
To install this software, you can use the PIP package manager as shown below
sudo pip install smartmeter_webthing
After installation, you can start the webthing http endpoint in your Python code or from the command line by typing
sudo smartmeter --command listen --port 7122 --sport /dev/ttyUSB-meter
Here the webthing API will use the local port 7122. Additionally, the device address of the IR sensor must be set. To configure the device address, see setup device.
As an alternative to the list command, you can also use the register command to register and start the webthing service as a systemd device. This way, the webthing service is started automatically at boot time. Starting the server manually with the listen command, as shown above, is no longer necessary.
sudo smartmeter --command register --port 7122 --sport /dev/ttyUSB-meter
Release files for smartmeter-webthing 1.1.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| smartmeter_webthing-1.1.9.tar.gz | 11.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| smartmeter_webthing-1.1.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:23.2 kB
Release files / smartmeter_webthing-1.1.9.tar.gz
| Download URL | smartmeter_webthing-1.1.9.tar.gz |
|---|---|
| Size | 11.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ed5cb0e714909ea8cc867a6a315c8bd50fd565225710b37ad5bebdbcdc682369
|
|
BLAKE2b-256 checksum How to use checksums |
f5ad24e1c75c8fc48b4716a0607e287b20098f1a85676c6c8c572645c3329d4a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.18
|
Release files / smartmeter_webthing-1.1.9-py3-none-any.whl
| Download URL | smartmeter_webthing-1.1.9-py3-none-any.whl |
|---|---|
| Size | 11.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6a8bc1e99e0d3c3f935c25fa79f5df84510d30768818564935028d793ae4596d
|
|
BLAKE2b-256 checksum How to use checksums |
1460b61c67414c4d518b1a5af7a0d9a091d6d833a9222509ce1a234777e7f405
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.18
|