DIY太陽光発電システムから電力量を取得してグラフ化します。
(Get Power Information form PV Controller and graphed in "Ambient")
PVController (LS1024B)
Ambient
-
プログラム作成~Ambientでグラフ化 (Make program, and graphed by "Ambient")
-
バッテリーの容量測定と復活の儀式 (Battery capacity measurement and Sulfation removal)
-
半年間使用したバッテリーの容量測定と復活の儀式 (About half year used battery, Capacity measurement and Sulfation removal)
- Java 8 以降 (Java 8 or higher)
- Maven
-
PCとPVコントローラーをRS485 USBアダプターで接続してください。
(Connect PC and PV controller with RS485 USB Adapter) -
application.ymlを編集して、PVコントローラーやWEBサービスの接続情報を記入してください。
(Edit application.yml and fills connect information of PV Controller and WEB service) -
実行 (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 solarpower-surve-1.0.jar
jarとapplication.ymlファイルを同一フォルダに置いてから実行 (Put jar and application.yml files in same folder and run)
-