Quantcast
Channel: Configuration - Home Assistant Community
Viewing all 106299 articles
Browse latest View live

Comfoconnect component not reconnecting after using zehnder comfoconnect app

$
0
0

Hi,
I’m using the comfoconnect component to control my zehnder comfoairQ ventilation unit. I run homeassistant in a docker container.
Comfoconnect works great after I start home assistant but it stops working after I use the Android comfoconnect app (made by zehnder). This should not be a problem as the documentation states:
Note that it’s not possible to have multiple connection to the bridge at the same time. This integration will keep the connection open, and if you open the app, it will ask you to disconnect Home Assistant. If you close the app again, Home Assistant will reconnect automatically.

However it is my experience that Home Assistant does not reconnect after I close the android app. Only after I restart Home Assistant the connection works again (until I connect using the android app after with HA loses its connection again). It seems like the HA component is not triggered to reconnect again after losing its connection.

Values are not updated and I cannot control the fan speed.

How could I fix this?

I get the error below when I try to change fan speed.

2020-08-07 15:06:18 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.139865630396688] Not connected!
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 130, in handle_call_service
    connection.context(msg),
  File "/usr/src/homeassistant/homeassistant/core.py", line 1260, in async_call
    task.result()
  File "/usr/src/homeassistant/homeassistant/core.py", line 1295, in _execute_service
    await handler.func(service_call)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 209, in handle_service
    self._platforms.values(), func, call, required_features
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 454, in entity_service_call
    future.result()  # pop exception if have
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 595, in async_request_call
    await coro
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 485, in _handle_entity_call
    await result
  File "/usr/src/homeassistant/homeassistant/components/fan/__init__.py", line 134, in async_turn_on
    await self.hass.async_add_job(ft.partial(self.turn_on, speed, **kwargs))
  File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/homeassistant/homeassistant/components/comfoconnect/fan.py", line 109, in turn_on
    self.set_speed(speed)
  File "/usr/src/homeassistant/homeassistant/components/comfoconnect/fan.py", line 126, in set_speed
    self._ccb.comfoconnect.cmd_rmi_request(CMD_FAN_MODE_HIGH)
  File "/usr/local/lib/python3.7/site-packages/pycomfoconnect/comfoconnect.py", line 465, in cmd_rmi_request
    use_queue=use_queue
  File "/usr/local/lib/python3.7/site-packages/pycomfoconnect/comfoconnect.py", line 150, in _command
    self._bridge.write_message(message)
  File "/usr/local/lib/python3.7/site-packages/pycomfoconnect/bridge.py", line 127, in write_message
    raise Exception('Not connected!')
Exception: Not connected!

Thanks!

1 post - 1 participant

Read full topic


ZHA "unable to connect to zha device" using xbee series 2 module over usb serial

$
0
0

I’m trying to enable the ZHA integration but every time I try I get the error “unable to connect to zha device”

I’m using an xbee series 2 module connected using a usb serial adapter board, this works fine with my windows laptop, and I’ve flashed it to coordinator firmware and set the baud rate to 57600.

None of the usb serial devices appear in the drop down (it only shows the raspberry PI 3’s built in /dev/ttyAMA0), so i used “enter manually”, I’ve tried both “/dev/ttyUSB0” and “/dev/serial/by-id/usb-FTDI_FT232R_USB_UART_00000000-if00-port0”, that appear under supervisor -> system -> hardware.

Using the terminal addon i can see “ftdi usb serial device converter now attached to ttyusb0” but “ls /dev/” doesn’t show it

does anyone know how to fix this please?

1 post - 1 participant

Read full topic

Every lovelace page refresh/view results in a frontend.js.latest.xxxxx error

$
0
0

Has been happening for quite some time now, I think it started when I went to 112.
Every time I either refresh or view a lovelace page, i get the following error:

2020-08-06 18:35:46 ERROR (MainThread) [frontend.js.latest.202007160] https://***.ui.nabu.casa/lovelace/default_view:0:0 Uncaught

This happens (as above) when using the Nabucasa Remote UI, or when viewing local. When local, the error is instead

