homeassistant

11984 readers
6 users here now

Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io

founded 1 year ago
MODERATORS
1
9
Assistance creating a sensor (lemmy.thewooskeys.com)
submitted 1 day ago* (last edited 1 day ago) by [email protected] to c/[email protected]
 
 

Hi.

This works fine in the template editor:

{% if states('sensor.apollo_mtr_1_cca750_presence_target_count') | int > 0 %}
  Detected
{% elif is_state('binary_sensor.apollo_msr_2_c7bfe8_radar_zone_1_occupancy', 'on') %}
  Detected
{% elif is_state('binary_sensor.apollo_msr_2_c7bfe8_radar_zone_2_occupancy', 'on') %}
  Detected
{% elif is_state('binary_sensor.apollo_msr_2_c7bfe8_radar_zone_3_occupancy', 'on') %}
  Detected
{% else %}
  Not Detected
{% endif %}

But when I try to create a binary_sensory from it in configuration.yaml, I get "'binary_sensor' is undefined":

template:
  - binary_sensor:
    - name: "Lounge Presence"
      state: >-
        {% if states('sensor.apollo_mtr_1_cca750_presence_target_count') | int > 0 %}
          Detected
        {% elif is_state('binary_sensor.apollo_msr_2_c7bfe8_radar_zone_1_occupancy', 'on') %}
          Detected
        {% elif is_state('binary_sensor.apollo_msr_2_c7bfe8_radar_zone_2_occupancy', 'on') %}
          Detected
        {% elif is_state('binary_sensor.apollo_msr_2_c7bfe8_radar_zone_3_occupancy', 'on') %}
          Detected
        {% else %}
          Not Detected
        {% endif %}
      device_class: presence

I'm probably using incorrect syntax or something. Can anyone help me with this?

2
 
 

Hello everyone,

Haven't deal with my dashboard for a long time so want to take advantage of some recent features like visibility condition (not sure that's proper wording) to create a new clean adaptive phone and tablet dashboard, but missing inspiration so curious how yours looks like. How did you organised it? which card (also card combination) is your favourite?

3
4
 
 

So sue me, I don't keep up all that well with all the changes in Home Assistant and I recently found something that is quite useful to me.

Because I live in the American South and because we recently had our water plumbing explode, the humidity in our house tends to be sky high. Like 60% or higher high. To counter this, a while ago I picked up a large dehumidifier from Amazon which has worked pretty well controlling the humidity in the house until recently.

Recently though, I noticed that the humidifier kept turning off and on. Dehumidifier was set to 35 but the household thermostat was reading 55% humidity. As a check, I set the dehumidifier to run continuously. It stayed running and the humidity in the house started dropping and went to the 30’s in the room where the device is located and down to 46 at the thermostat. My conclusion was that the humidity sensor on the device had failed.

I could go the hard route. Take apart the dehumidifier, try to find the problem and do a board level repair. Go the expensive route and replace a generally functioning dehumidifier. Or I could take cheap, simple, and admittedly jerry-rigged option. Home Assistant.

Turns out that Home Assistant has a new (to me anyways) helper called a Generic Hygostat that can connect a humidity sensor like this one to a smart outlet or plug and control that outlet based on a humidity level you set. It can be set to control either a humidifier or dehumidifier. Once you've created the helper you can add the helper to your dashboard and it gives you thermostat like control over your de/humidifier. Pretty slick.

5
 
 

I'm considering upgrading my dumb digital thermostat. I'm only interested in one if it works seamlessly with HA (and is reasonably priced).

6
 
 

I figured I might be able to find some answers here. I've been off and on trying to install home assistant after setting up an old desktop with proxmox, but I've never been able to get it running. I've been getting this issue:

[supervisor.docker.interface] Can't install ghcr.io/home-assistant/qemux86-64-homeassistant:2024.10.3: 500 Server Error for http+docker://localhost/v1.47/images/create?tag=2024.10.3&fromImage=ghcr.io%2Fhome-assistant%2Fqemux86-64-homeassistant&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")

