Elco Remocon Heating Integration

Now it sems to work. I have one question though:
What is the difference between the parameters [Elco Domestic Hot Water Storage Mode] and [Elco Domestic Hot Water Enabled] ?

hello, the Enable is like a main state, and the mode is only to inform that is currently running. the hot water can be enabled but not running.

1 Like

Got same problem as some other ppl.

2024-02-29 21:19:40.845935 INFO AppDaemon: Adding /config/apps to module import path
2024-02-29 21:19:40.846736 INFO AppDaemon: Adding /config/apps/elco-remocon-net-appdaemon to module import path
2024-02-29 21:19:40.847467 INFO AppDaemon: Adding /config/apps/elco-remocon-net-appdaemon/apps to module import path
2024-02-29 21:19:40.848044 INFO AppDaemon: Adding /config/apps/elco-remocon-net-appdaemon/apps/elco-remocon-net-appdaemon to module import path
2024-02-29 21:19:40.848595 INFO AppDaemon: Adding /config/apps/elco-remocon-net-appdaemon/assets to module import path
2024-02-29 21:19:40.852072 INFO AppDaemon: Loading App Module: /config/apps/hello.py
2024-02-29 21:19:40.912969 INFO AppDaemon: Loading App Module: /config/apps/elco-remocon-net-appdaemon/apps/elco-remocon-net-appdaemon/elco-remocon-net-appdaemon.py
2024-02-29 21:19:40.930913 INFO AppDaemon: Loading app hello_world using class HelloWorld from module hello
2024-02-29 21:19:40.932400 INFO AppDaemon: Loading app remocon using class Remocon from module elco-remocon-net-appdaemon
2024-02-29 21:19:40.934138 INFO AppDaemon: Calling initialize() for hello_world
2024-02-29 21:19:40.967536 INFO hello_world: Hello from AppDaemon
2024-02-29 21:19:40.968204 INFO hello_world: You are now ready to run Apps!
2024-02-29 21:19:40.968827 INFO AppDaemon: Calling initialize() for remocon
2024-02-29 21:19:40.969952 INFO remocon: Will fetch remocon.net data every 120 min
2024-02-29 21:19:40.972651 INFO AppDaemon: App initialization complete
2024-02-29 21:19:40.976081 INFO remocon: Fetching remocon dataā€¦
2024-02-29 21:19:41.379266 INFO remocon: Fetching error:

Checked and rechecked but cant get it to work, any ideas?

Hello Lars, unfortunately it will be difficult to answer without the error message. As the app starts it all seems that the daemonā€™s config is correct, in any case present in the right place. Maybe share the config just to see if something is missing.

Hi @nechry , any plans to enhance the functionality to write a parameter to the Elco Heating system like switch on/off of water heating with gas? Like writing the sensor: binary_sensor.elco_domestic_hot_water_storage_mode

Thereā€™s a way to access (some) of the elco products using eBus.

It requires a bit of luck but you have read/write access to the internals ā€¦

Hi @wrongisthenwright ,
Thanks a lot for your input. I was wondering if it is not possible to write parameters over my existing REMOCON.NET web access without installing additional hardware tc.?

Hi Judaction,
I havenā€™t really a clue :smiley: I have an Ariston branded HP with added the phisical interface to the bus and use this to access the system in read/write mode.

I know of another integration that uses Ariston/Elco Cloud API to integrate the appliance in HA, this had write capabilities you can maybe review it and adapt it for the remocon siteā€¦