ioBroker.device-watcher icon indicating copy to clipboard operation
ioBroker.device-watcher copied to clipboard

Feature: own structured devices

Open Scrounger opened this issue 2 years ago • 2 comments

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',
	}

Scrounger avatar Dec 06 '22 08:12 Scrounger

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

ciddi89 avatar Dec 06 '22 09:12 ciddi89

No stress, created the issue mainly for myself, because tracking via github is easier than in the forum ;-)

Scrounger avatar Dec 07 '22 07:12 Scrounger