How to add service?
I am trying to implement a way how to manually invoke a CO2 sensor calibration. I found many posts covering this topic pointing me to very similar point: “you could set up a HA service:” api:...
View ArticleMp4 will not play in Android app or desktop browsers
I am trying to setup a simple pet camera to see when our geriatric kitty has eaten. When the camera detects motion, HA saves an mp4 with this automation: alias: Sophie Food Cam - Save on Motion...
View ArticleChanging class of a template
Hello all, Complete noob with templates, I would like this template sensors: garage_doors: value_template: “{{ (states(‘sensor.temp_exterieur’) | float(0) < 0) and...
View ArticleZ-Wave over PoE kit
I’ve (TubesZB) been selling in Ethernet/PoE connected zigbee coordinators for a while now, and every few so often I’d get a request for a Z-Wave version. I’m sort of half way there now: Z-Wave PoE Kit...
View ArticleShelly 3EM - Lost last year consumption data
I’ve been using shelly 3EM from 2/1/2023. It was working smoothly and I was very happy with it. I stored the data to influx db for long term. here is the code for this influxdb: api_version: 2 host:...
View ArticleAutomation - WLED. Capture data and restore after automation
I have been trying to get this to work for a few days now and I continue to run into issues. I have 1 LED strip being controlled by WLED. My goal is to have it change to a preset when it detects my...
View ArticleRecommendation for simplest way to add icons/buttons inside mushroom template...
See below for an extremely “stylized” example of what I’m trying to do. I currently have a mushroom template card representing a room. It shows the current temp and humidity and as secondary it shows...
View ArticleNGINX: error 152
Hi guys, I just installed athe official NGNIX addon and configured it following exactly the guide described in Documentation. All works fine, but in the report log there’s a lot of errors related to...
View ArticleHelp adding confirmation to entities card
I’m trying to add a confirmation dialog to a binary switch entity. So far I haven’t been able to get it to work. type: entities entities: entity:...
View ArticleiBeacon Tracker re-add devices
Hello all, I accidentally deleted my phone (Android) and my Wear OS watch from the tracker and now am not able to add them again. I did add my phone with this: BLE workaround a while ago. I know that...
View ArticleHow to setup automation with helper as number variable used in condition and...
I’m still very new to HA, but I’ve been banging my head against a wall for what I feel is a stupid simple automation setup. I’m trying to utilize a variable (I’m familiar enough in Python & Jinja)...
View ArticleAqara H1 Wirelss dimmer knob Z2M – How to dim lights?
Hey everyone. I’m new to HA and started to set it all up and new to automations. I use Zigbee2MQTT and have Aqara L1-350 and T1 bulbs I’m trying to dim with my Aqara H1 wireless dimmer knob. Anyone...
View ArticleCommand Line Integration in configuration.yaml
I wanted to share my configuration.yaml and how access RAM and CPU parameters and request feedback from the community. Thanks and hopefully it helps others! # Example configuration.yaml entry...
View ArticleCustom configuration page for variables
Hi all! Being using HA for almost 3 years and looking for advice from community! I want to build custom settings page (ideally inside a view) to be able to change my home variables (like optimal...
View ArticleZ-wave and Node Red - strange problem?
Hi, In node red I created automation to react on single S2 click of Fibaro dimmer. Diagram below: Strange thing - with I click in debug I receive several messages, as the result my automation is...
View ArticleUnsupported operand str and str
I am trying to figure out to round up by quarters code: {% set charge_time = (4 * (('number.tesla_ten_wolde_charge_limit' - 'sensor.tesla_ten_wolde_battery') / 0.16) | round(1, "ceil") / 4) | float %}...
View ArticleTuya Needs Attention error 1106 etc
Hi All Really confused on this. I have 14 devices setup in in the tuya integration. They actually all work (currently). However in HA under integrations I continuously get 2 devices Needs Attention...
View ArticleIs_state in templating
Hi there, I wonder why the is_state function used in the for loop is not correct. {{ is_state('light.wohnzimmer_kronleuchter', 'on') }} returns what I expected as a result: True I was testing if I can...
View ArticlePass numeric value of trigger template to action condition template
Hi All - Been scratching my head over this one for a couple of days now so any help gratefully appreciated: I have the following automation trigger template which works: {{...
View ArticleTemplate value should be a string for dictionary value
Hi I’m struggling with the following automation / actionable notification, any help is appreciated! The error is Message malformed: template value should be a string for dictionary value @...
View Article