@CAVOK
I have two HAOS installations with MQTT as well as ZHA. Mosquito being an add-on, as far as I know it’s a container anyway but ZHA and MQTT are normal integrations and I never have any issues. Generally speaking I always try to stick with what the developers suggest, in my eyes it’s the best strategy to avoid messing up with dependencies as they take care of those.
Claude Flammang
Linksgrün versiffter Gutmensch.
IT seit 1987
- 0 Posts
- 29 Comments
Claude Flammang@dju.socialto
homeassistant@lemmy.world•Nabu Casa - Ending production of Home Assistant Yellow
1·21 days ago@lka1988
According to Nabu Casa sales of Yellow went too low to justify the launch of a new production batch.
Claude Flammang@dju.socialto
homeassistant@lemmy.world•Why do my LG smart fridge and my GE washer and dryer all have DNS servers? And is there a way I can control them without the manufacturer's miserable apps?
2·1 month ago@southernbrewer
I‘m not a Home brewer but three of our fridges get the same treatment as their primitive „thermostats„ are so crappy. Two simply were either too cold or not cold enough with a ridiculous amount of variation while the third one, an outdoor fridge-freezer combo has the thermostat in the fridge compartment and during cool nights sees no need to cool while the freezer compartment gets close to thawing.
Claude Flammang@dju.socialto
homeassistant@lemmy.world•Why do my LG smart fridge and my GE washer and dryer all have DNS servers? And is there a way I can control them without the manufacturer's miserable apps?
3·1 month ago@okamiueru
For over one year now Homeassistant has been reliably announcing the end of the cycle by flashing all smart lights in RV before switching them back to their original state. What i like most is the fact that with the same reliability the washer beeps thirty seconds later.
Claude Flammang@dju.socialto
homeassistant@lemmy.world•Why do my LG smart fridge and my GE washer and dryer all have DNS servers? And is there a way I can control them without the manufacturer's miserable apps?
1·1 month ago@KyuubiNoKitsune
I use cheap Aqara sensors, in fridge battery hold several months, but in freezer I have to replace them every two months. Attenuation seems to be less of a problem, at least since I switched to Homeassistant with central coordinator and my Ikea ceiling lights in virtually every room act as repeaters. I the beginning I had separate hubs for each ecosystem and consequently 4 poor Zigbee networks.
Claude Flammang@dju.socialto
homeassistant@lemmy.world•Any ideas on how to automatically open a finished dishwasher?
3·2 months ago@paraphrand
My mothers Miele does it.
Claude Flammang@dju.socialto
homeassistant@lemmy.world•Recomend a Mini PC to host home assistant on
2·2 months ago@Amberskin
On Pi5 no need for SD it boots and runs perfectly well from SSD.
Claude Flammang@dju.socialto
homeassistant@lemmy.world•Looking for a Smart Plug with Sub‑Second Power Metering
1·3 months ago@tofubl
These are all smartplugs and I confirm that behavior with those i have, they are great for energy metering but not real time power monitoring .
The Shellys I use are those: https://www.shelly.com/products/shelly-pro-4pm
Claude Flammang@dju.socialto
homeassistant@lemmy.world•Looking for a Smart Plug with Sub‑Second Power Metering
1·3 months ago@tofubl
With EspHome you can easily report only changes that are above a defined threshold:sensor:
- platform: adc
pin: GPIO34
name: “ADC Sensor”
update_interval: 10s # read every 10s
filters:
- delta: 0.05 # only report if change ≥ 0.05
Claude Flammang@dju.socialto
homeassistant@lemmy.world•Looking for a Smart Plug with Sub‑Second Power Metering
2·3 months ago@tofubl
I use smart plugs frm EVE and ONVIS and both show the behavior you describe.
On the other hand I have several Shelly EM respectively PM and those reliability report any change virtually immediately.
In my RV I even use a Pro4 PM to manage the 10Amp breaker: Electrical heating draws roughly 8 Amps so when the toaster or coffee maker are switched on the breaker would fire after a few secs. ->
Claude Flammang@dju.socialto
homeassistant@lemmy.world•Looking for a Smart Plug with Sub‑Second Power Metering
1·3 months ago@RvTV95XBeo
I can tell you from experience where I forgot a delay, yes it does, depending on hardware of course.
Claude Flammang@dju.socialto
homeassistant@lemmy.world•Home Assistant - Deprecating Core and Supervised installation methods, and 32-bit systems
6·6 months ago@corsicanguppy
Tell us that you have no idea how many flavors of Linux there are in the wild, each one with its own set of dependencies and bugs without using those words.Nobody is paying Nabu Casa to validate their packages for a gazillion Linux declinations, we rather like them to pay their developers to work for all the users rather than for a 0.01%er with yet another exotic setup.
Claude Flammang@dju.socialto
homeassistant@lemmy.world•Home Assistant - Deprecating Core and Supervised installation methods, and 32-bit systems
4·6 months ago@lemming741
Absolutely!If your first priority is having a Supervised Debian 11install.
I wanted to have Home Assistant in my house and my RV and my perspective is more like using it like an appliance, as I still had a Raspberry 3 lying around, i downloaded an HA-OS imageand was up and running within minutes. Once I was convinced that it was what I needed I went for the Pi 5 with SSD.
So 10/10 for me.
@RandomLegend
Just be aware that the battery powered Reolinks generally don’t support RTSP and rely on the app or a Reolink NVR.
@just_another_person
Don’t open the blinds as long as there is someone in bed?
@just_another_person
Where can I find something like netmon in ZHA?
Claude Flammang@dju.socialto
homeassistant@lemmy.world•Home Assistant officially Matters
3·8 months ago@thehatfox
It builds on IPV6, so any medium capable of transporting IPV6 can potentially be used.
Claude Flammang@dju.socialto
homeassistant@lemmy.world•Thoughts on a Stock UI Facelift?
1·8 months ago@ExcessShiv
I feel that you really are not happy with how those developers manage things.
Luckily it’s open source, so you are free to create the GUI exactly how you like it to be.
@Acamon @homeassistant
Sounds like little project for an ESP32 with a few DS18B20. With ESPHOME they are really easy to set up.

@early_riser
Considering the fact that just like Apple Home, HA dashboards strip the first part of the display name if it’s identical to the area name, I use the „area device“ convention. So „Bathroom Leak Moisture“ is displayed as „Leak Moisture“ under the area „Bathroom“.
Furthermore HA allows to recreate entity Ids after renaming a device resulting in: „binary_sensor.bathroom_leak_moisture“.
So if I move my sensor to another location, I simply rename it to „Attic Leak „.