Skip to content

太陽光電力マイニング向けのPC電源制御(PC power control for Solar power mining)

License

Notifications You must be signed in to change notification settings

heterodain/mining-power-controller

Repository files navigation

mining-power-controller

バッテリー残量に応じてPCの電源をON/OFFするプログラムです。
(This program is turned on / off the PC power by battery remain capacity)

SpringBoot Lombok j2mod pi4j

Video1 (use v1.0)

Video2 (use v1.1)

Video3 (use v1.2)

Video (use v1.3)

Video (use v1.4)

Video

Video (use v1.5)

必要要件 (Requirement)

  • PV コントローラー (PV controller)
    • Epever 製の Tracer AN/BN/CN シリーズ, LS-B シリーズ
      (Epever Tracer AN/BN/CN Series, LS-B Series)
  • Raspberry PI
  • v1.0~v1.5 - Java 8 (v1.0 to v1.5 requires Java8)
    v1.6 - Java 11 以降 (v1.6 requires Java 11 or later)

使い方 (Usage)

  1. Raspberry PI と PV コントローラーを RS485 USB アダプターで接続してください。
    (Connect Raspberry PI and PV controller with RS485 USB Adapter)

  2. application.yml を編集して、PV コントローラーとAmbientの接続情報を記入してください。
    (Edit application.yml and fills connect information of PV Controller and Ambient)

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

    mvn clean package
  4. jarとapplication.ymlファイルを同一フォルダに置いて、Raspberry PI上で実行
    (Put jar and application.yml files in same folder, Execute on Raspberry PI)

    java -jar mining-powercontroller-1.6.jar

参考情報 (Appendix)

Ambient Channel Setting
AmbientChannelSetting

Ambient Chart
AmbientChart