Running wiserapitest.py I get an error. Here is the relevant part of the error report:-
......\wiserHeatingAPI\wiserHub.py", line 323, in getRoomSchedule
scheduleId = self.getRoom(roomId).get("ScheduleId")
AttributeError: 'NoneType' object has no attribute 'get'
I am running Drayton Wiser Hub API v 1.0.5 with Python 3.8.1 in Win 10 Version 10.0.18363.592
Running wiserapitest.py I get an error. Here is the relevant part of the error report:- ......\wiserHeatingAPI\wiserHub.py", line 323, in getRoomSchedule scheduleId = self.getRoom(roomId).get("ScheduleId") AttributeError: 'NoneType' object has no attribute 'get'
I am running Drayton Wiser Hub API v 1.0.5 with Python 3.8.1 in Win 10 Version 10.0.18363.592