ERROR (MainThread) [frontend.js.latest.202007160] local/lovelace/default_view:0:0 Uncaught)

Any idea what is causing this? Everything I have is currently up to date in both HACS and HA. I’ve googled and searched the forums but can’t find much that describes this error or what would cause it.

Thanks.

1 post - 1 participant

Read full topic

Customize lovelace entities history

$
0
0

Hi

Is there any way to customize the graphics or timelines that appear when I tap the entities in lovelace?
Captura
They always show last 24 hours. I’d like to select for example:1 hour for entities with many changes in a day or 1 week for entities with few changes.
I tried to change dates in global history, but it doesn’t make any effect in lovelace entities

Thanks

2 posts - 2 participants

Read full topic

Help with setting up an automation

$
0
0

Hi everyone first time posting here. Started transitioning a couple days ago from another platform to Home Assistant. With many trials and errors i’m mostly done. I’m having trouble with an automation though, possibly needing 2 automations to achieve what I’m looking for.

Here is what I’m trying to do.

If any of the 3 doors in my garage open I want them to trigger the light switch on. Here is what I have for names.

Garage door 1 - binary_sensor.main_garage_door_sensor

Garage door 2 - binary_sensor.3rd_stall_door_sensor

Garage door 3 - sensor.garage_entry_status

After all 3 doors have been closed for at least 15 minutes I want the light switch to turn off.

The switch name is - light.garage_lights

If anyone can help me achieve this I’d be really grateful. I don’t want to have to go back to the old system.

Bryan

1 post - 1 participant

Read full topic

How to define a GPIO-pin as the pin where a 433MHz-transmitter is connected?

$
0
0

Hi all,

I would like to make a 433MHz controlled wall outlet to switch a lamp. I have a 433MHz transmitter and a 433MHz receiver connected to the GPIO-pins of my Rpi. With two additions to the configuration.yaml (a binary_sensor and a switch, both from the rpi_gpio platform) I tell HA where to find the transmitter and the receiver.

Now I can use a pilight kaku-switch definition in the same configuration.yaml to convey the id and the unitnumber of my wall outlet. What puzzles me is how I tell HA to use the right GPIO-pin when I send the id, the unitnumber and the on/off code. How do I tell HA to use the transmitter GPIO-pin???

1 post - 1 participant

Read full topic

Assistance with Rest sensor configuration for Fireboard temperature controller

$
0
0

I’m trying to get a rest sensor configured for my Fireboard temperature controller.

Using curl, this is the needed syntax:

curl “https://fireboard.io/api/v1/devices/694c788a-8ed1-4c3b-8fa1-feb39c2b6a7f/temps.json” -H “Authorization: Token 2xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx7”

Here’s how I have it setup in Home Assistant:

- platform: rest
  resource: https://fireboard.io/api/v1/devices/6xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxf/temps.json
  name: list fireboard temperatures
  payload: '"Authorization: Token 2xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx7"'
  json_attributes:
    - channel
    - temp

I’m getting this message in Home Assistant:
“{“detail”:“Authentication credentials were not provided.”}”

I’m sure I formatted something wrong. Any help would be appreciated.

Thanks!

1 post - 1 participant

Read full topic

Can I use an entity value within an entity card in a desktop.yaml file

$
0
0

I would like to add two sliders to enter maximum (maxValue) and minimum (minValue) in the following yaml dashboard. I found a slider card which can change the value of an entity…so I could have one slider change entity climate.lowtemp and another to create climate.hightemp but I don’t know if that will work.

Is it possible to code the max and min Value lines to use the state of the climate.xxx entity instead of a fixed value of 350 or 50? how would I code each line?

