homeassistant

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

peter, in Can anyone recommend a wireless doorbell that works with home assistant?
@peter@feddit.uk avatar

Unifi protect doorbell, but I do believe you need a unifi protect instance in order to record

keyez,

Do they have a wireless one? I’ve only ever seen wired options but don’t know their product line super well

peter,
@peter@feddit.uk avatar

They do but I don’t know if it’s available on their official store anymore. It’s just called the G4 Doorbell rather than the G4 pro

dom,

It still needs to be wired. Just not ethernet. It plugs into your doorbell low voltage wiring

peter,
@peter@feddit.uk avatar

Ah, yeah it does require that. I assume that’s what OP wants because they said they want to connect to their house doorbell

dom,

Oh shoot you’re right. My bad

dom,

Wireless internet, but still needs to be wired in to get power. It’s not battery

notfromhere, in Notification system

Sounds like some logic you can tease out with node-red. I don’t know of a native way to do it in HA.

TheOldRepublic,

Sorry to not tell that, the plan is indeed for doing this in node red. I only want an example to put me on the right track and thought maybe someone else had something similar.

retrieval4558,

Yeah node red + the notification services on HA would definitely be how I do this. In fact, I kinda do already.

dbrand666, in Can anyone recommend a wireless doorbell that works with home assistant?

I used to have a Ring and became concerned about privacy once Amazon took over. Worse, all it used to capture was delivery people’s backs - by the time it would see motion the action was almost over. That’s when it captured anything at all - it used to miss a lot.

Reolink doesn’t require any Internet access - even for initial setup. People detection works great with Frigate and you can tell it to start recording before motion is detected so you don’t miss anything.

Full disclosure, it does take some fiddling to get it working reliably. I still don’t have 2 way audio working.

JCreazy,

I’m all too familiar with spending countless hours trying to get things to work so that shouldn’t be a problem.

NarrativeBear, in Help with BHT-002-GCLZB thermostat

Take a look at zigbee2mqtt this is what I use to add any of my ZigBee devices to home assistant. You may find there is more frequent reporting/polling with this so you have more updated information in your home assistant instance.

ZigBee is the way to go IMO for the most “local control”. Your thermostat is probably pretty good and would not need replacing for a long time.

For automation of your thermostat and other items in the house you will need to setup your own automations that work for you. Home assistant won’t do this for you automatically like other 3rd party thermostats that “learn” your patterns.

Home assistant is pretty powerful in what you can do with automation as it’s allows you to use other sensors around the house, even poll outside stats like weather. So in theory you can set automations that turn off your heathing if your phone or all phones have left the house. You can set automations that turn on the heathing when the outside temperature reaches a certain temperature and the house temperature drops to a certain point.

chunkystyles, (edited )

I definitely recommend zigbee2mqtt over ZHA. I originally went with ZHA and just recently went through the hassle of converting over. It was worth it. IMO, it’s best to just start with zigbee2mqtt, and to convert before you have a lot of devices and automations.

Edit: before I posted this comment, I couldn’t see any comments other than the one I was responding to.

unixorn,
@unixorn@hachyderm.io avatar

@chunkystyles @NarrativeBear

I did the -> migration last year and it was totally worth the hassle.

I took the opportunity to normalize the naming scheme for my devices since I was going to have to update my automations anyway.

sabreW4K3,
@sabreW4K3@lemmy.tf avatar

So I’m trying to update the reporting interval and it’s not letting me.

https://lemmy.tf/pictrs/image/aa907e75-87f9-4c08-8602-02a3b8893951.jpeg

NarrativeBear,

I have not played with these setting touch, most of it I just leave as default. Not sure if anyone else can chim in here to help you out.

I did see something here regarding your device that you may need to add to your configuration yaml file.

www.zigbee2mqtt.io/devices/BHT-002-GCLZB.html#sto…

sabreW4K3,
@sabreW4K3@lemmy.tf avatar

This is super helpful. Thank you

sabreW4K3,
@sabreW4K3@lemmy.tf avatar

Regarding the thermostat, this is in the state tab of Zigbee2MQTT


