Hi everyone,
I’m trying to figure out why Pimatic got some problems with the following curl command. Using it in Mac’s terminal works like a charme. However, the url doesn’t give back any response. Could this be the problem I’m facing?
Any ideas?
execute "curl -g -X POST -v -u \"admin\":\"PASSWORD\" \"http://192.168.178.27:8083/ZWave.zway/Run/devices[61].instances[0].commandClasses[0x84].Set%28300,1%29\"" and execute "curl -g -X POST -v -u \"admin\":\"PASSWORD\" \"http://192.168.178.27:8083/ZWave.zway/Run/devices[76].instances[0].commandClasses[0x84].Set%28300,1%29\"" and execute "curl -g -X POST -v -u \"admin\":\"PASSWORD\" \"http://192.168.178.27:8083/ZWave.zway/Run/devices[77].instances[0].commandClasses[0x84].Set%28300,1%29\""
The outcome:
error [pimatic]: rule battery-normal-thermostats-during-the-day error executing an action: undefined
error [pimatic]: Error on evaluation of rule condition of rule battery-normal-thermostats-during-the-day: undefined
Cheers,
Leopold