Attempting to go to ghcr.io/v2/ seperately in browser results in it saying I'm unauthorized

7
 
 

I just bought a 58" TCL TV with roku built in and could not get it to work with homeassistant. It would go offline after 20 minutes of being powered off. I have my IOT devices in a clan with no internet access but I decided to update the TV and it still didn't work.

What I found out I had to do was update the TV AND create a roku account so that this would finish the update. I then finally had the fast startup option and enabling that it works now! Even with internet access blocked again.

Hopefully this helps someone else.

8
 
 

Hey all, anyone know if there are any directions on how to swap out to the assist_satellite from this depreciated sensor? Normally when there is a swap like this, the Home_Assistant folks give us some directions, but I can't find squat on this.

9
 
 

My SmartThings Hub is (slowly) starting to error out more and more. I'm doing a soft reset monthly to keep everything up ( I did a hard reset about a year ago when I moved), which works, but I think it's time I start learning a new hub, preferably one not discontinued. My original plan was to put everything in Home Assistant when this time came, but a.) I really like it as my home coordinator with my custom scripts and addons and I don't want to mess with what is working right now and b.) while I'm getting the hang of running zigbee on there, zwave is in progress and thread...not really working most of the time.

So. I need to buy a general all-protocol hub; any recommendations that are fully compatible with Home Assistant? One with custom scripting would be a huge plus; I miss doing that in SmartThings.

10
 
 

Did something change recently with Home Assistant and Node Red? I upgraded and suddenly 20+ issues with messages like “Entity ID ‘switch.main_lights’ should be in the data.property, not the target property”

11
 
 

Hi everyone

So, that's a 2 in 1 post. First a more general question then looking for advice for a friend.

  • What is your preferred way to access HA from outside (and why)?

  • a friend of mine use duckdns and I often read (recently) that some people are having issue with it. Is wireguard a better way or another solution that is not too techy to deal with?

12
 
 

Is anyone else having issues with the Rheem Econet integration? It worked so well for so long but now it spends most of its time disconnected from Econet. It appears to reconnect every few minutes for a bit but it seems like every time I open the home assistant app, my thermostat is not functioning. The actual thermostat in my house is functioning normally and connected to the network.

Do you guys have any suggestions?

13
 
 

Please don’t be scared; it is October, Halloween is coming, and so is the next Home Assistant release: 2024.10! 🎃

14
10
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 
 

Does anyone know the current state for re-flashing Inovelli Blue switches to Thread? I haven’t been paying attention the last year so I don’t know if they released that or if it works reliably. I did try looking through the community pages without finding anything definite (plus that might not include any actual experience trying it)

I recently saw a couple new Thread devices, so maybe it’s time to start using that. My entire Zigbee network was intended to be flashable to Thread: all I have is SkyConnect and some Inovelli Blue switches. More importantly, that should be a good foundation for a strong mesh to support other devices (and I don’t have a reason for a strong Zigbee mesh). I know SkyConnect multi-protocol didn’t work out but I believe reflashing to Thread is fine. I know Inovelli Blue can’t be reflashed over the air, but that’s ok. Is there Thread firmware and what are your experiences with it?

15
 
 

Hello,

I'm looking for a keyboard for my alarm using alarmo on home assistant. I found this but it's too expensive : https://frient.com/products/intelligent-keypad/

Do you know similar products ?

Thanks

16
 
 

I'm excited to see this as I'm pretty much only use Z-Wave. Also interesting is they are developing their own dongle

17
 
 

Hello everyone,

When I first installed music assistant, it was recommended to get the beta version, so I did but for some time now, I have 2 music assistant server.

Was wondering if there a reason I should keep both?

18
 
 

Hello all, I am moving into a new apartment, and was planning on replacing the thermostats with Z-Wave ones. I currently have a Honeywell T6 Pro Z-Wave in my current apartment, and was planning on picking up a couple more.

