Software - FW UPS Pack_V3
Status
- Status: Development
- Version: 1.0.0
- Category: Firmware
- Language: Python
- Code: fw_upspack_v3
Links
Simple Python module that read data from UPS Pack_V3
device and share them on the local DBus.
This repository is part of the Smart Van Project.
Once ran, this script reads data from the serial specified port then notify
the DBus with updated values. The DBus service and his properties depends on
the version get from the device (SmartUPS
field). More info on Supported
devices and value mapping.
Specs provided
The following table lists all Smart Van SPECIFICATIONS that can be provided by this firmware. Then, you can use this info to customize the `struct.jod` file of the JOD Smart Van distribution.
Property Name | Specification |
---|---|
battery_voltage | Energy > Storage > Voltage |
battery_voltage_percentage | Energy > Storage > Percentage |
battery_voltage_min | Energy > Storage > Min |
battery_voltage_mxa | Energy > Storage > Max |
Usage
TODO: write the usage section for Firmware/UPS Pack_V3