Category: Home Assistant
-
Waking up the screen of FireHD tablet using YAKK app
If you read this on fediverse and the layout is off, here’s the link to the original blog post with a nice text & pictures layout. I replaced my current setup of waking up the #FireHD (#HomeAssistant dashboard). A while ago I complained about issues related to waking up the FireHD tablet screen when I…
-
Who’s on my network?
(#WatchYourLAN) If you read this on fediverse and the layout is off, here’s the link to the original blog post with a nice text & pictures layout. The problem: I’m just curious what is connected to my home network, because it’s over 30 devices. Some have static IPs, some dynamic. I don’t recognize devices by…
-
E-ink info screen at the front door
So I built a small E-ink (ESP32) info screen for the front door. Link to the original blog post with a nice text & pictures layout. The problem: When leaving the house, it’s nice to see some information displayed at the door, like temperatures, weather and messages for the kids etc. Actually, there is no…
-
Solved: HA network (VirtualBox) won’t reconnect after a power loss
Solved: HA network (VirtualBox) won’t reconnect after a power loss Link to the original blog post with a nice text/pictures layout. Problem: I run #homeassistant as a virtual machine on an old laptop, that runs #Linux #Mint, that runs #VirtualBox. Yeah, I know the setup is far from perfect, but it works perfectly until it…
-
After 6 months of using Amazon Fire HD tablet and Home Assistant
After 6 months of using Amazon Fire HD tablet and Home Assistant Link to the original blog post with a nice text/pictures layout. I wrote about the FireHD tablet & Home Assistant: *** update 1. Aug. 2024 *** After half a year of using the Fire HD tablet for Home Assistant display, I can not…
-
Yet Another ESP32 Webcam
Link to the original blog post with a nice text & pictures layout. The problem: I used an old phone with an Android IP Webcam app to check my driveway, but it stopped working after 3 days. Then I had to reset it – this means going up the ladder every single time. I couldn’t…
-
Bathroom dehumidifying using a floating humidity threshold
Blog: Bathroom dehumidifying using two sensors and a floating humidity threshold. Link to the original blog post with a nice text/pictures layout. The problem: The bathroom fan is running too long if it’s raining outside. A year ago I automated the dehumidifying of the bathroom using an extraction fan, Sonoff mini switch, Xiaomi Mi BLE…
-
Unlocking the front door using the mobile phone and Home Assistant
Link to the original blog post with a nice text/pictures layout. The problem: The solution: HW parts: SW: The process: Here’s the doodle of the connecting scheme: Here’s the original connecting scheme from Innotherm (door manufacturer), in Slovenian: It was useful because it reveals which power supply is appropriate (Meanwell MW HDR 30-24). 7. Fitted…
-
Nice stacked bar charts
#TIL: stacked bar charts in #homeassistant I wanted nice stacked charts to show my energy consumption in Home Assistant. After combining #apexchart code from several sources (1), the result looks like this: The code: I’ve inserted ‘manual card‘ to the dashboardand inserted the yaml code: Before using Apex charts in Home Assistant, install them via…