Kochmeister wrote:Hi,
I could not find this using the search, but is it possible to switch on and off warm water as well?
That would be great!
nefit.png
Hi all,
I was in contact with Robert Klep and he was very helpfull.
I asked him how to switch the hot water supply on/off
In the Pi's commandline you can do:
Code: Select all
easy put /dhwCircuits/dhwA/dhwOperationManualMode '{"value":"off"}' --serial=xxxx --access-key=xxxx --password=xxxx
I aksed if he could integrate this in het CommandLineInterface and after an update of the CLI there is an easier way to switch on/off
Update:
npm i -g nefit-easy-cli
Now the hot water supply will show up in 'easy -h' as
easy [options] hot-water-supply [ on | off ]
from domoticz lua I can now switch on/off:
Code: Select all
os.execute ("easy hot-water-supply on --serial=xxxx --access-key=xxxx --password=xxxx")
So all there is left is that someone integrates this with a nice button in domoticz
I hope this is something 'Holland' can do?!
This is the info I have till now.
Have fun!