-
Notifications
You must be signed in to change notification settings - Fork 116
GazBoiler has no setDomesticHotWaterSchedule() #253
Copy link
Copy link
Open
Description
Hey everyone,
I'm running Python 3.9 and PyViCare-2.16.1
From the capabilities dump attached, there should be the possibility to set the schedule for DHW, right? (not the circulation)
Any Idea why there is only a getter for that, but not a setter appearing?
{
"apiVersion": 1,
"commands": {
"setSchedule": {
"isExecutable": true,
"name": "setSchedule",
"params": {
"newSchedule": {
"constraints": {
"defaultMode": "off",
"maxEntries": 4,
"modes": [
"on"
],
"overlapAllowed": true,
"resolution": 10
},
"required": true,
"type": "Schedule"
}
},
"uri": "https://api.viessmann.com/iot/v1/equipment/installations/#######/gateways/################/devices/0/features/heating.dhw.schedule/commands/setSchedule"
}
},
AttributeError Traceback (most recent call last)
<ipython-input-121-a918077c29b1> in <module>
21 print(dir(vicare))
22 #print(vicare.devices[0].dump_secure())
---> 23 print(getattr(t,'setDomesticHotWaterSchedule'))
24
25
AttributeError: 'GazBoiler' object has no attribute 'setDomesticHotWaterSchedule'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels