ioBroker / ioBroker.type-detector

Helper module (not adapter) to detect types of devices
MIT License
8 stars 9 forks source link

Messgerät in Types aufnehmen #53

Open BenAhrdt opened 1 month ago

BenAhrdt commented 1 month ago

Ein Gerät Messgerät sollte mit aufgenommen werden. Rollen wären zusätzlich Spannung, Strom, Leistung, Energy ...

Das Gerät sollte auch nicht nur auf Elektrische Energie beschränkt sein, sondern auch Wasser, Gas, Öl empfangen können.

DutchmanNL commented 1 month ago

Please cross check with https://github.com/ioBroker/ioBroker.docs/pull/423

Apollon77 commented 1 month ago

I think when that these will be multiple devices. One for energy (aka power/current) and others for other types that also require other roles.

Issue on hold till sync with matter device types.

BenAhrdt commented 1 month ago

Possible roles are for instance:

Power Voltage Current Energy

Maby Power.active, power.reactive

Oder Energy.cosumed, Energy.delivered

mcm1957 commented 6 days ago

Possible roles are for instance:

Power Voltage Current Energy

Maby Power.active, power.reactive

Oder Energy.cosumed, Energy.delivered

Problematik could be that those roles are used by i e. Solar inverters, heating, batteries etc too. And I do not think that a solar inverter or a bettery should be detected as measurement device ....

In addition Measuremt has many Variante Deoending ion the physical United measured. Could ve energy but also temperature,speed,Operation time ...

BenAhrdt commented 6 days ago

This issue dont mean the measured value itself, but the device eg. "smart-meter".

mcm1957 commented 6 days ago

This issue dont mean the measured value itself, but the device eg. "smart-meter".

YES, but measurement device is not ONE type of devices. A smart-meter is not the same as a lux-meter. So I guess that the term measurement (-device) is to general.

BenAhrdt commented 6 days ago

Ok. So using "Info" is better.? 😉