golles / ha-kamstrup_403

Custom component that integrates the Kamstrup 403 heating system into Home Assistant. This component does also support a few other heating systems
MIT License
70 stars 10 forks source link

Ser2Net support for network connected #28

Closed MuadDib007 closed 1 year ago

MuadDib007 commented 1 year ago

Did you read the instructions?

The request

I would like to be able to read my Kamstrup meter with Home Assistant over the network. The suggested reader is connected to an ESP8266 which makes a ser2net server available (Just like DSMR does, during setup you choose either serial or network connection)

Hopefully it is possible to add this feature to your code.

Additional information

As shown by DSMR: image This is the step during setup where you are able to select network or serial image

golles commented 1 year ago

This is a nice idea, but I'm not planning to do this anytime soon.

If you're using an ESP8266, you can consider exposing the readings over mqtt or when you use ESPHome, the sensors will be directly added into HA.

golles commented 1 year ago

With the latest release, this component is able to connect to a remote serial connection, see https://github.com/golles/ha-kamstrup_403/releases/tag/2.5.0