Closed cristianstoica closed 5 months ago
Hey there @bdraco, @ollo69, @pestevez, mind taking a look at this issue as it has been labeled with an integration (nut
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
nut documentation nut source (message by IssueLinks)
It doesn't look like your UPS reports temperature via NUT. From your diagnostics the available status values:
"status": {
"battery.charge": "100",
"battery.charge.low": "10",
"battery.charge.warning": "50",
"battery.runtime": "20100",
"battery.runtime.low": "120",
"battery.type": "PbAc",
"battery.voltage": "27.4",
"battery.voltage.nominal": "24.0",
"device.mfr": "American Power Conversion ",
"device.model": "Smart-UPS 1500",
"device.serial": "AS1239220678 ",
"device.type": "ups",
"driver.name": "usbhid-ups",
"driver.parameter.pollfreq": "30",
"driver.parameter.pollinterval": "2",
"driver.parameter.port": "auto",
"driver.parameter.synchronous": "auto",
"driver.parameter.vendorid": "051d*",
"driver.version": "2.8.0",
"driver.version.data": "APC HID 0.98",
"driver.version.internal": "0.47",
"driver.version.usb": "libusb-1.0.26 (API: 0x1000109)",
"ups.beeper.status": "enabled",
"ups.delay.shutdown": "20",
"ups.firmware": "UPS 08.3 / ID=18",
"ups.mfr": "American Power Conversion ",
"ups.mfr.date": "2012/09/24",
"ups.model": "Smart-UPS 1500",
"ups.productid": "0003",
"ups.serial": "AS1239220678 ",
"ups.status": "OL",
"ups.timer.reboot": "-1",
"ups.timer.shutdown": "-1",
"ups.vendorid": "051d"
},
There may be a firmware update that adds support for temperature but that's some you would need to work with the APC on
The problem
UPS temperature not reported. Model APC SMT1500i. Using NUT server add-on. Developer closed reported issue stating that the problem is with NUT integration.
What version of Home Assistant Core has the issue?
core-2024.6.1
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Network UPS Tools (NUT)
Link to integration documentation on our website
https://www.home-assistant.io/integrations/nut/
Diagnostics information
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response