Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alicey0719/getsmartmeter
BP35C2でスマートメータから電力値取得
https://github.com/alicey0719/getsmartmeter
bp35c2 echonet-lite python smart-meter wi-sun
Last synced: about 1 month ago
JSON representation
BP35C2でスマートメータから電力値取得
- Host: GitHub
- URL: https://github.com/alicey0719/getsmartmeter
- Owner: Alicey0719
- Created: 2024-09-13T19:42:04.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T11:28:08.000Z (4 months ago)
- Last Synced: 2024-09-17T21:18:22.821Z (4 months ago)
- Topics: bp35c2, echonet-lite, python, smart-meter, wi-sun
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# getSmartMeter
## init
1. create conf.ini
```
[settings]
broute_id =
broute_pw =
```2. pip install
```
python3 -m pip install -r requirements.txt
```2. run get_smart_meter_para.py
```
python3 get_smart_meter_para.py
```
conf.iniが増える## run
1. run get script
```
python3 show_current_watt.py
```## 参考になるサイト
- https://qiita.com/rukihena/items/82266ed3a43e4b652adb
- https://qiita.com/katsumin/items/acd567e9b8e81c691ed4
- https://smitch.hatenablog.com/entry/2021/04/11/231943
- https://echonet.jp/wp/wp-content/uploads/pdf/General/Standard/ECHONET_lite_V1_14_jp/ECHONET-Lite_Ver.1.14(02).pdf
- ChatGPT