views:
  - cards:
      - entity: sensor.maverick_temperature
        font_size: 1em
        gauge:
          animatedValue: true
          borders: false
          colorBorderInner: '#111'
          colorBorderInnerEnd: '#333'
          colorBorderMiddle: '#222'
          colorBorderMiddleEnd: '#111'
          colorBorderOuter: '#333'
          colorBorderOuterEnd: '#111'
          colorNumbers: '#ccc'
          colorPlate: ''
          colorTitle: '#f5f5f5'
          colorUnits: '#f5f5f5'
          height: 360
          highlights:
            - color: 'rgba(0, 68, 255, .75)'
              from: 50
              to: 100
            - color: 'rgba(4, 205, 24, .75)'
              from: 100
              to: 200
            - color: 'rgba(239, 93, 13, .75)'
              from: 200
              to: 350
          maxValue: 350
          minValue: 50
          minorTicks: 5
          startAngle: 45
          strokeTicks: true
          ticksAngle: 270
          title: Grill Temp
          type: radial-gauge
          units: °F
          valueBox: true
          valueDec: 1
          valueInt: 2
          width: 600
        type: 'custom:canvas-gauge-card'

1 post - 1 participant

Read full topic


Electrical price , switch on/off

$
0
0

hello
i’m a pretty new user to HA so i’m still try to figure out how it works :stuck_out_tongue:
i´m trying to get a simple toggle switch depending on the current electrical price.
as according to

my configure is right now

 - alias: "Electricity price"
   trigger:
     platform: time_pattern
  * Matches every hour at 1 minutes past whole
     minutes: 1
   condition:
     condition: template
     value_template: '{{ float(states.sensor.electricity_price_ledetvagen_22.state) > 0.9 * float(states.sensor.electricity_price_ledetvagen_22.attributes.max_price) }}'
   action:
    - service: input_boolean.toggle
      data:
        entity_id: input_boolean.varmepump

i guess i have done some stupid mistakes trying to get this to work.

2 posts - 2 participants

Read full topic

Expand light group not possible?

$
0
0

trying to simplify some scripts and automation, which now verbosely list several light entities more than once like this:

    sequence:
      service: light.turn_on
      data_template:
        entity_id: >
          light.{{['frontdoor','dining_corner','symfonisk','kist','serre_chair',
                   'lounge_chair_long','home_theater','world_map']|random}}

I was hoping to be able to do this with a made light group:

      service: light.turn_on
      data_template:
        entity_id: >
          {{expand('light.party_lights')|map(attribute='entity_id')|list|random}}

however the above merely returns the light.party_lights as entity_id…

while eg this

{{expand('group.battery_sensors_low')|map(attribute='entity_id')|list|random}}

does randomly pick an entity from the group.

is this a bug, or by design (and would make the above require a true group after all)?
thanks if you could have a look.

2 posts - 2 participants

Read full topic

Template Switch broken in 0.113.x?

$
0
0

Hi,

I have defined a template switch for “all_lights” that is in ON state when any of my lights are turned on and otherwise off:

platform: template
switches:
  all_lights:
    value_template: >
      {% set domain = 'light' %}
      {% set state = 'on' %}
      {{ states[domain] | selectattr('state','eq', state) | list | count > 0 }}
    turn_on:
      service: shell_command.nop
    turn_off:
      service: light.turn_off
      data:
        entity_id: all

Since 0.113 the switch state does not seem to be updated anymore, rendering it useless.
If it’s off, turning on any light will not make it switch to the on position.
If it’s on, turning off all my lights will still leave the switch on.

Here’s a screenshot from the template editor, showing that the switch state does not correspond to the result of the template evaluation:

I have already opened a bug report, but no one seemed to care, so far.

Am I the only one having this issue?

Sebastian

2 posts - 2 participants

Read full topic

Which is it, dashboard will no longer be automatically updated or will it be?

$
0
0

I would love to make some custom dashboards for different uses, but I don’t want to loose the one automatically maintained by the system.

Blog entry 0.107: Multiple Lovelace Dashboards, adds helpers, new media player card back on Mar 18 said:

You can have a dashboard with your main layout, one that is auto-generated (like the old State UI), one for experimenting, one for admins, one for your wall-mounted tablet, etc.

But when you select “Configure UI” I get a warning:

This dashboard is currently being maintained by Home Assistant. It is automatically updated when new entities or Lovelace UI components become available. If you take control, this dashboard will no longer be automatically updated. You can always create a new dashboard in configuration to play around with.

Are you sure you want to take control of your user interface?

So I always opt out.

Which is true?
Will I loose the automatically updated dashboard or will I still have one?

Thanks,
-Mike

