i.system - System

ID Type Example Description
i.system.batteryfitted integer 1 Whether the internal NiMH batteries are fitted. 0=not fitted, 1=fitted.
i.system.batterypower integer 0 Whether currently running on battery power. 0=mains, 1=battery.
i.system.externalpower integer 0 Whether the ip.buffer is running from the optional 48VDC input. 0=no, 1=yes.
i.system.log[#].desc string '1:Cold Boot' The event number and description. See #Cold Boot Strings
i.system.log[#].time string '2024-04-24 13:19:21' The time of the event log entry. “#” is between 1 and 32. 1 is the most recent, while 32 is the oldest event.
i.system.mainspower integer 1 Whether the ip.buffer is running from the 7VDC power input. 0=no, 1=yes.
i.system.phypower integer 1 Whether the Ethernet PHY is currently powered.
i.system.power integer 1 Whether the ip.buffer is running from enough power. 0=low volts, 1=ok. #Firmware/v240
i.system.timeonmains integer 4799 How long the ip.buffer has been running on mains, in seconds (and therefore charging NiMH batteries).

Cold Boot Strings

Value Description
“1:Cold Boot” the ip.buffer was asked to reboot.
“2:Power Off” the ip.buffer was powered off.
“3:Power On” the ip.buffer was powered on and started running code.
“4:Trap” internal error.
“5:INTEGRITY exception” internal error.
“6:Lua exception” internal error.
“7:Battery power” the ip.buffer switched to running on NiMH battery.
“8:Mains power” the ip.buffer switched to running on mains power.