Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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でスマートメータから電力値取得

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