2 posts - 2 participants

Read full topic

None of my smart devices show up in HA

$
0
0

I recently purchased a Raspberry Pi 4 with 8gb of RAM. I installed Raspbian then docker and then Home Assistant. I created a Nabu Casa account. I’m very new to linux, so that has made it even more difficult. I’m familiar with some very basic commands.

When I first started up, the only device that HA recognized was my printer (I was later able to add my Ring). I tried to integrate my Wiz light bulbs and they weren’t available under integration. Same thing with my Roborock S5Max (not available), my ThinkEco modlets for my AC, and my SmartLife sockets. They’re all WiFi connected and don’t go through a hub.

My Home Assistant UI doesn’t have an add-on option (at least none that I can see).

I tried then to see if maybe I could integrate my Smartthings account to have access to the devices. I went through all the steps and first it said, “Cannot start the smart app.” After I restarted the RPi, it said, “Please wait while the integration is being installed” and then it goes back to the “Setup a New Integration” box without anything happening.

I also tried to integrate my IFTTT and the instructions said that I need to use IFTTT’s “Make a Web Request” but the only option available in IFTTT is “Receive a Web Request.”

If I go to to the “Home Assistant Cloud” both Smartthings and IFTTT appear under webhooks with the proper URLs.

I read that some of these problems might be fixable if I could edit the configuration file but I don’t know how to do that. And since I don’t have the add-on option, I don’t think that I can download an editor.

I then flashed a different SD card and tried to directly boot HASSos. I followed all of the instructions including creating the my-network file on a separate USB.

With HASS – 64bit, I can get as far as the HASS-CLI during installation but don’t know what to do from there to actually use HA and a the UI. With HASS – 32bit, it also hangs during the installation and cycles through 1 of 5, 2 of 5, etc. and says, “A start job is running for HassOS ZRAM…” and “Wait until kernel time synchronized”. I don’t know if I’m having these problems with the HASSos b/c it doesn’t yet support 8gb on a RPi 4 or if there’s another reason. So it seems that my only option right now is to run HA on Raspian with Docker.

I have spent the last five days combing through every forum that I could find and either there was no answer available or, if there was an answer available, it didn’t explain how I could do it (e.g. editing the configuration file).

I should mention that I have both a zigbee and z-wave plus USB “hubs” that I can plug in to the pi. I haven’t used them yet but ultimately, I’d like to use devices that require either of these. I would also want to use the pi for things like PiHole, PiVPN, and maybe some other things in the future but right now, I really just want to get HA to work.

I’m using HA 0.113.3, Raspberry Pi 4 (8gb), and Docker.

2 posts - 2 participants

Read full topic

Help with invalid HTTP method errors appearing in the logs once every second

$
0
0

Hey guys,

PROBLEM:
I’m having trouble figuring out how to deal with these HTTP errors in my logs. I see roughly one error per second when I ssh into the home assistant server and trail the logs. The error in question looks like this:

2020-08-07 13:04:30 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 275, in data_received
    messages, upgraded, tail = self._request_parser.feed_data(data)
  File "aiohttp\_http_parser.pyx", line 523, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: invalid HTTP method

I’ve searched around and found a few threads on the subject: here’s one, here’s another, and here’s one more. It looks like most of these threads land on the idea that this errors are due to something trying to access my instances via https instead of http.

SETUP:
My setup is pretty simple. I’m running the latest 64bit version Home Assistant OS on an RPI4. I’m using Nabu Casa for external access, and internally I’m not using ssl. My instance of HA is accessible on LAN via http://homeassistant.local:8123.

For add-ons, I’m running the following:


For UI integrations:

For yaml integrations:
doods, generic camera, netgear, google calendar, google cloud tts.

For custom components:
HACS and Node-RED, along with a bunch of themes and front end stuff pulled down from HACS

WHAT I’VE DONE SO FAR:
I’ve trailed the logs via ssh during a restart of HA and have not found any pattern regarding when this error first shows up. Sometimes it first appears when zigbee is setting up, sometimes when netgear is setting up, and sometimes when i think nabu casa is setting up.

