sebbacon / home-automation

5 stars 0 forks source link

Get over the finish line #15

Open sebbacon opened 3 years ago

sebbacon commented 3 years ago
sebbacon commented 3 years ago

Remote switching of programmes:

sebbacon commented 3 years ago

Testing valve change / boiler switch

At 15:42 I turned all the living space TRVs to 15 At this point they all reported their valve states back immediately. They were kitchen 89, back 100, front 100. 5 mins later I can check the valve states and they are still the same:

root@raspberrypi:/home/seb# homegear -e 'rc $hg->getValue("OEQ1039575:1", "VALVE_STATE");'
root@raspberrypi:/home/seb# homegear -e 'rc print_r($hg->getValue("OEQ1039575:1", "VALVE_STATE"));'
100root@raspberrypi:/home/seb# homegear -e 'rc print_r($hg->getValue("OEQ1040676:1", "VALVE_STATE"));'
100root@raspberrypi:/home/seb# homegear -e 'rc print_r($hg->getValue("MEQ1821372:1", "VALVE_STATE"));'

At 15:48 they all went to 0%. So that works.