4
23
datenhamster

@feddit.org

datenhamster 23 points 2 years ago

Die teils in Frankreich praktizierte Lösung würde reichen: Fußgänger immer grün, Autos immer rot. Ampel schaltet für Autos auf grün wenn sich ein Fahrzeug nähert.

path: 0 13220464, hotness: undefined, score: 23, children: 5
datenhamster 9 points a year ago

Na schön, mehr Sendezeit für Alitsches Lügen.

path: 0 15244254, hotness: undefined, score: 9, children: 0
datenhamster 9 points a year ago

Just bought an Tuxedo InfinityBook. Very nice piece of hardware.

path: 0 15568952 15573004, hotness: undefined, score: 9, children: 0
datenhamster 9 points a year ago

I am 190cm and got a Brompton C-Line with Telescopic Seatpost. The seller recommended it for my size - i use 5 cm of it.

path: 0 18197594, hotness: undefined, score: 9, children: 1
datenhamster 6 points a year ago

Habe Tibber. Eine Person tagsüber zu Hause. E-Auto. Beste Wahl bisher. Habe gerade mal bei Check24 geguckt. Komme mit Festpreis in Hamburg aktuell auf 34 Cent. Unser Nutzungsprofil bei Tibber ca. 27 Cent im Schnitt. Ginge günstiger, wenn wir zu billigeren Zeiten vorkochen würden. Um eine App wirste vermutlich nicht rum kommen.

path: 0 18015899, hotness: undefined, score: 6, children: 0
datenhamster 6 points a year ago

I have exactly this laptop - with 96 GB RAM. It is really as good as described.

path: 0 16038305, hotness: undefined, score: 6, children: 1
datenhamster 6 points 6 months ago path: 0 21986150, hotness: undefined, score: 6, children: 0
datenhamster 4 points 2 years ago

cool, thank you

path: 0 14827428 14828004, hotness: undefined, score: 4, children: 0
datenhamster 3 points a year ago

Genau das. Für mich liest sich der Artikel so, als müsste möglichst oft Lichtbilck drin stehen. Normalerweise habe ich einen EnBW-Vertrag, war aber letztens in einer Gegend ohne EnBW. Konnte an Ladesäulen parken ohne Parkgebühren (muss man also rausrechnen) und teilweise AdHoc-Laden für 49 Cent bei 50 kW

path: 0 17785205 17785337, hotness: undefined, score: 3, children: 0
datenhamster 2 points 2 months ago

Vorsicht bei Garmin mit Gadgetbridge - Meine Venu funktionierte damit problemlos. Nach einigen Monaten dann Probleme mit der Aufzeichnung, kein GPS-Fix oder erst nach ein bis zwei Kilometer. "Mein" Garmin-Außendienst verriet mir dann, dass die Uhr wohl Positionsdaten aus der App online zieht um den GPS-Fix zu bekommen. Ein mal mit Garmin Connect gesynct und siehe da: GPS sofort wieder da.

path: 0 24136853, hotness: undefined, score: 2, children: 0
datenhamster 2 points 2 years ago

They are Sonoff TRVZB. Bosch changed the firmware and with 3.7.4 the TRVs startet to recalibrate and reboot at random times. Sometimes 15 minutes in a row. Bosch said: Thats your valves, change them, not our fault.

path: 0 14909106 14916541, hotness: undefined, score: 2, children: 0
datenhamster 2 points a year ago

This looks nice. Only thing missing for me is Tiles like squadrats.

path: 0 16805897 16813177, hotness: undefined, score: 2, children: 4
datenhamster 2 points a year ago

I did and i am very active in the bug reports. I think it will need minimum a year to be stable and bug free enough.

path: 0 16805897 16813177 16850359 16912954, hotness: undefined, score: 2, children: 2
datenhamster 2 points a year ago

Unsere Regierung würde das so formulieren: Die Anreize zum Kauf eines Verbrenners sind nicht hoch genug.

path: 0 19425270 19425677, hotness: undefined, score: 2, children: 0
datenhamster 2 points 6 months ago path: 0 22357412, hotness: undefined, score: 2, children: 0
datenhamster 1 point a year ago

Newest version is working for me. So, let's see, what the future brings.

path: 0 16805897 16813177 16850359 16912954 16928074 16954378, hotness: undefined, score: 1, children: 0
datenhamster 1 point 2 years ago

I was young and... I don't know why I used it a few years ago. I will try your suggestion.

path: 0 14909205 14916624 14917396 14927860, hotness: undefined, score: 1, children: 1
datenhamster 1 point 2 years ago

I use the generic thermostat but I want to switch the TRVs to different temperatures/states depending on a schedule and if we are at home or not. The automation changed over the last 3 or 4 years but basicly it was one of my first experiments with HA. It worked flawless and did what it should.

Maybe it's not the best or refined but it worked.

triggers:
  - entity_id:
      - sensor.wohnzimmer_temp
    trigger: state
conditions:
  - condition: and
    conditions:
      - condition: state
        state: "off"
        entity_id: binary_sensor.balkontur_contact
      - condition: state
        entity_id: input_boolean.wohnzimmer_heizung
        state: "on"
      - condition: template
        value_template: >-
          {% if states('input_boolean.away_mode')=='off' %} {% if
          states('schedule.testkalender')=='on' %} {{
          states('sensor.wohnzimmer_temp') | float <
          states('input_number.wohnzimmer_temperatur_tag') | float + 1 }} {%
          else %} {{ states('sensor.wohnzimmer_temp') | float <
          states('input_number.wohnzimmer_temperatur_nacht') | float + 1 }} {%
          endif %} {% else %} {{ (states('sensor.wohnzimmer_temp') | float) |
          round  < states('input_number.temperatur_away_mode') | float + 1 }} {%
          endif %}
        enabled: true
actions:
  - action: climate.set_temperature
    target:
      entity_id: climate.heizung_wohnzimmer
    data:
      temperature: |
        {% if states('schedule.testkalender')=='on' %}
          {{ states('input_number.wohnzimmer_temperatur_tag') | int + states('input_number.wohnzimmer_heizung_offset') | int }}
        {% else %}
          {{ states('input_number.wohnzimmer_temperatur_nacht') | int }}
        {% endif %}
      hvac_mode: |
        {% if states('input_boolean.away_mode')=='off' %}
          {% if states('schedule.testkalender')=='on' %}
            {% if states('sensor.wohnzimmer_temp') | float < states('input_number.wohnzimmer_temperatur_tag') | float %}
              heat
            {% else %}
              off
            {% endif %}
          {% else %}
            {% if states('sensor.wohnzimmer_temp') | float < states('input_number.wohnzimmer_temperatur_nacht') | float %}
              heat
            {% else %}
              off
            {% endif %}
          {% endif %}
        {% else %}
          {% if states('sensor.wohnzimmer_temp') | float < states('input_number.temperatur_away_mode') | float %}
            heat
          {% else %}
            off
          {% endif %}
        {% endif %}       
mode: single

path: 0 14909205 14916624, hotness: undefined, score: 1, children: 3
datenhamster 1 point 8 months ago path: 0 21217976, hotness: undefined, score: 1, children: 0
datenhamster 1 point 2 years ago

Thank you. I will look at it

path: 0 14942851 14948980, hotness: undefined, score: 1, children: 0

thanks for using Leebra!

go to feed...