aquaticus / esphome-iec62056

IEC 62056-21 component for ESPHome
GNU General Public License v3.0
17 stars 4 forks source link

Support multiple readers #4

Open chkr1011 opened 4 days ago

chkr1011 commented 4 days ago

I would like to connect multiple IR receivers to an ESP32 and propagate the values to Home Assistant.

Right now, I can define multiple UART components, but I cannot define multiple readers (see screenshot):

image

aquaticus commented 3 days ago

Hi

The component does not support multiple instances. This configuration won't work. You cannot connect multiple optical interfaces.

chkr1011 commented 3 days ago

Is there a way to get this feature implemented in this component?

aquaticus commented 3 days ago

Yeah, it is. I started implementing it once, but I thought no one would ever use this feature. 😀

chkr1011 commented 3 days ago

Yeah, it is. I started implementing it once, but I thought no one would ever use this feature. 😀

Wow that would be great if this gets released. I agree that my situation is very special with 2 electrical meters and one water meter (in the future).