{% if pi900_type == "900S2": %}
Pi-900S
{% else: %}
Pi-{{pi900_type}}
{% endif %}
| Version |
{{pi900_version}} |
| Serial Nr |
{{serialno}} |
| OS-version |
{{pi900_os}} |
| OS-name |
{{PI900_OS_NAME}} |
| Loads |
{{meters}} |
| Clients |
{{clients}} |
| SlavePort1 |
{{protocolS1}} Port:{{localportS1}} |
| SlavePort2 |
{{protocolS2}} Port:{{localportS2}} |
{% if nslaves > 2: %}
| SlavePort3 |
{{protocolS3}} Port:{{localportS3}} |
{% endif %}
{% if nslaves > 3: %}
| SlavePort4 |
{{protocolS4}} Port:{{localportS4}} |
{% endif %}
| Protocols |
{% for i in range(protocols|length) %}
{% if protocols[i].strip() != "-" %}
{{protocols[i].strip()}}
{% endif %}
{% endfor %}
|
{% if protocols[10] != "" and protocols[10] != "-" %}
| Wireless meters license |
{% if protocols[10]|length >12: %}
{{protocols[10][10:14]}}
{% else: %}
{{protocols[10][10:13]}}
{% endif %}
|
{% endif %}
| Quickpost tag license |
{% if protocols[12]|length >13: %}
{{protocols[12][11:15]}}
{% else: %}
{{protocols[12][11:14]}}
{% endif %}
|
| Quickpost port |
{{quickpostPort}} |
| Number of meters |
{{numberOfMeters}}
|
| Wired Meters |
{{numberOfWiredMeters}}
|
| Wireless Meters |
{{numberOfRadioMeters}}
|
| Wireless Nodes |
{{numberOfNodes}}
|
{% set non_digital_types = ['900T','900T-LTE'] %}
{% if not (pi900_type in non_digital_types) %}
Digital I/O and Relay
|
I/O
|
State
|
|
Digital Input 1
|
{{di1}}
|
|
Digital Input 2
|
{{di2}}
|
|
Relay
|
{{relay}}
|
{% endif %}
M-Bus Master Output
|
Loop #
|
State
|
|
|
1
|
{{loop1}}
|
|
|
2
|
{{loop2}}
|
|
|
3
|
{{loop3}}
|
|
|
4
|
{{loop4}}
|
|
|
Error Flag
|
{{error_string}}
|
{{error_message}}
|
|
M-Bus current
|
{{mbusCurrentString}}
|
|
|
% of Max Current
|
{{mbusCurrentPercentUsed}}
|
|
Temperature
|
Board Temperature
|
{{board_temperature}}
|
|
M-Bus Stage Temperature
|
{{mbus_stage_temperature}}
|
RS-485 Failsafe
|
Port
|
State
|
|
RS-485
|
{{rs485_failsafe}}
|