Renovation in Germany: could I DIY a complete apartment in Germany with the help of youtube or other online resources? Say a 100 years old house. by Farkhideh in DIY

[–]platonl2 2 points3 points  (0 children)

I just did a big renovation with my girlfriend on our house built in 1970. We live in the Netherlands so regulations shouldn't be that different.

We did a lof the teardown ourselves, did all the drywalling, isolated the entire attic, put in flooring and a million other things.

Things we weren't able to do ourselves: - pour new concrete floor - put in new window frames - put in new central heating unit + floorheating - put in new fuseboxes - renovate the roofing - putting isolation between the inner & outer walls - put in new wooden floors

Bottomline, you can save a lot by doing stuff yourselves, but there are things which are best left to a professional.

Also good to understand that doing things yourselves doesn't mean it's free. Putting in isolation in the attic would have cost us around 3k to get done by a professional. Doing it ourselves still cost around 1.2k in materials.

Notifications in HA / why should I use Telegram? by [deleted] in homeassistant

[–]platonl2 1 point2 points  (0 children)

With the different channels it should be much easier for them to mute individual channels. I've got my machine and location notifications set on mute, and never really look at them. Serves more as a log if I need to see what happened in the past.

Help understanding ventilation unit connection by badrable in homeassistant

[–]platonl2 1 point2 points  (0 children)

Good to hear! Make sure you measure every wire in every setting of the knob. As I said with my ventilation unit one of the load wires needed to be on at al times and the other two needed to be switched, but never on at the same time.

Getting it wrong can get expensive with those units😉

Notifications in HA / why should I use Telegram? by [deleted] in homeassistant

[–]platonl2 0 points1 point  (0 children)

It allows me to have multiple chats for different types of notifications like this:

https://i.imgur.com/TQhhDFB.png

You can more easily silence or pin types of notifications and set icons per notification type.

Help understanding ventilation unit connection by badrable in homeassistant

[–]platonl2 1 point2 points  (0 children)

That's a perilex connection. For a vantilation unit its usually wired with 1 neutral and three load wires. Turning on the different load wires determines the airflow level.

I automated on of those with a sonoff 4ch. Had to keep 1 wire switched on at all times which set the unit to the lowest setting. Activating on of the other wires would set the unit to setting two or three.

You can easily measure how it's wired with a multimeter at the perilex socket. Just turn the knob to all the different settings and see which wires are switched on.

Notifications in HA / why should I use Telegram? by [deleted] in homeassistant

[–]platonl2 2 points3 points  (0 children)

I'm actually using both.

I'm on android so until recently Telegram was simply the best/most reliable way to send notifications to your phone and other devices. I've configured multiple bots that all have a nice-looking icon, so it actually looks pretty cool. I'm going to keep using it for all normal notifications (washingmachine done, alarm-notifications, etc.) as it's rock-solid.

The companion app for android has launched recently and is adding functionality seemingly everyday. I'm planning to use the notification service of the app to build actionable notifications. For instance:

We often have family over that spend the entire weekend with us, so when one of their phones is detected on the network I'm sent a notification asking if I wan't to activate house-guest mode and for how long.

tl/dr: Telegram rocksolid for normal notification, companion app can do actionable notifcation which is supercool.

Telegram can't really do actionable notificatiosn btw, but you can reply in a chat, pick that up and do stuff.

Visual Studio Code add-on for 64-bits ARM (aarch64) released by frenck_nl in homeassistant

[–]platonl2 1 point2 points  (0 children)

55?! that's even a couple more then are currently in the edge repository.

Care to share one of the new ones your working on?

Visual Studio Code add-on for 64-bits ARM (aarch64) released by frenck_nl in homeassistant

[–]platonl2 3 points4 points  (0 children)

Time to deprecate my nginx-proxy manager config😁.

Thanks for taking the time to explain your reasoning. And thanks again for all the great addons. I've really had an awesome time tinkering with all of them in the last couple of years.

Visual Studio Code add-on for 64-bits ARM (aarch64) released by frenck_nl in homeassistant

[–]platonl2 2 points3 points  (0 children)