<span style="color:#323232;">{
</span><span style="color:#323232;">    "child_lock": "UNLOCK",
</span><span style="color:#323232;">    "current_heating_setpoint": 12,
</span><span style="color:#323232;">    "heat": "OFF",
</span><span style="color:#323232;">    "linkquality": 184,
</span><span style="color:#323232;">    "local_temperature": 20,
</span><span style="color:#323232;">    "local_temperature_calibration": -2,
</span><span style="color:#323232;">    "max_temperature": 45,
</span><span style="color:#323232;">    "min_temperature_limit": 1,
</span><span style="color:#323232;">    "preset": "program",
</span><span style="color:#323232;">    "preset_mode": "program",
</span><span style="color:#323232;">    "program": {
</span><span style="color:#323232;">        "saturday_p1_hour": 6,
</span><span style="color:#323232;">        "saturday_p1_minute": 0,
</span><span style="color:#323232;">        "saturday_p1_temperature": 14,
</span><span style="color:#323232;">        "saturday_p2_hour": 8,
</span><span style="color:#323232;">        "saturday_p2_minute": 0,
</span><span style="color:#323232;">        "saturday_p2_temperature": 16,
</span><span style="color:#323232;">        "saturday_p3_hour": 8,
</span><span style="color:#323232;">        "saturday_p3_minute": 30,
</span><span style="color:#323232;">        "saturday_p3_temperature": 15,
</span><span style="color:#323232;">        "saturday_p4_hour": 20,
</span><span style="color:#323232;">        "saturday_p4_minute": 0,
</span><span style="color:#323232;">        "saturday_p4_temperature": 12,
</span><span style="color:#323232;">        "sunday_p1_hour": 6,
</span><span style="color:#323232;">        "sunday_p1_minute": 0,
</span><span style="color:#323232;">        "sunday_p1_temperature": 14,
</span><span style="color:#323232;">        "sunday_p2_hour": 12,
</span><span style="color:#323232;">        "sunday_p2_minute": 30,
</span><span style="color:#323232;">        "sunday_p2_temperature": 16,
</span><span style="color:#323232;">        "sunday_p3_hour": 14,
</span><span style="color:#323232;">        "sunday_p3_minute": 30,
</span><span style="color:#323232;">        "sunday_p3_temperature": 15,
</span><span style="color:#323232;">        "sunday_p4_hour": 18,
</span><span style="color:#323232;">        "sunday_p4_minute": 30,
</span><span style="color:#323232;">        "sunday_p4_temperature": 12,
</span><span style="color:#323232;">        "weekdays_p1_hour": 6,
</span><span style="color:#323232;">        "weekdays_p1_minute": 0,
</span><span style="color:#323232;">        "weekdays_p1_temperature": 14,
</span><span style="color:#323232;">        "weekdays_p2_hour": 8,
</span><span style="color:#323232;">        "weekdays_p2_minute": 0,
</span><span style="color:#323232;">        "weekdays_p2_temperature": 16,
</span><span style="color:#323232;">        "weekdays_p3_hour": 8,
</span><span style="color:#323232;">        "weekdays_p3_minute": 30,
</span><span style="color:#323232;">        "weekdays_p3_temperature": 15,
</span><span style="color:#323232;">        "weekdays_p4_hour": 20,
</span><span style="color:#323232;">        "weekdays_p4_minute": 0,
</span><span style="color:#323232;">        "weekdays_p4_temperature": 12
</span><span style="color:#323232;">    },
</span><span style="color:#323232;">    "running_state": "idle",
</span><span style="color:#323232;">    "sensor": "AL",
</span><span style="color:#323232;">    "system_mode": "heat",
</span><span style="color:#323232;">    "deadzone_temperature": null,
</span><span style="color:#323232;">    "max_temperature_limit": null
</span><span style="color:#323232;">}
</span>

I theorize that I need to give it a hard reset to clear everything that got ported over from the previous set-up?

NarrativeBear,

I should add you need to install Mqtt broker from the addin store as well.

Once you get this installed under integrations you should see Mqtt and this is where your new ZigBee devices will be listed. (As opposed to the ZigBee integration)

No need to hard reset the thermostat as once you add it through zigbee2mqtt and get mqtt integration added the device will be new to your HA installation.

sabreW4K3,
@sabreW4K3@lemmy.tf avatar

I have it coming through Z2M, hence why I thought maybe a hard reset might fix it and give me the new climate card.

AlternateRoute, in Problems with Zigbee2mqtt

www.zigbee2mqtt.io/guide/…/homeassistant.html

Did you enable home assistant discovery since you were doing a manual installation?


<span style="color:#323232;"># Optional: Home Assistant integration (MQTT discovery) (default: false)
</span><span style="color:#323232;">homeassistant: true
</span>
nogooduser,

I have thanks. I have tried just doing the basic setting of ‘true’ and the more advanced options with no joy.

AlternateRoute,

Odd I have done the full setup several times As I run pure dockers / separate HA, Mosquito MQTT and Zigbee2mqtt and the devices all just auto discover and appear in HA has devices with entities with full control.

Omacitin, in Another successful Honeywell T6 install

I’ve got a T6 Z-Wave also, controlling a 2-stage heat pump. I have it connected to HA through Zwave2mqtt. It’s been pretty great except for two things:

A. Changing the time has no effect, as if the clock is read-only due to a hardware issue. I’ve had to set up the daily schedule in HA instead, but it’s probably better that way anyway.

B. I can’t see the stage and aux heat status in HA. Looks like all it exposes is a ‘heating’ or ‘cooling’ state. Anybody know how to get more info?

Bluesheep, in Low cost Zigbee GU10s via Ikea (UK)

Better than that, if you are after more than one (and with GU10s, who isn’t?)

ikea.com/…/tradfri-remote-control-kit-smart-wirel…

This gives you 3 bulbs and a handy remote that also works with HA.

markr, in HA redundancy options

I run HA as a container in a vm. I back HA data up nightly and the compose script for running HA is archived on github. If the vm dies there is another vm that can bring it back up. If the host dies (I have a pool of xenserver (xcp-ng) hosts, so it would be a major domestic disaster if they all croaked) I have a fallback to run HA on docker on wsl. If the house burns down all the scripts are on GitHub and the backups get sent to Azure monthly. I think I’m covered.

