Skip to content

グリッドタイインバーター発電量のグラフ化とグラボのPower Limit制御(Graphing of grid-tie inverter power generation and Power Limit control of graphics card)

License

Notifications You must be signed in to change notification settings

heterodain/gti-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gti-monitor

グリッドタイインバーターから30秒毎に発電量を取得して、グラフ化するプログラムです。
(This program is get power-generation from "Grid Tie Inverver" every 30sec, and graphed)

Hive-apiを利用することで、発電量に応じてグラボのPower Limitを動的制御することも可能です。
(By using Hive-api, it is also possible to dynamically control the "Power Limit" of the graphics board according to the amount of power generated)

SpringBoot Lombok j2mod

image

Video1

Video2 (use v1.0)

Video3

Video4 (use v1.2)

Video5

Video6

Video7 (use v1.3)

必要要件 (Requirement)

  • USB照度センサーまたはグリッドタイインバーター (USB light sensor or Grid tie inverter)
    • [Light sensor] Arduino + BH1750FVI
    • [GTI] SUN 1000GTIL2-LCD
  • Java 11 以降 (Java 11 or higher)

使い方 (Usage)

  1. GTIの通信ポートと照度センサーを、Hive OSを動作させているPCに接続してください。
    (Connect the GTI's communication port and the light sensor's USB to a PC running the Hive OS)

  2. application.yml を編集して、GTIと照度センサーとAmbientとOpenWeatherとHive-apiの接続情報を記入してください。
    (Edit application.yml and fills connect information of GTI, Light Sensor, Ambient, Open Weather, and Hive-api)

  3. jarとapplication.ymlファイルを同一フォルダに置いて、Hive OS上のターミナルで実行してください。
    (Put jar and application.yml files in same folder, Run in a Terminal on Hive OS)

    java -jar gti-monitor-1.3.jar

参考情報 (Appendix)

コンパイル&パッケージング (Compile & Packaging)

```command
mvn clean package
```

Ambientチャネル設定 (Ambient Channel Setting)
setting1
setting2

Ambientグラフイメージ (Ambient Chart Image)
chart

About

グリッドタイインバーター発電量のグラフ化とグラボのPower Limit制御(Graphing of grid-tie inverter power generation and Power Limit control of graphics card)

Topics

Resources

License

Stars

Watchers

Forks

Languages