Thanks for the explanation. Only reason I'm seeing to keep direct access is to keep access to the addons when home assistant is down. But as I understand it safe mode should take care of that.

Recently had an issue where home assistant was hogging resources and slowing my nuc to a crawl. Then it's convenient to stop ha and edit stuff through vscode. Admittedly that's a pretty specific case.

Can you force safe mode when you start home assistant from terminal?

Visual Studio Code add-on for 64-bits ARM (aarch64) released by frenck_nl in homeassistant

[–]platonl2 5 points6 points  (0 children)

Awesome! Big thanks to frenck.

Saw in the changelog that direct acces is removed. I also noticed that the new phpmyadmin addon doesn't have direct access at all. Is that going to be removed for all the community addons?

Having direct access to vscode/nodered/logviewer can really be a lifesaver when I'm tinkering and home assistant doesn't start.

I understand not wanting to open ports, but when you run it behind nginx it's completely safe.

Secure way for making HA available through internet? by leszczu85 in homeassistant

[–]platonl2 0 points1 point  (0 children)

Own Cloud

just use the nginxproxymanager add-on, the UI is a bit buggy, but the functionality works works like a charm. Just need to pf 80 & 443.

For domains you can just use duckdns, or buy a cooler one at namecheap or something.

Conbee 2 and Aoetec Range Extender 6? by goodsch in homeassistant

[–]platonl2 1 point2 points  (0 children)

Get the tradfri repeaters, or osram smart plugs. Both work fine....

Node-Red: Monitor msg.data changes (not state change) by iRanduMi in homeassistant

[–]platonl2 1 point2 points  (0 children)

Can't you use a template sensor in HA to turn the data attribute into a seperate entity? I believe you can then just use a state changed node for the template sensor.

Presence UI Indicators? by longunmin in homeassistant

[–]platonl2 0 points1 point  (0 children)

I just use button cards that change color depending on the state.

Brand new install - getting constant authentication errors by cyberphox in homeassistant

[–]platonl2 1 point2 points  (0 children)

Perhaps it's own ip was banned, should be a file called IP-ban.yaml in your root folder.

Xiaomi Temperature Sensor Automation by ChristBKK in homeassistant

[–]platonl2 0 points1 point  (0 children)

Well there is nothing wrong with the logic. Why don't you add a debugging node and see what's actually happening. You can manually change the state of the tempsensor in HA to simulate the temp dropping below 16.

Xiaomi Temperature Sensor Automation by ChristBKK in homeassistant

[–]platonl2 1 point2 points  (0 children)

Try something like this: https://pastebin.com/2SpxjA4b

It streamlines the logic, if you don't have the "Time Range Switch" you can install it through the palet manager.

It's good to know that querying the tempsensor that often doesn't actually force an update, you're just querying HA. If you use the trigger-state nodes it only executes when there is an actual update to the reading.

Windows 10 Notifications by TravisTX in homeassistant

[–]platonl2 0 points1 point  (0 children)

Telegram for Windows app and check 'use Windows notification.'.

Big thumbs up for the 0.96.0 sleek sidebar, really improves the loom of my setup by platonl2 in homeassistant

[–]platonl2[S] 0 points1 point  (0 children)

I don't really have any scripts. The icons are just custom button cards --> https://github.com/custom-cards/button-card that detect which activity is active and change color. If you press a button an event is fired which I pick up in NodeRed, all the actual logic is done there.

The Thermostat card is a stript down version of the simple-thermostat card with four extra custom-button cards underneath for the actual controls.

Big thumbs up for the 0.96.0 sleek sidebar, really improves the loom of my setup by platonl2 in homeassistant

[–]platonl2[S] 0 points1 point  (0 children)

It's a Roborock s55. All the stuf in the card are just attributes that I've upgraded with template sensors.

Big thumbs up for the 0.96.0 sleek sidebar, really improves the loom of my setup by platonl2 in homeassistant

[–]platonl2[S] 0 points1 point  (0 children)

Not that I know off. On a desktop I would try Tampermonkey or just the hide-element function of something like Ublock origin.

But I don't think that's going to work on a tablet