• 2 Posts
  • 10 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 developer of RedReader was planning to port it to Lemmy. This was before RedReader was given an exemption for the API prices though. Hopefully he still is heading that direction, but Lemmy support might have been put on the backburner until he’s done the changes required for the new API policy

    RedReader was my app of choice alongside RiF , so I’m super excited if it gets Lemmy support