kategorie: etc ×

die kollegin (@dasnuf) hat das bild, dass der kollege kürzlich aufgehängt hat (wirres.net/10323) ein bisschen angepasst.
Apple's fastest growing product category. pic.twitter.com/d1sel4N5Yc
the nice color explosion from the MacbookPro and Surface presentations can be found on Getty filed under "color powder explosion" 😅
Wegen @diplix Sensoren bestellt, die die Luftfeuchtigkeit messen.
ix hab mich immer gefragt, wozu es es extrascharfen senf gibt. jetzt weiss ichs: der ist perfekt zum kochen, für sossen und salatdressing
i configured rest sensors that query the tado api v2. the mobile/1.9 api does not seem to support zones. this still doesn't solve the problem of displaying the set and the actual temperatur together, put i lets home assistant gather all tado data from all zones — and lets me push and view them in grafana.
(replace HOME_ID, USERNAME and PASSWORD with your own values and query all avalailable zones.)
sensor:
- platform: rest
resource: https://my.tado.com/api/v2/homes/HOME_ID/zones/1/state?username=USERNAME&password=PASSWORD
value_template: '{{ value_json.sensorDataPoints.humidity.percentage }}'
unit_of_measurement: °C
name: 'tado zone 1 humidity'
- platform: rest
resource: https://my.tado.com/api/v2/homes/HOME_ID/zones/1/state?username=USERNAME&password=PASSWORD
value_template: '{{ value_json.sensorDataPoints.insideTemperature.celsius }}'
unit_of_measurement: °C
name: 'tado zone 1 temperature'
- platform: rest
resource: https://my.tado.com/api/v2/homes/HOME_ID/zones/1/state?username=USERNAME&password=PASSWORD
value_template: '{{ value_json.setting.temperature.celsius }}'
unit_of_measurement: °C
name: 'tado zone 1 set temperature'
- platform: rest
resource: https://my.tado.com/api/v2/homes/HOME_ID/zones/1/state?username=USERNAME&password=PASSWORD
value_template: '{{ value_json.activityDataPoints.heatingPower.percentage }}'
unit_of_measurement: '%'
name: 'tado zone 1 heating power'
i particularly like the heatingPower.percentage which lets me observe how the thermostats request heating power from the boiler.

btw., there should be ways also to set the temperature manually, like stephen c phillips pointed out here. it actually works, if you send a PUT request to
https://my.tado.com/api/v2/homes/HOME/zones/1/overlay?username=USERNAME&password=PASSWORD
with a payload like
{setting: {type: "HEATING", power: "ON", temperature: {celsius: 22}}, termination: {type: "MANUAL"}}
even if the tado api is not official or public yet, with this data it should actually be possible to build a custum component, possibly by fiddling with the generic thermostat component.
@wolfwitte das freut mich, weil ich eher fürchte dass diese technik-gedöns niemanden interessiert. kommt auch bestimmt noch einiges mehr …
@dasnuf ich vermute ja, dass das rumgetwittere den mann insgesamt 8 von den 11 stunden gekostet hat.
Das glaubt mir keiner, oder? Es gibt eine „Bundesmonopolverwaltung für Branntwein, Verwertungsstelle Nürnberg“. Wir… twitter.com/i/web/status/7…
Falls Til Schweiger mal einen Film über die Fußgängerzone in Bielefeld drehen möchte: Einfußtauben.
Nichts zu danken.
"Die echten Horrorclowns sitzen morgens in der Bahn neben dir und labern Scheiße ins Telefon."
(Nadia, 23)
klar, zum testen gibt’s zwei dazu, den rest, für die übrigen heizkörper kaufe ich demnächst dazu. dooferweise hing das raumthermostat bis jetzt als steuerung im kinderzimmer, wenns da warm genug war, wurde nicht mehr geheizt. das sollte jetzt (endlich) besser werden.
das raumthermostat auf dem foto braucht man nicht nur zur anzeige und temperaturmessung, das steuert in erster linie die heizung.