python script for ODROID-M1S UPS Module
Go to file
2024-07-15 22:43:02 +09:00
install_service.sh Update install_service.sh 2024-07-15 22:43:02 +09:00
kill.sh first commit 2024-04-29 07:04:45 +00:00
m1s_ups.service first commit 2024-04-29 07:04:45 +00:00
README.md Update README.md 2024-07-15 21:51:56 +09:00
requirements.txt Update requirements.txt 2024-07-13 17:19:03 +09:00
service.py Update service.py 2024-07-15 16:19:34 +09:00

m1s_ups_control

KR

ODROID-M1S 용 UPS모듈용 파이썬 스크립트

  • 기능

    • 자동 종료
    • UPS/전원상태를 로그에 저장
    • BE400같은 통신기능이 없는 UPS를 대신하여 다른 서버/컴퓨터에 종료신호 뿌리기(작업중)
  • 설치방법

  • 사용방법

    • systemctl status m1s_ups 로 상태확인
    • /etc/m1s_ups/log/ 에서 로그확인

EN

Python script for UPS module for ODROID-M1S

  • Features

    • Automatic shutdown
    • Save UPS/power status in log
    • Providing a shutdown signal to other servers/computers in place of a UPS that does not have a communication function such as BE400 (work in progress)
  • Installation method

  • How to use

    • Check status with systemctl status m1s_ups
    • Check log in /etc/m1s_ups/log/