From OpenSCADAWiki
|-
| Power (Power)
"Power{DEV}" || Power devices DEV, available in the hardware. || Read and written all properties accessible in the device folder with specific processing of the most known ones:
- "Type" (type[string])
- "Technology" (technology[string])
- "Scope" (scope[string])
- "Present" (present[boolean])
- "Manufacturer, model, SN" (manufacturer[string], model_name[string], serial_number[string])
- "Status" (status[string])
- "Online" (online[boolean])
- "Health" (health[string])
- "Capacity" (capacity[integer])
- "Capacity level" (capacity_level[string])
- "Charge now, full, design\nIn Ah" (charge_now[real], charge_full[real], charge_full_design[real])
- "Energy now, full, design\nIn Ah" (energy_now[real], energy_full[real], energy_full_design[real])
- "Voltage" (voltage_now[real])
- "Voltage minimum" (voltage_min_design[real])
- "Cycle count" (cycle_count[integer])
- "Power\nIn Watts" (power_now[real])
- "Current\nIn mAmpers" (current_now[real])
- "Temperature\nIn degC" (temp[real])
- "Time to empty now, average" (time_to_empty_now[real], time_to_empty_avg[real])
- "Time to full" (time_to_full_now[real])
- "Charge threshold start, stop" (charge_start_threshold[integer|wr], charge_stop_threshold[integer|wr])
- "Charge control threshold start, end" (charge_control_start_threshold[integer|wr], charge_control_end_threshold[integer|wr])
| The source is dynamic, so the available attributes dependent from the source type. As the source there used the Linux Power interface in "/sys/class/power_supply/".