kategorie: etc ×

soll ich mir sorgen machen? ich glaube apple hat ein bisschen den fokus verloren.


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

Drew Breunig (@dbreunig28.10.2016 17:04


the nice color explosion from the MacbookPro and Surface presentations can be found on Getty filed under "color powder explosion" 😅

katharina (@k____k____28.10.2016 6:41


glückwunsch zum 110-jährigem firmenbestehen, hempel.


@tado smooth läuft bei mir auch alles (ausser tado und homekit), nur eben ne stunde zu früh.


youtube-video laden, info, direktlink

Wegen @diplix Sensoren bestellt, die die Luftfeuchtigkeit messen.

Ingo Henning (@ingoo31.10.2016 8:25


youtube-video laden, info, direktlink

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.


youtube-video laden, info, direktlink

Der nette kollege von nebenan hat uns ein schönes, neues schild an die tür geklebt.


na dann gute unterhaltung.


@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…

Alvar Freude (@alvar_f25.10.2016 20:12


Falls Til Schweiger mal einen Film über die Fußgängerzone in Bielefeld drehen möchte: Einfußtauben.
Nichts zu danken.

Greebo (@Greebo7811.10.2016 14:45


"Die echten Horrorclowns sitzen morgens in der Bahn neben dir und labern Scheiße ins Telefon."
(Nadia, 23)

rheinbahn intim (@rheinbahn_intim24.10.2016 11:48


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.


tada!

#werbung

[nachtrag 28.10.2016]
hier meine tado-rezension.