I’d like to set up several SNMP device trackers (in different geographical locations) that can be polled via network (VPN tunnels for example) from a centeral HA instance. I’d like to get the lat/lon coordinates for each tracker when they “see” a device, so that I can display the entities on a map. Currently (0.116.4) the SNMP device tracker only returns the global HA location coordinates.
Is there a way to (or a plan to extend it) have each SNMP tracker instance use different coordinates (if set)? Ideally, the device_tracker class should allow the user to set whatever coordinates they want, and if not set default to HA’s coordinates. This way, all device_trackers that subclass it would benefit from this.