Hi Community,
I want to use the SNMP binding for presence detection...
The basic idea is to check the signal strenght of a registered device wich works fine as long the device stays within the signal range of my WiFi-Hotspot.
But if the device is loosing the singal (out of home) the signal strenght stays at it's last known value..
I expected the value to be "undefined" or something like that.
My Device (Mikrotik 433) is reporting:
---
echo: snmp community: public
echo: snmp,debug get 1.3.6.1.4.1.14988.1.1.1.2.1.3.32.100.50.198.188.72.4
echo: snmp,debug error: no such name
---
my Item definition:
---
Number MikePresence "Mike at Home [%.0f]" (PresenceChart) {snmp="<[192.168.1.1:public:.1.3.6.1.4.1.14988.1.1.1.2.1.3.32.100.50.121.90.107.4:60000]"}
---
And this is a Chart of my snmp readings for the last 24 hours

Do you have any suggestions?
Thanks for your help
Mike