When I was at the new place today, I took a look inside of one of the thermostats and saw something I was not expecting. They are all 120VAC line voltage thermostats. The heating and cooling is shared between the building, and whether heating or cooling is on is a whole building schedule. The person in the leasing office that was touring us around the new place when we got our keys said that it switches to heat in october or November.

Attached are a couple of photos of the thermostat and a photo of the vent in the wall (although not sure if that is helpful). The thermostat is a Honeywell T651A. I am not sure of what the actual HVAC equipment looks like.

This obviously throws a hamper in my plans, and now I have to look for alternatives. I am not super familiar with 120VAC HVAC, so I wanted to get some advice from others. I believe it is a heated/chilled water system, and the thermostat simply controls the pump/blower in the wall panel (one of the photos). The fact that there is both heating and cooling is what is confusing me, since all of the 120VAC thermostats I have seen are only for heating. Obviously it all boils down to how the temperature is compared to the set point. If the building switches to cooling (which won't be a problem for about 6 months after it switches I am guessing), the comparison will be backwards.

If anyone is able to point me to any resources on how I can learn about this control system, that would be great. I found the Stelpro KI Z-Wave Thermostat which I think will work, but I am not sure what happens when it switches to cooling in the spring. I prefer Z-Wave since I have found it to be far more reliable (especially in a larger building. This is a 7 floor building with ~15 units on each floor. So there is a lot of 2.4GHz traffic I assume), however if anyone knows of a product that will work for this (if the Stelpro one won't) I'm all ears.

19
20
 
 

I was accidentally locked out of home again, and I had to call a professional to open the lock.

But if someone was home, they could have just turned the knob of the door from inside. There's a device that can do that? It needs to do 3 full turns and it requires a bit of force to do that (armored door with iron bars that slide in every direction, so it has a big inertia to start)

I saw a ready solution on a store, the iseo x1r, but that costs 1000 euro + another 200 for the gateway (not mandatory but otherwise it uses proprietary Bluetooth protocol and so it can't talk with HA

21
22
13
HACS (feddit.nl)
submitted 1 month ago by [email protected] to c/[email protected]
 
 

HACS offers great additions to the functionality of HA, but there are so many options it feels overwhelming. What are your favorite HACS?

23
24
25
10
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
 
 

I have a Shelly dimmer 2 behind one of the switches in my kitchen running Tasmota. There are two switch inputs on the Dimmer module, so I have it behind a 2 gang wall box with two physical switches. Each switch is connected to one of the switch inputs of the Shelly.

I've set the switches to be independent of each other, so I can potentially use the different switches for different triggers. Switch one is configured as a push button switch and dims my kitchen lights. Switch two does nothing. I desire to have switch2 trigger my dining room lights, so after some digging I discovered that I can use MQTT to make Home Assistant do stuff! Perfect.

But not perfect. I set up an automation to listen for this devices' MQTT topic "tele/lights_kitchen/SENSOR" and when the switch is flipped either up or down, my mosquitto broker hears that topic, and it just toggles my lights! I thought I had it all figured out. But what I didn't notice at first, is that the Shelly Dimmer pings out an MQTT status every so often, even if no switches are flipped. So my dining room lights have been going on and off all afternoon!

There is some data in the payload of the MQTT that I think should be able to fix my issue, but I'm having trouble conceptualizing how.

The payload contains a key:value pair {"Switch2":"ON"} or "OFF". So I'm hoping I can use a change in that value as a toggle. Because it's operating as a 3 way switch, I don't care if the actual value is ON or OFF, I just want to know if it's changed. Do I need some sort of helper that keeps track? This seems like something MQTT would be good at, but I can't find a good example to steal the right config from. I thought maybe I could use two triggers, one for each state, but that makes a huge complicated set of logic that needs to be added, and I really feel like there should be a more elegant way to handle this.

Any assistance?

view more: next ›