mirror of https://github.com/nymea/nymea.git
Inhert simple heat pump from power interface
parent
17371bdb7c
commit
cd42d6b7dc
|
|
@ -1,12 +1,4 @@
|
|||
{
|
||||
"description": "This interface can be used for heat pumps offering one digital input for controlling whenever it is good to consume more energy than normal. This interface is intended to be used by an energy manager to enable boost whenever cheap or self produced energy is available.",
|
||||
"extends": "heatpump",
|
||||
"states": [
|
||||
{
|
||||
"name": "boost",
|
||||
"type": "bool",
|
||||
"writable": true,
|
||||
"logged": true
|
||||
}
|
||||
]
|
||||
"description": "This interface can be used for heat pumps offering one digital input for switching on and off the entire heatpump. Some heat pumps have only this possibility to be controlled. Be aware what you are doing if you switch of a heat pump and for how long.",
|
||||
"extends": ["heatpump", "power"],
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue