letscontrolit / ESPEasy

Easy MultiSensor device based on ESP8266/ESP32
http://www.espeasy.com
Other
3.3k stars 2.22k forks source link

Plugins changing output type still not correct in using sensorType #3285

Open TD-er opened 4 years ago

TD-er commented 4 years ago

There is still a number of plugins that may change their output type, which do not have PLUGIN_GET_DEVICEVTYPE implemented.

Some also need to implement PLUGIN_GET_DEVICEVALUECOUNT (e.g. P027 INA219)

tonhuisman commented 4 months ago

Older issue, but P027 will be fixed via #5089