Followed this guide here years ago and has been working flawless until sometime in the last week it appears.
I have a few PDUs and at home including:
Raritan PX2-2190R 8 Port PDU with a dual Temperature and Humidity sensor DPX-T2H2
APC 7920 8 Port PDU
APC 750XL UPS with AP9631 NMC card and AP9335T Temperature sensor (no humidity as that is the “TH” model not “T”)
For the Raritan you have this SNMP OID. The last digit is the port so to change port 8 you would use .1.3.6.1.4.1.13742.6.4.1.2.1.2.1.8
switch:
- platform: snmp
name: HomeLights
host: raritanpdu
community: private
baseoi…
I did a restore and have confirmed that it worked when I installed core_2022.4.7 last week. No changes or integrations since that point. Just core 5.1 - 5.2 & Now 5.3.
I keep getting the alert after a restart
“Starting switch.snmp, not everything will be available until it is finished”
Stays there for 5 min or so then finally fails and doesn’t work. Interesting enough on my automations it still sends the command and works correctly but in the GUI it never updates any status and appears to have no connection to the PDU. All entities
nizon
(Paul)
May 10, 2022, 9:32pm
2
If you haven’t found it yet, there’s an open issue:
opened 07:45PM - 05 May 22 UTC
integration: snmp
### The problem
Hello,
with the Core 2022.5 version I'm having problems with … sensors on the snmp platform.
Entities are not generated and I cannot view their status. With version 2022.4.7 everything works fine.
I state that I used the same configuration and same yaml
Below is an example of a sensor:
- platform: snmp
name: "Port1"
host: 192.168.0.10
community: #######
baseoid: .1.3.6.1.2.1.2.2.1.8.1
accept_errors: true
default_value: 2
- platform: snmp
name: "Port2"
host: 192.168.0.10
community: #######
baseoid: .1.3.6.1.2.1.2.2.1.8.2
accept_errors: true
default_value: 2
- platform: snmp
name: "Port3"
host: 192.168.0.10
community: #######
baseoid: .1.3.6.1.2.1.2.2.1.8.3
accept_errors: true
default_value: 2
### What version of Home Assistant Core has the issue?
2022.5.0
### What was the last working version of Home Assistant Core?
2022.4.7
### What type of installation are you running?
Home Assistant OS
### Integration causing the issue
_No response_
### Link to integration documentation on our website
_No response_
### Diagnostics information
_No response_
### Example YAML snippet
_No response_
### Anything in the logs that might be useful for us?
_No response_
### Additional information
_No response_
nizon:
n issue:
Thank you for helping find this. I was looking under the wrong switch snmp and not thinking about sensor. Thanks