29.10.2016, 17:56
Hi Domoticatorino,
You can write to KNX by using this as example:
grp.write('1/1/17',forecast[1].temperature)
Or just update the controller by using this as example
grp.update('1/1/17',forecast[1].temperature)
Log forcast to see the fields you can use ..
BR,
Erwin
You can write to KNX by using this as example:
grp.write('1/1/17',forecast[1].temperature)
Or just update the controller by using this as example
grp.update('1/1/17',forecast[1].temperature)
Log forcast to see the fields you can use ..
BR,
Erwin