Google translate stopped working recently.
Is there any way to make it work again in HA 0.103.6?
I tried adding it as custom component but it will now work.
1 post - 1 participant
Google translate stopped working recently.
Is there any way to make it work again in HA 0.103.6?
I tried adding it as custom component but it will now work.
1 post - 1 participant
hello,
Am having hard time with an automation which is not running as expected.
Although everything seems correct.
What I want to do is when humidity is above 59% on baby’s room, switch on the dehumidifier.
To achieve the following am using the following script:
- id: '1577199700087'
alias: Dehumidifier ON baby room
description: ''
trigger:
- above: '59'
platform: numeric_state
entity_id: sensor.humidity_baby_room_calibrated
condition:
- condition: time
after: '11:30:00'
before: '22:30:00'
action:
- entity_id: switch.baby_room
service: switch.turn_on
mode: single
Yesterday, it worked.
Today, even though humidity was over 59% it didn’t work.
I have nothing in logfile, no errors.
I also checked humidity’s level and it was over 59% quiet few times today.
Any help would be more than grateful
1 post - 1 participant
Hi Community,
because i try to get my Legrand with Netatmo to automated without Home+Control I use the Homekit Controller to access my devices. In general I’ve found all light switches and roller shutters, but the roller shutter do not have any option to stop, just complete up and down. By clicking on the item, i see a slider where 0=down, 100=up and 50=stop. How to customize it?
Is there any way to see the and modify the configuration of each entity
2 posts - 2 participants
So I followed the direction herehttps://www.home-assistant.io/docs/locked_out/ because, after this last update the system decided all my accounts and their passwords did not exist. I had terminal access but the AUTH reset woudl not work, as it told me all the users were not registered.
I then follow the directions and deleted, auth, onboarding, hassio, cloud, auth_provider.homeassistant from the .storage directory. I did not expect nor does the doc mention this would wipe everything. I wiped my ESPHome Directory every. I lost all my configs.
It my fault that I did not make a backup before updating but I guess I had been lucky this has never happened before. Does anyone have any ideas how my stuff might be recovered?
1 post - 1 participant
Hi all,
I would like to be able to show several events of a whole day.
For example, I have several birthdays on the same day in a dedicated “Birthday” calendar.
So I created a custom birthday calendar:
custom_calendars:
- name: 'Birthday'
calendar: 'Birthday'
search: '.*'
But this one only shows me one of the two Birthday of the day.
Do you have a solution?
thank
1 post - 1 participant
Hello All, I have a question regarding a Wyze motion sensor. I use the Wyzesense repository (which is no longer being maintained) via Hacs and so far, I haven’t had any major problems. I recently had a sensor that was dropping so I removed it and added it back and HA shows that it’s discovered but it doesn’t show up in entities. I’ve added and removed it a few times now and nothing changes. I tried removing it, rebooting HA, and re-adding it but it still won’t show up. Any ideas on what the issue might be?
1 post - 1 participant
Hi it is me again
I got Raspberry Pi 4B 8GB and ConBee II connected with no issues.
I got the BlitzWolf BW-IS3 motion sensor and I can not find any info how to connect it without tuya zigbee bridge?
I am starting Phoscon searching for sensors
resetting the sensor by pressing the reset button for 5 seconds it blinks red and nothing is happening?
1 post - 1 participant
I have a sensor which reports the ODO of my car to HA. Sometimes I get invalid values (or no value) so ODO drops to 0.
How can I achieve a monotonously increasing sensor with HA?
That is: keep the last value, if ODO reports as 0 or lower than the last value.
The catch : I don’t want to filter against upper limit, as it is possible to drive without the sender enabled, so the next time it gets enabled, there may a jump from lets say 10,000 to 10,050
1 post - 1 participant
I have been reading other topics, have made adjustments but can’t seem to fix it. Trying to hide the toggle for an automation group
error when I validate configuration:
Invalid config for [group]: [control] is an invalid option for [group]. Check: group->group->automations->control. (See /config/configuration.yaml, line 8).
configuration.yaml says
#Bedroom TV Dim
input_number:
bedroom_tv_dim_amount:
name: bedroom tv dim amount
icon: 'mdi:lightbulb-on'
unit_of_measurement: "%"
min: 0
max: 255
step: 1
input_boolean:
bedroom_tv_dim_lights:
name: bedroom tv dim lights
initial: on
icon: mdi:alarm-light
then in groups.yaml I have
automations:
name: Various Automations
control: hidden
entities:
- input_boolean.bedroom_tv_dim_lights
- input_number.bedroom_tv_dim_amount
It must be something obvious?
4 posts - 2 participants
Hey Guys.
I want to know if its possible to keep the home assistant in language English and change the 12am/12pm to 24 hour time somehow with some code in the configuration.yaml file ?
Best Regards
Stig
2 posts - 2 participants
Hello everyone,
Quite new on HA, I’m making progress everyday, slowly but surely… Right now I have been able to control my HVAC unit and schedule Eco / Comfort modes.
I have added a few sliders for the temperature settings, and I was thinking about a slider that doesn’t seem to exist…
Here is how it is today:
I’d like to merge the heat and cool temp on the same slider, that would look like this (photoshop’d):
Anybody here would know how to do it?
1 post - 1 participant
Hello,
i want to have one button with two actions.
First action will switch all light to off (he on group now) and second action will close cover (all in group now).
Could you help me how to do it?
How the code in automation.yaml is supposed to look?
Regards,
Guy
1 post - 1 participant
Hi,
Is it possivel to have a condition based in the time_fired from a specific scene?
I’m trying to create an automation to change the color ligth if one of the ligths are unavailable during the scene activation in the last minutes. If not, anyone have other idea to achieve the same propos?
For example:
automation:
- alias: 'Turn on ligth if unavailable during scene activation'
trigger:
platform: state
entity_id: ligth.TestA
from: 'unavailable'
to: 'on'
condition:
- condition: template
value_template: "{{ as_timestamp(now()) - as_timestamp(call_service - scene.pc_lights - time_fired) > 300 }}"
action:
- service: ligth.turn_on
entity_id: ligth.TestA
brightness: 175
rgb_color: [220, 210, 160]
Event:
> {
> "event_type": "call_service",
> "data": {
> "domain": "scene",
> "service": "turn_on",
> "service_data": {
> "entity_id": "scene.pc_lights"
> }
> },
> "origin": "LOCAL",
> "time_fired": "2020-12-11T22:40:17.061727+00:00",
> "context": {
> "id": "8b82b174ab514c0c02773b425b0f2936",
> "parent_id": null,
> "user_id": "693963c7e052448db7c882977c487a63"
> }
> }
1 post - 1 participant
Can someone please explain how to find the ValueID of an OpenZWave node, in MQTT Explorer?
I’m trying to change the reporting intervals (parameters 111, 112 & 113) for the Aeotec Smart Switch 6 (ZW096), but the OpenZwave Web UI only allows a value of ‘0’ (zero) - which disables reporting. So I want to try the mqtt.publish
service or MQTT Explorer directly.
Here is node 22 in MQTT explorer; where do I look please? (Tried Search but it finds nothing!)
And as an alternative, where is the ‘OpenZWave/1/command/’ to set parameters in MQTT Explorer directly, as suggested in this GitHub post: https://github.com/home-assistant/addons/issues/1600#issuecomment-713747441
My OpenZWave in MQTT Explorer isn’t showing it?
Thanks.
1 post - 1 participant
After updating the system (apt upgrade), all docker containers have the status exited and I must start them manually e.g. docker run hassio_supervisor
. Any ideas what went wrong? The new hassio_observer container though starts automatically.
1 post - 1 participant
I’m trying to learn how to set up automations using zones. I have a push notification being sent to my phone as the action.
Without getting in the car and driving all over in and out of zones to test the triggers, is there some way I can do that without driving all over?
1 post - 1 participant
Because of the way the command_line sensor works, this is kind of two questions in one and I’m not sure it can be achieved.
I am looking to add an entity that shows “wanted” movie information from Radarr. This is above and beyond what the standard Radarr integration will show. Essentially I am going to parse and re-format the results of a Radarr API call, and because of this is not a straight-forward JSON result I believe I need to use a shell script to achieve what I need. I have a working script and am no stranger to JSON and jq, so my question is regarding what the end result format needs to look like in order to achieve what I want.
I am looking to return several pieces of information in the one sensor, similar to what the standard Radarr ‘Upcoming’ entity has, presumably as attributes but I’m not 100% sure. The movie “detail” I am trying to add to my sensor appears to be in the standard entity as attributes in the format “title (year)”: “date_available”. See screenshot for example:
The movie name keys in the screenshot are central to my question of how I do something very similar with a command_line sensor, as the title/year is actually the data I want but is variable and therefore I can’t define it as a “key” to retrieve in a json result. I can format the json exactly as I want, but when defining the command_line sensor in HA I appear to need to specify specific json key values to retrieve as attributes, and do not have the ability to just retrieve “all” additional attributes in the response data.
So, is there a way to retrieve “all” attributes, in json format, when using a command_line sensor?
my current sensor definition is:
- platform: command_line
name: Radarr Overdue
command: /config/scripts/radarr_overdue.sh
unit_of_measurement: 'Movies'
value_template: "{{ value_json.records }}"
json_attributes:
- title
scan_interval: 900
and my json response looks like this (which is not valid json due to duplicate keys, I know):
{
"records": 4
}
{
"title": "Movie Title 1 (2019)"
}
{
"title": "Movie Title 2 (2020)"
}
Is there a way to return “all” attribute data without defining it in the sensor definition? If I can’t do it with a command_line sensor, is it possible to do with something else (a rest sensor maybe)?
Cheers from Down Under,
Jay
Edits: formatting
1 post - 1 participant
I have a HomeKit compatible First Alert OneLink Smoke Alarm (OneLink Wired AC14 , NOT Safe and Sound) and it’s not being found by HomeAssistant.
Can I configure this manually somehow? Or worst case, where should I request support for device? Any ideas whats the issue? Device is working, able to control via Android App.
Thanks
PS: HA says “No unpaired devices found”
PSPS: This post a user says he got “Safe and Sound” to work but another user (I suspect w/ same model as me, says he couldn’t get it to pair with HA)
1 post - 1 participant
Hello,
I would like to create a “Glance-Card”, where I click on the symbol and a KNX off or on command is sent to the stored group address…
is there an issue?
type: glance
entities:
- entity: light.aussen_zentral_aus
name: TV an
icon: 'mdi:television'
tap_action: call-service
service: switch.turn_on
service_date: 'on'
title: ZENTRAL
show_name: true
show_icon: true
show_state: false
best regards andy
1 post - 1 participant
I have one of these installed, I was wondering if anyone has integrated this into HA? It would be great to be able to control the switches.
Video on the product: https://www.youtube.com/watch?v=WXl25XByjP4
1 post - 1 participant