Soulplayer wrote:Hello,
Good that you found a solution. Could you however post the content + location of your config file (without pw ofcourse ^^). Perhaps also you task content? I'm trying to do the same that you did but it is not working for me...
temperature is updating but evotouch is still offline and I can't change the temperature
Thanks,
Soul
Update: I'm connecting trough the wifi gateway.
Update 2: I tried to use ./evo-setmode.sh Away and it gives following error:
"Exception: More than one location available"
I have 2 locations in my account. Could that be the reason nothing but temperaturereadings works?
that i don't know since i have only one location. But in Domoticz, in your Temperature tab, can you use the "set" button on one of the zones and set the temperature you want? And of course, it should stay there and not being set back to the previous value after an update
Anyhow: the config script (don't mind the timezone part, it is for an alternative script, also, the path might seem a bit unusual, maybe i will change it one day)
Code: Select all
#fill in Domoticz URL
url='127.0.0.1'
#fill in Domoticz port
port='8080'
#fill in script root e.g. script:///home/<user>/evohome-client script::///usr/local/bin etc
srt='script:///volume1/@appstore/debian-chroot/var/chroottarget/home/evohome-client'
#fill in your timezone
timezone='Europe/Amsterdam'
and for the task scheduler, run it as root and every minute:
Code: Select all
/volume1/@appstore/debian-chroot/var/chroottarget/home/evohome-client/evo-update.sh
make sure no spaces in there.
Hope this helps, let me know if you like to know more