p1 reader
v1.0.1
P1 Reader สำหรับ Powermeters ดัตช์
โปรดใช้คุณสมบัติของปัญหา GitHub เพื่อขอความช่วยเหลือเกี่ยวกับปัญหาใด ๆ
Usage: [options] [command]
Options:
-? | -h | --help Show help information
Commands:
debug Show debug information
influxdb Write to influxdb
Use " [command] --help" for more information about a command.
Usage: debug [options]
Options:
-? | -h | --help Show help information
--port Serial port to read from (Example: "/dev/ttyUSB0")
--baudrate Baudrate to read serial port with (Example: 115200 or 9600)
--stopbits Stopbits to read serial port with (Example: 1)
--databits Databits to read serial port with (Example: 7 or 8)
--parity Databits to read serial port with (Example: 1 (Even) or 0 (None))
Usage: influxdb [options]
Options:
-? | -h | --help Show help information
--logging Log level to display (0 = Verbose, 1 = Debug, 2 = Information, 3 = Warning, 4 = Error, 5 = Fatal)
--port Serial port to read from (Example: "/dev/ttyUSB0")
--baudrate Baudrate to read serial port with (Example: 115200 or 9600)
--stopbits Stopbits to read serial port with (Example: 1)
--databits Databits to read serial port with (Example: 7 or 8)
--parity Databits to read serial port with (Example: 1 (Even) or 0 (None))
--influxhost InfluxDB server host
--influxdatabase InfluxDB database name
--influxusername InfluxDB database username
--influxpassword InfluxDB database password
ใช้โปรไฟล์เผยแพร่ที่รวมอยู่เพื่อเผยแพร่ไปยังโฟลเดอร์ ตรวจสอบให้แน่ใจว่าได้คัดลอกเนื้อหาจากโฟลเดอร์ Linux-Arm
บนราสเบอร์รี่เรียกใช้คำสั่งต่อไปนี้
sudo nano /etc/rc.local
เพิ่มบรรทัดใหม่ด้วยแอปพลิเคชันเพื่อทำงานในพื้นหลัง (&) ตัวอย่าง:
/home/pi/linux-arm/P1ReaderApp influxdb --port /dev/ttyUSB0 --baudrate 115200 --stopbits 1 --databits 7 --parity 1 --influxhost http://<ip>:<port> --influxdatabase p1 --influxusername <username> --influxpassword <password> &