Cyber,

Ok, yep, if the house burns down (been there, done that), HA is priority 0.

But good point about the offsite backup + compose, I hadn’t considered that - thanks.

Interesting that you’re using a container inside a VM… is that just because you’re using a VM-only hypervisor (ie Xen) or was there another reason?

I’ve heard good things about Proxmox, but no idea if it has a container / VM watchdog function.

markr,

Yeah is type 1. But it pools supports network storage and is free, and I know how to use it.

killeronthecorner, (edited ) in Another successful Honeywell T6 install
@killeronthecorner@lemmy.world avatar

My setup is a bit different but I had a lot of fun putting it together. I have a D1 mini with a switch hat wired into the boiler.

The D1 runs a tiny web server that lets me turn the heating on and off. Then I have a bunch of ZigBee thermostats around the house that provide a fuzzy average temperature.

Then I have a custom dash in hass that displays pretty much what a hive would display.

Whole setup cost about $20 and has been running nonstop for over 5 years!

Lifebandit666,

Mine is also different.

I got a Google Nest E thermostat off eBay from a charity shop for £12 and wired it in to where my old dumb dial thermostat was.

My ZigBee thermostats are just my ZigBee motion and door sensors that also have a temperature element.

I turned off the Nest smarts in Nest, and had HA come up with average temperatures for the whole house using the ZigBee things, then recreates the smarts in HA.

The Nest E smarts stopped working 6 months later but the heat link still worked, so I bought another off eBay for £20 and paired that.

I am gonna just get some ZigBee temp sensors at some point, but this works well enough for now.

lightrush,
@lightrush@lemmy.ca avatar

Yeah, I suppose one could do a generic thermostat in HA and use just a few smart switches. However that requires some rewiring of the previously thermostat-controlled device.

killeronthecorner, (edited )
@killeronthecorner@lemmy.world avatar

In my previous house, the v1 prototype was wired straight to the boiler as there was no previous thermostat. In the current house, the v2 is wired to the Honeywell, so one can override the other as they are in parallel.

It was pretty finnicky stuff and I had to scour the internet for decade old wiring guides, but I like that sort of thing so it was good fun.

Every solution is a good solution if it makes your life easy and you have fun installing it!

solidgrue, (edited ) in ZigBee RGB Lightbulb w/o 3rd party app
@solidgrue@lemmy.world avatar

I’ve been using the Sendled Sengled E11-N1EA bulbs available on Amazon for quite some time now. They have a bit of a cold white edge to them and could maybe be a bit brighter at times, but overall I’ve been happy with them.

Mine came in a 4-pack. I have two inside in table lamps, and two outside in coach lamps.

Omacitin,

I’ve had 10 of the RGB ones, E21-N1EA, for a few months now and they’ve been working perfectly. Not the brightest or the most accurate color, but they’re simple, cheap, and local-only.

padook, in Building from scratch
@padook@feddit.nl avatar

I would spend the money on smart switches before smart outlets. I personally find that I want smart control over almost all of my lights/ fans but only some of my outlets.

Another reason for my avoidance of smart outlets is they are much more expensive than smart plugs and it’s rare that you want to control both plugs in an outlet anyways.

As far as wiring if you want window/ door sensors or motion sensors you might consider running power to those locations. Much better than changing button batteries constantly.

Use conduit to future proof any network cables you run…

That’s all that comes to mind at the moment

padook, (edited ) in Notification system
@padook@feddit.nl avatar

Should be able to just do it with automations and include “choose” action. 2024.1 looks like it makes it easier building blocks.

Dianoga, (edited )

This is the answer. I have a handful of notifications setup this way. My routing logic tends to be much simpler but that’s what “choose” is for.

The only tricky one may be to hold the notifications until later. I probably wouldn’t bother with that personally. Instead I use the do not disturb functionality on the phone.

…home-assistant.io/…/actionable-notifications/

TheOldRepublic,

Looks nice at first sight. I’ll definitely check it out thoroughly. I think it’s exactly what I need. Thanks.

lemming741, in Connection refused after latest update

You’re using the right port (:8123) and protocol (no s)?

ShepherdPie,

Also check that the server IP address didn’t change on the router.

Osiris, (edited ) in Another successful Honeywell T6 install

Hey I got one too! I took it apart and repainted it black to match.
For temp schedules I made a local calendar in HA with repeating events with a description of “high” “mid” and “low”. The automation trigger is a calender event that reads the description and sets the temp accordingly

Omacitin,

FYI, there is a Scheduler card that might make that automation easier.

github.com/nielsfaber/scheduler-card

Osiris,

That looks way easier than what I got going on. I’ll check it out.

alibloke, in Anyone seen or built an alternative to the M5Stack Atom Echo for HA voice pipeline?

Check out Onju. You can buy the PCB from pcbway or there are some other options coming: www.crowdsupply.com/onju/onju-voice

  • All
  • Subscribed
  • Moderated
  • Favorites
  • homeassistant@lemmy.world
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #