Ubiquiti Airfiber60 (#13680)

* Add ubiquiti Airfiber 60

* New AF60 data and MIB

* Stylci fix and small additions

* Update test data

* Stylefix

* Remove the weird ubiquity oids containing encoded mac addresses

* Updated test data

* Remove more complex sensors for now to be added after the conflict airos airos-af60 is solved

* Fix hardware and OS

* To be verified is this is the most practical / clean way of doing it

* Advanced wireless and MCS state sensor

* Fix link capacity multiplier and active link

* Test data update fix lint

* Maybe better
This commit is contained in:
Wheel
2022-01-30 04:10:45 +01:00
committed by GitHub
parent b6a8b602b8
commit 2dbfdda717
10 changed files with 2699 additions and 10 deletions

View File

@@ -42,6 +42,14 @@ is the preferred method for detection. Other options are available:
matches one of the regex statements under this item
- `snmpget` Do not use this unless none of the other methods
work. Fetch an oid and compare it against a value.
```yaml
discovery:
-
snmpget:
- oid: <someoid>
- op: <["=","!=","==","!==","<=",">=","<",">","starts","ends","contains","regex","not_starts","not_ends","not_contains","not_regex","in_array","not_in_array","exists"]>
- value: <'string' | boolean>
```
- `_except` You can add this to any of the above to exclude that
element. As an example: