Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PE
Posts
31
Comments
624
Joined
2 yr. ago

Permanently Deleted

Jump
  • Chinese...I don't know how, but they manage to always create the worst UI. Also, chinese...I will definitely block Internet access except sometimes just to check for updates. The 10/100 NIC is enough for KVM, not for transferring ISOs 🫤 By the way, keep me posted.

  • I didn't know that existed integrations for routers. I'm installing the one for OPNsense and I'll try this method. by the way, I've just noticed that the wifi SSID to which I'm connected changes instantly in HA, I've no idea why! 😅

  • I'm trying to use the generic thermostat:

     
        
    climate:
      - platform: generic_thermostat
        name: termostato_raffreddamento
        heater: switch.valvola_climatizzazione
        target_sensor: sensor.aqara_temp_sala_temperature
        min_temp: 24
        max_temp: 28
        ac_mode: true
        target_temp: 26 
        cold_tolerance: 0.1
        hot_tolerance: 0.1
        min_cycle_duration:
          seconds: 300
        keep_alive:
          minutes: 3
        initial_hvac_mode: "off"
        away_temp: 28
        precision: 0.1
    
      

    But I only have the button to turn it off:

    If I click it nothing happens. What have I done wrong?