Casper Olsen

Results 7 comments of Casper Olsen

Mine just dropped again after a few days without issues Friendly name is "vindue soveværelse" ``` Zigbee2MQTT:info 2023-01-11 03:42:25: MQTT publish: topic 'zigbee2mqtt/vindue soveværelse', payload '{"battery":100,"battery_low":false,"contact":true,"linkquality":96,"tamper":false,"voltage":3100}' Zigbee2MQTT:info 2023-01-11 03:42:25: MQTT...

This module have not been updated for two years - read this issue with suggestions https://github.com/sveale/remote-edit/issues/246

Did a test request with postman and Insomnia, with postman i get the response "1" and with Insomnia it is empty - if i send wrong type or webhook it...

Hi Here is my code: sensor: ``` template: - sensor: - name: "Electricity Cost" unique_id: electricity_cost device_class: monetary unit_of_measurement: "kr/kWh" state: > {{ (1.25 * float(states('sensor.eloverblik_tariff_sum'))) + float(states('sensor.nordpool_kwh_dk1_dkk_3_095_025')) }} attributes:...

Option to only send to customers that opt-in for newsletter: PR https://github.com/vinvin27/superabandonedcart/pull/11 Now i don't know if you want this on your repo, since my editor have been running some...