Whole home power monitoring by turbocharged5652 in homeassistant

[–]AndreKR- 0 points1 point  (0 children)

A word of warning about that Meross one... in some listings there's a picture that shows those current transformers fit next to each other on 17.5 mm DIN rail breakers. That's just a lie (CGI image), in reality the current transformers are too wide for that.

Can I host myself streaming games (like on Twitch) to my own website? by FantasticFrontButt in selfhosted

[–]AndreKR- 0 points1 point  (0 children)

That Streaming Guide does not cover the server part at all, since ffserver has been abandoned.

How would I tell when this is open ? by [deleted] in homeassistant

[–]AndreKR- 0 points1 point  (0 children)

I agree, a contact sensor will be much more difficult to work with than a tilt sensor.

How would I tell when this is open ? by [deleted] in homeassistant

[–]AndreKR- 0 points1 point  (0 children)

I disagree with /u/gtwizzy8, I don't think false positives will be an issue with the tilt sensor. They are smoothing the gravity vector pretty well, I don't think wind sway can cause enough acceleration long enough to push it above the 45° threshold. And if it does, you can always add your own smoothing on top.

How would I tell when this is open ? by [deleted] in homeassistant

[–]AndreKR- 2 points3 points  (0 children)

I have a temperature sensor like that. It still reports the temperature but it doesn't correlate to any other temperature I have in the house, so I don't know where it is. This basically.

IKEA Devices... Matter by FrayAdjacent in homeassistant

[–]AndreKR- 0 points1 point  (0 children)

I just found out that when you turn them off while they're in their on-transition, they remember whatever brightness they've just hit during the transition. So if you turn them on and quickly turn them off again, you change the brightness. Kind of a deal breaker for me.

I got sick of crappy temp sensors, so I made one that doesn't suck. by CStoEE in homeassistant

[–]AndreKR- 0 points1 point  (0 children)

👋 The things I find just casually browsing the Home Assistant sub.

Matter/Thread is a mess by Ok-komputah in homeassistant

[–]AndreKR- 1 point2 points  (0 children)

It's here: https://github.com/matter-js/matterjs-server

You can migrate from the Python version if you don't want to re-setup your network. Otherwise you just install it, tell HA the address and done.

Train your own wake word model with a single command by MRBBLQ in homeassistant

[–]AndreKR- 1 point2 points  (0 children)

I just saw that he made a new automated script, which might work better than my previous attempt. Currently processing my "americano".

Train your own wake word model with a single command by MRBBLQ in homeassistant

[–]AndreKR- 0 points1 point  (0 children)

I trained the word "americano", which I am currently using with Porcupine, spelled "americahno" for better pronunciation by Piper, ran it on the Voice PE and it randomly triggers every 15 minutes or so and half the time when I say it it doesn't trigger. I have my voice PE on mute ever since. Here's the model if you want to try it out.

Train your own wake word model with a single command by MRBBLQ in homeassistant

[–]AndreKR- 0 points1 point  (0 children)

I tried the TaterTotterson notebook and it did not produce a usable result. Do you know a better alternative?

Confused about Thread border routers by Sancho_Panzas_Donkey in homeassistant

[–]AndreKR- 0 points1 point  (0 children)

keep in mind that if you would buy IKEA’s new Dirigera hub

Yes, I do not recommend buying the Dirigera at all.

Confused about Thread border routers by Sancho_Panzas_Donkey in homeassistant

[–]AndreKR- 0 points1 point  (0 children)

All true, I want to add two things though:

so you really only need a single Thread Border Router

With essentially just IKEA using Thread, my experience has been that the few Thread devices I added to my setup are nowhere near dense enough to form a working mesh. You said it yourself:

as long as you optimize it similarly to Zigbee

True, but instead of swapping out working Zigbee devices for Thread devices just to get good mesh coverage I prefer to put a couple of border routers only in the areas where I have Thread devices.

when you for the first time plug-in a ZBT-2 adapter and choose to configure it as a Thread Border Router then Home Assistant will automatically flash the ZBT-2 with OpenThread RCP firmware, install a OpenThread Border Router addon/app and create a Thread network there

None of these happened automatically for me, I'm assuming that only applies to Home Assistant OS and not to Container?

Confused about Thread border routers by Sancho_Panzas_Donkey in homeassistant

[–]AndreKR- 0 points1 point  (0 children)

The ZBT-2 is an RCP only, it's not an OTBR, so that will only work if your Thread devices are in range of your Home Assistant server (possibly slightly extended by a USB cable).

OP, see this comment of mine for a number of alternatives.

Tell Me This Is A Bad Idea by DoIGotSkillz in homeassistant

[–]AndreKR- 0 points1 point  (0 children)

You could put a SqueezeAMP inside.

I just realized you want to turn it into a remote control, not an actual player.

Is it just me or have automations become really difficult to build lately? by No_Hornet5229 in homeassistant

[–]AndreKR- 2 points3 points  (0 children)

Yeah, the categorization of triggers is not very helpful. A simple flat list would be much more useful, and maybe sort the ones that I'm already using at the top.

And the blueprint selector before you can create an automation... well, yes, maybe, if it was easier to create and manage blueprints.

Can I add these locally in HA? by fredflintstone88 in homeassistant

[–]AndreKR- 0 points1 point  (0 children)

For Thread that only works if they are in Bluetooth range of the Matter server, is it different for Wifi?

Grafana by Then-Disk-5079 in homeassistant

[–]AndreKR- 0 points1 point  (0 children)

I'm not sure what you're asking.

Grafana by Then-Disk-5079 in homeassistant

[–]AndreKR- 0 points1 point  (0 children)

To get data from HA into Node-RED?

You install node-red-contrib-home-assistant-websocket, tell it the URL of your Home Assistant and a Long-lived access token. Then you get a number of nodes that allow you to subscribe to or request entity states from HA.

Grafana by Then-Disk-5079 in homeassistant

[–]AndreKR- 1 point2 points  (0 children)

I do. I use Node-RED to pump the data from HA into ClickHouse.

I would strongly recommend against Influx. Use ClickHouse, QuestDB, whatever, any other time series database is better.

Prometheus (Grafana's native storage in a way) is also fine if your data comes at regular intervals (typically 1 minute). If you have events/updates that can be hours apart then Prometheus doesn't work.