Skip to content

heterodain/smartmeter-surve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smartmeter-surve

スマートメーターから電力使用量を取得してグラフ化します。
(Get Power Information form Smartmeter and graphed in "Ambient")

Lombok Jackson JSerialComm

  1. 準備編 (Prepare)
    Video1

  2. 接続編 (Connect)
    Video2

  3. グラフ化編 (Make graph)
    Video3

  4. ラズパイ編 (Run on Raspberry Pi)
    Video4

  5. 運用編 (Think long-term operation)
    Video5

  6. 電気料金把握編 (Know electricity bill)
    Video6

  7. LINEに通知 (Notify "LINE")
    Video7

Ambient
LINE Notify

必要要件 (Requirement)

  • Java 8 以降 (Java 8 or higher)
  • Maven

使い方 (Usage)

  1. PC にUSBドングル(RL7023 stick-d/ips)を接続してください。
    (Connect the USB dongle "RL7023 stick-d / ips" to your PC)

  2. settings.jsonを編集して、スマートメーターとWEBサービスの接続情報を記入してください。
    (Edit settings.json and fills connect information of Smartmeter and WEB service)

  3. 実行 (Execute)

    • VS Code 上で実行 (Run on VS Code)
      App.java を右クリックして実行してください。(Right-click on the App.java and run)

    • ターミナル上で実行 (Run on terminal)

      mvn clean package
      java -jar smartmeter-surve-1.0.jar

About

スマートメーターから電力使用量を取得してグラフ化します。(Get Power Information form Smartmeter and graphed in "Ambient")

Topics

Resources

License

Stars

Watchers

Forks

Languages