mampfes / esphome_obis_d0

esphome external component to support meters with OBIS D0 interface
MIT License
45 stars 6 forks source link

Connection two Sensors to one ESP #14

Closed mobilutz closed 9 months ago

mobilutz commented 11 months ago

I am having an issue, with connecting two sensors to one ESP.

One of the sensors in using this esphome component, another one is using the esphome integrated SML component - https://esphome.io/components/sml.html

In the SML component, I can set a server_id. But this is not configurable here.

Is there a way to add the server_id here as well?

Thanks Lutz

PS: Writing in english, as this is my programming language 😉

mampfes commented 11 months ago

According to the documentation is SML a bus, so you can connect multiple energy meters to one bus. Then the optional server_id is needed to differentiate the meters. Whereas D0 is a point-to-point connection, so there can be only one meter per UART. Therefore you don't need an extra server_id. Does this makes sense to you?

mampfes commented 10 months ago

Any update?