Trouble getting this to work with homepage #21
Replies: 1 comment 2 replies
-
Hello Jamie, - field:
cyberpower-rack:
input.voltage
label: Input
format: text
suffix: V
- field:
cyberpower-rack: battery.runtime
label: Runtime
format: float
scale: 1/60
suffix: Min mappings:
- field:
apc-corner-cabinet:
input.voltage
label: Input
format: text
suffix: V
- field:
apc-corner-cabinet: battery.runtime
label: Runtime
format: float
scale: 1/60
suffix: Min |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi- I've got nutcase talking to my nut server but all of the values on homepage are invalid/null:
curl --silent "http://<docker-host>:9995/json?target=<nutmon-host>:3493" | jq .
How do I tell it which UPS to select?
Even when there's just one UPS it's still nested a level- from a different NUT server, with one UPS (trimmed down):
The homepage service config looks like this:
If I tail the logs for NUTcase I can see the queries flowing through.
Any idea what I'm missing? Thanks
Beta Was this translation helpful? Give feedback.
All reactions