• 0 Posts
  • 45 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2023

help-circle



  • One way is to make a new “entity”, that’s not actually linked to your previous temperature sensor. I’m not familiar with how to tie them together in a “device” like how ZigBee2mqtt auto discovery does.

    So just add a new “sensor”/“entity”

      - name: "Sala_battery"
        unique_id: "temp_sala_battery"
        state_topic: "zigbee2mqtt/temp_sala"
        value_template: "{{ value_json.battery }}"
        unit_of_measurement: "%"
    

    Use MQTT Explorer to listen to your ZigBee2mqtt broker topic “zigbee2mqtt/temp_sala” to get the exact field name (battery, battery_state or some such)


  • The biggest problem with Discord is that its an information black hole. Its not properly searchable and not indexed by search engines.

    Discord is fine for casual chat, but horrible when used for forum-type discussions and even worse when used for documentation.

    You see the same problems being discussed and solved again and again, but you cant just “link” someone the solution like you could with a forum thread cause its spread out over 3-10 chat messages that are interleaved in-between other topics being discussed in the same room

    Anything of long-term value for the project (forum-type discussions, documentation etc) should not recide in Discord




  • With everything stored in a single file, does that mean you need to close Treedome on ComputerA before it can by synced to ComputerB?

    If computerA makes an edit in one note while computer B makes an edit in another note, does that create a sync conflict? (Assuming syncing with Nextcloud, syncThing or similar)?





  • Depending on what you need, you might get away with any old small PC (like 1 litre office PCs or old thin clients), or an SBC like Raspberry Pi.

    For Operating system, instead of Android, try LibreELEC, or any Linux distro starting straight in to Kodi could work, for Firefox in Kiosk mode opening your Jellyfin.

    Bazzite is a version of Fedora initially started as a steamOS alternative for the steam deck. So if you install the Deck version of Bazzite it boots straight in to Steam Big Picture intended for the TV.

    KDE Plasma also has a Plasma Big Screen version, but I’m not sure how ready that is yet, or if it’s easy to install.