On my device page there is an Advanced section, opening that gives the Send ZWave Command facility. I'd like to be able to fire this from within a rule on Rule Machine. I assume it ought to be part of Run Custom Actions, maybe for an Actuator device type, but it's not there.
I have Stelpro Ki ZWave baseboard thermostats scattered around the house which are capable of displaying the External temperature. I've set up the weather device using OpenWeatherMap and figured out that if I send 31 05 01 21 00 20 using the "Send ZWave Command" to the thermostat it correctly displays 32F (the last byte hex 20 = 32). But obviously I want to pick up the correct current value from my weather device and use Rule Machine to send it out.
At the moment I'm using "Generic ZWave Thermostat" as my driver, because there doesn't seem to be support for the StelPro Ki. Everything else is working using the generic driver, except this. I understand these drivers are not open source, or I would add my own method to do the job.
Can someone help me get this sorted? Thanks.