Vaillant multiMatic and myVaillant Adapter
Enter the MultiMatic /Senso or myvaillant app mail adress and password in the instance options.
Configuration can be changed in which they are adapted under the sub-point configuration. Some options are only applied when the mode is ON or MANUAL and not AUTO or TIME_CONTROLLED.
Hot water: vaillant.0.serialnummer.systemcontrol/tli.dhw.hotwater.configuration.hotwater_temperature_setpoint heating: First on MANUAL vaillant.0.serialnummber.systemcontrol/tli.zones03.heating.configuration.operation_mode MANUAL then set temperature vaillant.0.serial.systemcontrol/tli.zones03.heating.configuration.manual_mode_temperature_setpoint and finally operation_mode to TIME_CONTROLLED
Parameters can be adapted via the parameter value point, keep in mind which values are allowed in the object definition.
vaillant.0.id.systemControlState.controlState.domesticHotWater01.boost to true/false to activate or deactivate Boost vaillant.0.id.systemControlState.controlState.zones01.desiredRoomTemperatureSetpoint to set desired room temperature vaillant.0.id.systemControlState.controlState.zones01.setBackTemperature vaillant.0.id.systemControlState.controlState.zones01.heatingOperationMode OFF MANUAL TIME_CONTROLLED vaillant.0.id.systemControlState.controlState.domesticHotWater01.operationMode OFF MANUAL TIME_CONTROLLED
For Refresh and predefined
vaillant.0.id.remote
You can use custom Commmand remote for not predefined remotes
vaillant.0.id.remotes.customCommand
zone/0/xxxx
zone/1/xxxx
zone/2/xxxx
{
"url": "zone/0/heating/comfort-room-temperature",
"data": { "comfortRoomTemperature": 10.5 }
}
{
"url": "zone/1/heating/comfort-room-temperature",
"data": { "comfortRoomTemperature": 10.5 }
}
{
"url": "domestic-hot-water/255/operation-mode",
"data": { "operationMode": "OFF" }
}
{
"url": "domestic-hot-water/255/temperature",
"data": { "setpoint": 55 }
}
{
"url": "zone/1/heating/operation-mode",
"data": { "operationMode": "DAY" }
}
{
"url": "zone/1/heating/set-back-temperature",
"data": { "setBackTemperature": 20 }
}
{
"url": "zone/1/cooling/operation-mode",
"data": { "operationMode": "DAY" }
}
{
"url": "zone/1/cooling/setpoint",
"data": { "setpoint": 20 }
}
{
"url": "ventilation/0/operation-mode",
"data": { "operationMode": "DAY" }
}
{
"url": "ventilation/0/operation-mode",
"data": { "operationMode": "SET_BACK" }
}
{
"url": "ventilation/0/day-fan-stage",
"data": { "maximumDayFanStage": 3 }
}
{
"url": "ventilation/0/night-fan-stage",
"data": { "maximumNightFanStage": 2 }
}
{
"url": "zone/1/heating/quick-veto",
"data": { "desiredRoomTemperatureSetpoint": 11, "duration": 3 },
"method": "POST"
}
{
"url": "domestic-hot-water/255/boost",
"data": {},
"method": "POST"
}
{
"url": "domestic-hot-water/255/boost",
"data": {},
"method": "DELETE"
}
{
"url": "domestic-hot-water/255/circulation-pump/time-windows",
"data": {
"friday": [
{
"endTime": 540,
"startTime": 360
}
],
"monday": [],
"saturday": [],
"sunday": [],
"thursday": [],
"tuesday": [],
"wednesday": []
}
}
{
"url": "domestic-hot-water/255/time-windows",
"data": {
"friday": [],
"monday": [
{
"endTime": 1320,
"startTime": 330
}
],
"saturday": [
{
"endTime": 1320,
"startTime": 330
}
],
"sunday": [
{
"endTime": 1320,
"startTime": 330
}
],
"thursday": [
{
"endTime": 1320,
"startTime": 330
}
],
"tuesday": [
{
"endTime": 1320,
"startTime": 330
}
],
"wednesday": [
{
"endTime": 1320,
"startTime": 330
}
]
}
}
- fix month stats period
- initial english translation for documentation
- formal cleanups for publishing process
- fix month stats period
- add boost
- fix refresh token
- add myvaillant support and stats
- bugfixes
- add rooms support
- fix livereport order
- fix issue with js-controller 3.2
- fix issue with js-controller 3
- (TA2k) Fix Authorization problem and missing configuration states
- (TA2k) initial release
MIT License
Copyright (c) 2020-2030 TA2k [email protected]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.