jabesq-org / pyatmo

Simple API to access Netatmo weather station data from any python script (for Netatmo information, see www.netatmo.com)
MIT License
26 stars 28 forks source link

Feature request - Open windows support #426

Open dula34 opened 1 year ago

dula34 commented 1 year ago

please add support for open_window field, which is provided by api /homestatus and in room section

rooms:[
0:{
id:"1412979261"
reachable:true
anticipating:false
heating_power_request:0
open_window:false
therm_measured_temperature:22.5
therm_setpoint_temperature:12
therm_setpoint_start_time:1679635022
therm_setpoint_end_time:1679640422
therm_setpoint_mode:"manual"
}]
cgtobi commented 10 months ago

Please feel free to submit a PR. I don't have any means to test this. I would be happy to review it.