@GuybrushMR80 @GooglyEyz
Which plugin do you use … pimatic-max or pimatic-maxcul ?
I have implemented the max support for the pimatic-maxcul. For me it works well.
currently i make the changes for the “normal” heating devices. ( DummyHeating/ pimatic-max )
But maxcul is ready. Maybe someone can test the changes too?
The on/off temperature is comfort and eco temperature.
After this test i would create the pull request.
Just download the changed version of the echo plugin.
# **stop pimatic first**
cd /**pimatic-folder**/node_modules/
rm -rf pimatic-echo
git clone https://github.com/treban/pimatic-echo.git
cd pimatic-echo
npm install
# **start pimatic again**