Here’s an example of a first appearance after restart with logging set to debug. It pops up when some ZHA and roomba stuff is setting up. The restart began at 11:12:10, so this is about 11 seconds after:

2020-08-07 11:12:21 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=vacuum.roomba_eve, old_state=None, new_state=<state vacuum.roomba_eve=paused; fan_speed_list=['Automatic', 'Eco', 'Performance'], battery_level=34, battery_icon=mdi:battery-30, fan_speed=Eco, software_version=v2.4.13-119, status=Charging, position=(-537, -294, 129), bin_present=True, bin_full=True, friendly_name=Roomba - Status, supported_features=13308 @ 2020-08-07T11:12:21.349621-05:00>>
2020-08-07 11:12:21 DEBUG (MainThread) [zigpy_deconz.api] Read parameter nwk_panid response: [0xfaf2]
2020-08-07 11:12:21 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, 1)
2020-08-07 11:12:21 DEBUG (MainThread) [zigpy_deconz.uart] Send: 0x170a000800010001
2020-08-07 11:12:21 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 275, in data_received
    messages, upgraded, tail = self._request_parser.feed_data(data)
  File "aiohttp\_http_parser.pyx", line 523, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: invalid HTTP method
2020-08-07 11:12:21 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.548042845680] Sending {'id': 4, 'type': 'event', 'event': <Event state_changed[L]: entity_id=vacuum.roomba_eve, old_state=None, new_state=<state vacuum.roomba_eve=paused; fan_speed_list=['Automatic', 'Eco', 'Performance'], battery_level=34, battery_icon=mdi:battery-30, fan_speed=Eco, software_version=v2.4.13-119, status=Charging, position=(-537, -294, 129), bin_present=True, bin_full=True, friendly_name=Roomba - Status, supported_features=13308 @ 2020-08-07T11:12:21.349621-05:00>>}

I’ve made sure all add-ons are configured with ssl:false or equivalent.

I don’t have any port forwards set up in my router. UPnP is off in the router.

I have disabled netgear, all generic cameras, and doods and the errors still appear. Typically one a second but sometimes less frequent.

Any help here? Do i start going nuclear and killing integrations until i find the one? This isn’t something related to nabu casa is it?

6 posts - 2 participants

Read full topic

Problems with new chooser feature in scripts

$
0
0

Hi everybody,

I was really happy as I’ve seen the chooser feature for scripts and automations introduced in Home Assistant 0.113 and started playing with it right away. Meanwhile I’m on 0.113.3 but I still can’t get it to work. I always get the error

Invalid config for [script]: [choose] is an invalid option for [script]

Has anybody managed to get a chooser in a script running and / or can see my mistake?
(All conditions and sequences are working when used in a single script without the ‘choose’ option)

arbeitszimmer_scene_changer:
 alias: Szene im Arbeitszimmer wechseln
 choose:
   - conditions:
       - condition: state
         entity_id: variable.scene_arbeitszimmer
         state: 'Hell'
     sequence:
       - service: hue.hue_activate_scene
         data_template:
           group_name: "Arbeitszimmer"
           scene_name: "Hell"
       - service: mqtt.publish
         data_template:
           topic: wled/buero/api
           payload: PL=5
   - conditions:
       - condition: state
         entity_id: variable.scene_arbeitszimmer
         state: 'Standard'
     sequence:
       - service: hue.hue_activate_scene
         data_template:
           group_name: "Arbeitszimmer"
           scene_name: "Standard"
       - service: mqtt.publish
         data_template:
           topic: wled/buero/api
           payload: PL=6
   - conditions:
       - condition: state
         entity_id: variable.scene_arbeitszimmer
         state: 'Abend'
     sequence:
       - service: hue.hue_activate_scene
         data_template:
           group_name: "Arbeitszimmer"
           scene_name: "Abend"
       - service: mqtt.publish
         data_template:
           topic: wled/buero/api
           payload: PL=3
   - conditions:
       - condition: state
         entity_id: variable.scene_arbeitszimmer
         state: 'Zocken'
     sequence:
       - service: hue.hue_activate_scene
         data_template:
           group_name: "Arbeitszimmer"
           scene_name: "Zocken"
       - service: mqtt.publish
         data_template:
           topic: wled/buero/api
           payload: PL=2
 default:
   - service: hue.hue_activate_scene
     data_template:
       group_name: "Arbeitszimmer"
       scene_name: "Standard"
   - service: mqtt.publish
     data_template:
       topic: wled/buero/api
       payload: PL=6

