ioBroker.device-watcher
ioBroker.device-watcher copied to clipboard
Feature: own structured devices
Describe the solution you'd like Could you implement something that one can use e.g. also own devices / structures. So for example I have a few mqtt devices that I would like to monitor with the adapter. My idea would be that you can e.g. create your own structures via the adapter config per json:
meineStruktur: {
Selektor: 'meineStruktur.*.rssi',
adapterID: 'meineStruktur',
adapter: 'meineStruktur',
battery: '.battery',
rssiState: '.rssi',
reach: 'none',
isLowBat: 'none',
}
I didn't forgot that. I'm working on it, but the json editor isn't working. So I’m waiting for an response on this issue https://github.com/ioBroker/ioBroker.admin/issues/1810
No stress, created the issue mainly for myself, because tracking via github is easier than in the forum ;-)