Can I not upload a txt file. I got the log, but it appears txt is blocked. Hope this helps
. The tv address is .9 which I am not sure why it is showing up in the log. .15 is the rmcard.what’s on line 83 at character 7?
friendly_name: ‘UPS 2 Status’ #<-this line is changed
You mixing tabs and spaces?
I just copied what was placed here in this topic by finity.
just delete that line and recreate it by hand. It seems there may be a hidden character.
Got it working after wrestling with it a bit and if I do add another rmcard205 down road should be all set. One thing I am noticing is the only thing querying consistently is the Nominal Input Voltage. The other stuff does not seem to query. I did reach out to the guy who wrote this and have not heard back. I also understand that not everyone will have a rmcard205. Just not sure why other stuff is not querying. Maybe because the UPS needs to be on battery power. I have played around with scan_interval but nothing beyond Nominal Input Voltage.
thanks to all. I am just glad I am getting insight on both my ups’s.
yeah sorry.
that was a typo on my part during editing.
it should have had a # in there.
this:
sensor.ups_status_2: #<-this line is changed:
friendly_name: 'UPS 2 Status' <-this line is changed
icon: mdi:information-outline
should have been this:
sensor.ups_status_2: #<-this line is changed:
friendly_name: 'UPS 2 Status' #<-this line is changed
icon: mdi:information-outline
Hi –
Was wondering if you guys can help me further. Despite me changing the scan_interval for these packages (that is what they are setup in home assistant) it appears the scanning is happening every 30 seconds. Is there a way to change this? I don’t need my UPS’s being scanned every 30 seconds.
platform: snmp
scan_interval: 60
name: ups_itemp_2 #<-this line is changed
host: x.x.x.x
Does your Integration support this? 2021.6: A little bit of everything - Home Assistant
If yes, you can let it update via an automation, as described in the link above.
You have to restart/reload after changing/adding scan interval