Thanks in advance!

1 post - 1 participant

Read full topic


Zigbee2mqtt on unraid

$
0
0

Need help with setup of zigbee2mqtt on unraid.

I have a cc2531 stick flashed with zigbee2mqtt and i installed the zigbee2mqtt docker by koenkk however it keep failing to start. I have added a container path as well but no luck with starting

Error:

Using '/app/data' as data directory

> zigbee2mqtt@1.14.2 start /app
> node index.js

e[32mzigbee2mqtt:info e[39m 2020-08-08 03:15:59: Logging to console and directory: '/app/data/log/2020-08-08.03-15-59' filename: log.txt
e[32mzigbee2mqtt:info e[39m 2020-08-08 03:15:59: Starting zigbee2mqtt version 1.14.2 (commit #faaf3e4)

e[32mzigbee2mqtt:info e[39m 2020-08-08 03:15:59: Starting zigbee-herdsman...
e[31mzigbee2mqtt:errore[39m 2020-08-08 03:15:59: Error while starting zigbee-herdsman

e[31mzigbee2mqtt:errore[39m 2020-08-08 03:15:59: Failed to start zigbee

e[31mzigbee2mqtt:errore[39m 2020-08-08 03:15:59: Exiting...

e[31mzigbee2mqtt:errore[39m 2020-08-08 03:15:59: Error: Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/ttyACM0'

at Znp.<anonymous> (/app/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:135:32)
at Generator.next (<anonymous>)
at /app/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:27:71
at new Promise (<anonymous>)
at __awaiter (/app/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:23:12)
at SerialPort.<anonymous> (/app/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:133:49)
at SerialPort._error (/app/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:198:14)
at /app/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:242:12
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! zigbee2mqtt@1.14.2 start: `node index.js`
npm ERR! Exit status 1


npm ERR! Failed at the zigbee2mqtt@1.14.2 start script.

npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2020-08-07T19_15_59_888Z-debug.log

Require any and all help thanks

1 post - 1 participant

Read full topic

Garage Door

$
0
0

Hi folks, I’m looking for help converting a switch to a cover.
I flashed a sonoff sv with tasmota. I want to use this to open a garage door with this. I do get the switch visible in the UI. but I want to have it converted to a cover template in which I can also see whether the door is open or closed.

i have no idea how to apply this in my situations.

1
2
3

1 post - 1 participant

Read full topic

Button with delayed status update

$
0
0

Hi!
I have a template switch where the status takes a few seconds to update. When I click the button on the front end to toggle the switch, it appears as if either nothing happens, or the switch toggles and then resets to the original position.

Users end up clicking the button several times because they don’t know if the switch has worked or not.

Is there a way to “disable” a button or switch on the front end until a given event/trigger?

Thanks!

2 posts - 2 participants

Read full topic

Lutron RA2 keypad raise and lower button

$
0
0

Hello,
I am able to listen to lutron_event and program automations based on the main buttons on a RA2 keypad. All these buttons have a name assigned to them (when the engraving field is filled out). However, I am unable to set a name for the raise and lower buttons. How do you know which button is press when both of them are returning the same id: ***_unknown_button value?

event_type": "lutron_event",
    "data": {
        "id": "keypad_unknown_button",
        "action": "released",
        "full_id": "1st_floor_living_room_keypad_unknown_button"
    }

Thanks

1 post - 1 participant

Read full topic

WebOS TV showing "off" when it's not

$
0
0

I’m using the WebOS integration to control my LG TV. However, occasionally (and it’s not clear to me currently what is triggering this) HA will not correctly see the TV as on when it is (the entity will show as off). This prevents me from turning it off using the integration (which is my main use-case for the integration).

There are no errors being logged in the logs. Any advice on how to debug this issue further?

1 post - 1 participant

Read full topic

Viewing all 106299 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>