Monitors PowerWalker VFI ICT IoT UPS parameters via Modbus TCP.
Overview
This template reads PowerWalker VFI ICT IoT UPS parameters over Modbus TCP. It provides real-time monitoring of input voltage, output voltage, battery percentage, load, temperature, and remaining runtime. No control registers are included.
Key readings
Input Voltage
Output Voltage
Input/Output Frequency
UPS Temperature
Load Ampere/KWatts/Percent
Battery Percent and Remaining Minutes
Use cases
Monitor input and output voltage of a PowerWalker UPS on a live cloud dashboard for remote sites.
Create an alert when battery percentage drops below a critical threshold during a power outage.
Track UPS load percentage over time to plan capacity upgrades before overload conditions occur.
Log UPS temperature readings to detect cooling issues in server rooms or network cabinets.
Review remaining battery runtime remotely to assess whether backup power is sufficient for planned maintenance windows.
Installation
1Connect the ModbusCloud gateway (MCG or MLP series) to the same local network as the PowerWalker VFI ICT IoT UPS.
2Verify the UPS has Modbus TCP enabled and note its IP address and Modbus TCP port (default is typically 502).
3Assign a unique Modbus unit ID to the UPS if multiple devices share the same network.
4In the ModbusCloud platform, add a new device and import the PowerWalker VFI ICT IoT Modbus TCP template.
5Enter the UPS IP address, port, and unit ID in the gateway configuration, then confirm that register data is being received.
Things to watch for
01
Which Modbus TCP port does the PowerWalker VFI ICT IoT use by default?
Most PowerWalker VFI ICT IoT units use the standard Modbus TCP port 502. Check the UPS network settings or documentation to confirm.
02
Do I need to apply scaling factors to the register values?
No scaling factors are documented in this template. All registers are uint16 read-only values starting at address 128. Verify actual values against the UPS display to confirm correctness.
03
Can I control the UPS through this template?
No. This template is read-only and does not include any writable registers. It is designed purely for monitoring purposes.
04
What if the gateway shows no data after configuration?
Confirm that the UPS and gateway are on the same network and subnet. Check that the correct IP address, port, and unit ID are configured. Also verify that no firewall is blocking port 502.
Registers (10)
10 read / 0 write
Name
Address
Function
Type
Unit
Access
Input Voltage
132
FC03
uint16
<v1>
R
Output Voltage
147
FC03
uint16
<v1>
R
Input Frequency
129
FC03
uint16
<v1>
R
Output Frequency
144
FC03
uint16
<v1>
R
Ups Temperature
128
FC03
uint16
<v1>
R
Load Ampere
153
FC03
uint16
<v1>
R
Load KWatts
156
FC03
uint16
<v1>
R
Load Percent
162
FC03
uint16
<v1>
R
Remaining Minutes
165
FC03
uint16
<v1>
R
Battery Percent
169
FC03
uint16
<v1>
R
Working with Modbus in your projects?
ModbusCloud is the hardware-plus-software platform that installers use to monitor, visualise and control Modbus devices from one portal. This template is one of hundreds you can use right away.