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

Need help to compare date time with a sensor containing date time in binary_sensor

$
0
0

@TheStigh wrote:

Hi,

What I want is to compare today’s date & time with a future date & time (set alarm).
I want this as a binary_sensor to create a true/false.

I’m so stuck at this!
I’ve got this

{{(as_timestamp(now()) | timestamp_custom("%A, %d %h %H:%M")) }}

Result: Friday, 06 Mar 21:12

Then I have this:

{% set timestamp = as_timestamp(states.sensor.arielam30_arielam30_alarm_sensor.attributes.state) | timestamp_custom("%A, %d %h %H:%M") %} {{ timestamp.lstrip("0") }}

Result: Monday, 09 Mar 09:05

Still, have not been able to resolve this…

Here is the sensor

Posts: 1

Participants: 1

Read full topic


Represent spot energy readings as running total, How?

$
0
0

@Phill_Healey wrote:

I have a smart plug that I can switch on/off in Home Assistant and I can see the current wattage electricity usage. This data is updated every minute but it is only a spot reading, so it show the wattage at that current moment in time. There is no cumulative total, which I really need to obtain.

So, is there a way that I can collect these readings and collect them, total them up and then give a total value over the period of a day?

I’ve tried using the meter component but that just plots the figures over the day and makes no distinction for the week or monthly cycles and certainly doesn’T give me a total. I’ve also tried with InfluxDB but I cant seem to create a query that gives sensible results. So, for simplicity I’d like to start from scratch and would love to hear some suggestions and possibly even hear from someone whos managed to do something similar.

Eitherway, I’m really ready to try anything.

Thanks.

Posts: 1

Participants: 1

Read full topic

Limit REST requests

$
0
0

@wassini wrote:

I have setup some requests for a REST integration, and at the moment hassio is requesting data every 20 sec. How do I limit it to once every minute?

Posts: 2

Participants: 2

Read full topic

Universal Media Player volume slider for TV via Harmony Hub

$
0
0

@not_a_coder wrote:

I have Harmony integrated in HA and I have scripts, that work, setup for remote.send_command to send commands to remote.harmony_hub and I have Universal Media Player setup in my configuration.yaml with the scripts except I don’t know how I would add volume_level to the attributes because harmony is not a media_player and I don’t know what process is needed to be able to have volume_level or volume_set. This is not a smart TV so I am not even sure there is way to have volume_level or volume_set. Is it possible and how would I go about adding whatever is needed in order for the volume slider to work?

Posts: 1

Participants: 1

Read full topic

Script not working

$
0
0

@jaraeez wrote:

I’m in the process of moving to the latest HA install which I now have installed & running ( 0.106.5) This is coming from an old install (0.72) where I’m now in the process of integrating my old working configs into the new install.

I have issues at the moment with two scripts where they are showing the same error when I do a test

Error executing script script.weather. Invalid data for call_service at pos 1: must contain at least one of entity_id, area_id.

The above error is from the below script which use to work

weather.yaml

alias: Weather
sequence:
  - service: remote.send_command
    data:
      command: Mute
      device: 52435888
  
  - service: tts.google_translate_say
    data_template:
      entity_id: media_player.kitchen_home
      message: >
        {% if now().strftime("%H")|int < 12 %}
        Good morning.
        {% elif now().strftime("%H")|int < 18 %}
        Good afternoon.
        {% else %}
        Good evening.
        {% endif %}
        It's currently {{states.sensor.dark_sky_summary.state}} outdoors and {{states.sensor.temperature_158d0001e58873.state|round}} degrees indoors. Today will be {{states.sensor.dark_sky_hourly_summary.state|replace(".", "")}}, with a high of {{states.sensor.dark_sky_daytime_high_temperature.state|round}} degrees in Mansfield.
  - delay:
      seconds: 15

  - service: remote.send_command
    data:
      command: Mute
      device: 52435888

Any help would be appreciated.

Thanks

Posts: 12

Participants: 5

Read full topic

SimpliSafe Remove Arm Buttons?

$
0
0

@Kirk137 wrote:

Hi everyone,

I have a very simple (I think) question… I’m not sure if this is a feature request for the SimpliSafe plugin or if this is a LoveLace thing I don’t know how to do yet…

When I add my SimpliSafe system to HA, it presents two Arm buttons.

Screenshot at 2020-03-06 20-44-06

These buttons do not work, because this is an extra feature that SimpliSafe charges for. I don’t pay for the advanced features and can’t control the alarm in this way (not even from SimpliSafe’s website).

Since the feature is disabled, is there a way I can remove these buttons from my UI - as they will never do anything?

Thanks!

Posts: 1

Participants: 1

Read full topic

How to confgure MQTT sensors published by another homeassistant

$
0
0

@kenny wrote:

Hi,
I could like to “copy” some sensors from one homeassistant to another, so I configure “MQTT Statestream” on HASS A:


And try to configure a MQTT sensor on HASS B:

It looks like the sensor’s state is copied normally, but not its attributes, because “MQTT Statestream” separates sensor’s attributes to different topics.
For a real example, a sensor “pzemac_energy_peak” with an attribute “last_period”, I try to listen “homeassistant/sensor/pzemac_energy_peak/#” and can see:

Message 100 received on homeassistant/sensor/pzemac_energy_peak/state at 1:17 PM:
1.4
QoS: 0 - Retain: false

Message 101 received on homeassistant/sensor/pzemac_energy_peak/last_period at 1:17 PM:
"5.3"
QoS: 0 - Retain: false

So I configure a MQTT sensor “pzemac_test” on HASS B:

  - platform: mqtt
    name: pzemac_test
    state_topic: "homeassistant/sensor/pzemac_energy_peak/state"
    json_attributes_topic: "homeassistant/sensor/pzemac_energy_peak/last_period"

Then on HASS B I can see sensor.pzemac_test only have state “1.4”, but no matter how I modified the configuration, the attribute “last_period” won’t show out.

This problem really confusing me… I tried to search for times but can’t find any similar discussion over the internet… Does anyone has any idea? It will be much appreciated…

Posts: 8

Participants: 3

Read full topic

Config Check

$
0
0

@merveet wrote:

Hi, I’m currently making a check on the config before I make and upgrade in the version. Currently, I’m using Home Assistant Core 0.103.2 and looking at updating it to 0.106.5.

However, when I made a check, the config check gave me a result of,

Successful config (partial)
  google_assistant:

May I know what does that mean?

Will my google assistant fail to work if I update it? Currently, I’m exposing some of the switches and equipment to google assistant, they are directly connect to HASSIO and not google home. For example xiaomi aqara switches. I did that in order fo my switches to be functional on google assistant app. So if this update will make it dysfunctional, then any advice to how I can fix this so I could update my core?

Posts: 7

Participants: 3

Read full topic


Configure UI blank page after upgrading from 105 to 106

$
0
0

@bthoven wrote:

I have a number of lovelace tabs. After upgrading Hassio from 105 to 106, the first main tab will display blank when I use “Configure UI”. When I cancel Configure UI, it returned to the blank page and I have to refresh the web to get the display back. When I say blank page, the upper part (tab icons, etc.) is still there and I can still switch tabs, choose the left sidebar commands.

I restarted my Hassio and the problem is still there. This happens on Windows Microsoft Edge-Chrome based/Firefox/Chrome.

On Android and iOS apps, no such problem.

Need help…thank you

Posts: 7

Participants: 2

Read full topic

Use state History to Simulate movement while away

$
0
0

@botts wrote:

Just had a thought. Is it possible to use the history of lights, tv etc. turning on and off. To replicate movement in the house via an automation while on holiday for example.

We are habitual creatures, so could be a good way to look like your home when you are not!

Or better yet. Randomise these action to fit in with regular patterns identified in entity history.

Posts: 2

Participants: 2

Read full topic

Integrate bulb incompatible with HA via Alexa possible?

$
0
0

@Stooovie wrote:

Hi, I have a cheap Magic Home Wifi bulb that I can’t get to work with HA itself but it does work with Alexa. Is there a way to tell HA to control the bulb via the Alexa integration?

The goal is to have the usual on/off and brightness controls in Lovelace, mostly. Thanks.

Posts: 5

Participants: 3

Read full topic

Is it possible to get the time a service call was last made?

$
0
0

@stryker wrote:

Hi,

I want to make an automation that can only run 40 mins since the last call to SERVICE CLIMATE.SET_TEMPERATURE

Essentially I use a motion sensor to turn off the thermostat 10 mins since the last motion… however when I set the temperature I want the heating to remain on for 40 mins regardless of the motion sensor.

This essentially revolves around the automation that turns off the thermostat… it needs to check the last time the temperature was set and only turn it off if it was over 40 mins ago.

I’ve searched around but can’t find any discussions around this.

Any ideas?

Cheers

Posts: 1

Participants: 1

Read full topic

SNMP bandwidth monitor using statistics and a utility meter

$
0
0

@parautenbach wrote:

I’ve built a bandwidth monitor based on this and this post. It almost works. I have read through this post and other related ones to see if I’ve missed something but to no avail.

My goal is to see instantaneous usage but especially daily and monthly totals. The former works, but the latter two seems to be off. I’m using a utility meter for that.

Here is my config (as a minimal example – my full config can be seen here):

input_number:
  wan_traffic_delta_in:
    min: 0
    max: 4294967295
  wan_traffic_delta_out:
    min: 0
    max: 4294967295

utility_meter:
  daily_internet_usage_in:
    source: sensor.internet_usage_in
    cycle: daily
  daily_internet_usage_out:
    source: sensor.internet_usage_out
    cycle: daily
  monthly_internet_usage_in:
    source: sensor.internet_usage_in
    cycle: monthly
  monthly_internet_usage_out:
    source: sensor.internet_usage_out
    cycle: monthly

automation:
  - alias: "Monitor Inbound Internet Traffic"
    trigger:
      platform: state
      entity_id: sensor.snmp_wan_in
    action:
      - service: input_number.set_value
        data_template:
          entity_id: input_number.wan_traffic_delta_in
          value: '{{ ((trigger.to_state.state | int - trigger.from_state.state | int) * 8 ) / ( as_timestamp(trigger.to_state.last_updated) - as_timestamp(trigger.from_state.last_updated) ) }}'
  - alias: "Monitor Outbound Internet Traffic"
    trigger:
      platform: state
      entity_id: sensor.snmp_wan_out
    action:
      - service: input_number.set_value
        data_template:
          entity_id: input_number.wan_traffic_delta_out
          value: '{{ ((trigger.to_state.state | int - trigger.from_state.state | int) * 8 ) / ( as_timestamp(trigger.to_state.last_updated) - as_timestamp(trigger.from_state.last_updated) ) }}'

sensor:
  - platform: snmp
    name: snmp_wan_in
    host: 192.168.0.1
    community: Router
    version: 2c
    baseoid: 1.3.6.1.2.1.2.2.1.10.18  # ifInOctets.14
    unit_of_measurement: octets
  - platform: snmp
    name: snmp_wan_out
    host: 192.168.0.1
    community: Router
    version: 2c
    baseoid: 1.3.6.1.2.1.2.2.1.16.18  # ifOutOctets.14
    unit_of_measurement: octets
  - platform: statistics
    name: 'Internet Traffic In'
    entity_id: sensor.internet_speed_in
  - platform: statistics
    name: 'Internet Traffic Out'
    entity_id: sensor.internet_speed_out
  - platform: template
    sensors:
      internet_speed_in:
        value_template: '{{ ((states.input_number.wan_traffic_delta_in.state | float ) / 1000000 ) | round(3) }}'
        unit_of_measurement: 'Mbps'
      internet_speed_out:
        value_template: '{{ ((states.input_number.wan_traffic_delta_out.state | float ) / 1000000 ) | round(3) }}'
        unit_of_measurement: 'Mbps'
      internet_usage_in:
        value_template: '{{ ((states.input_number.wan_traffic_delta_in.state | float ) / 1000000000 / 8 ) | round(3) }}'
        unit_of_measurement: 'GB'
      internet_usage_out:
        value_template: '{{ ((states.input_number.wan_traffic_delta_out.state | float ) / 1000000000 / 8 ) | round(3) }}'
        unit_of_measurement: 'GB'

In my ui-lovelace.yaml I have:

          - type: history-graph
            entities:
              - entity: sensor.internet_speed_in
              - entity: sensor.internet_speed_out
            hours_to_show: 24
            refresh_interval: 60
          - type: glance
            title: Today
            show_name: false
            columns: 2
            entities:
              - entity: sensor.daily_internet_usage_in
                name: Today
              - entity: sensor.daily_internet_usage_out
                name: Today
          - type: glance
            title: This Month
            show_name: false
            columns: 2
            entities:
              - entity: sensor.monthly_internet_usage_in
                name: This Month
              - entity: sensor.monthly_internet_usage_out
                name: This Month

What I see:

What my ISP says:

I’m pretty confident (as can be seen from my history graph of the instantaneous usage) that that part is working correctly (it’s a 10Mbps line (downlink) and a 5Mbps uplink).

I’m not sure whether it will be sensible to start fiddling with sampling sizes and scan intervals.

I’m I misunderstanding how a utility meter could be used for this or do I have an error in my calculations or config?

Posts: 1

Participants: 1

Read full topic

Problem in automation - help

$
0
0

@gfpinto wrote:

i’m triyng to automate a switch.
The trigger is ok… it works every minute… in the action i have problems,
it works on the wrong minute… my code:

(automation.yaml)

- id: '1583526600964'
  alias: piscina_bomba_auto
  trigger:
  - platform: time_pattern
    minutes: /1
  action:
  - entity_id: switch.sonoff_10009ace1f
    service_template: "{% if states.sensor.time.state == states.input_datetime.h_pb_on_3b.state\
      \ %}\n  switch.turn_on\n{% else %}\n  switch.turn_off\n{% endif %}\n"

the problem is:

  • i have set the input_datetime.h_pb_on_3b = 10:30 for example
  • the trigger shoots every minute
  • the switch only change to ON at 10:31
  • at 10:30 trigger… if the switch is ON it changes to OFF, and at 10:31 to ON again

i want at datetime.h_pb_on_3b.state turn the switch_on… not one minute later

Thanks

Posts: 7

Participants: 3

Read full topic

Automation with light color change?

$
0
0

@MacPurschi wrote:

Hello, in an automation I would first like to determine what the current light color and brightness is, then change the color briefly and then return to the original color and brightness. Does anyone have any idea how I can do it? Can I somehow buffer the original state and then call it up again. In a variable maybe?

Posts: 5

Participants: 2

Read full topic


Ho can i reduce the space between eleemnts? More compact view

$
0
0

@gianlulen80 wrote:

Good Morning,
I need to reduce the space between elements in order to have a more compact view.
How can i do?

image

This is the code:

  - entities:
      - entity: sensor.ups_status
      - entity: sensor.ups_battery
      - entity: sensor.ups_load
      - entity: sensor.ups_time_left
      - entity: sensor.ups_input_voltage
      - entity: sensor.ups_output_voltage
    show_header_toggle: false
    title: Back-UPS CS 650 - FRITZ

Thanks in advance
regards
Gianluca

Posts: 1

Participants: 1

Read full topic

SSH + Porteiner problem

$
0
0

@Makis wrote:

I just migrate my hassio from raspberry to intel nuc with desktop ubuntu 18.4
I followed this guide
I uploaded a snapshot and almost everything seems fine.
I have 2 problems.
I cannot install porteiner (step 8 in the guide) When I enter the command I get the following

root@makis-NUC7PJYH:/home/makis# sudo docker run -d -p 9000:9000 --name portainer --restart always -v /var/run/docker.sock:/var/run/docker.sock –v
docker: invalid reference format.
See 'docker run --help'.
root@makis-NUC7PJYH:/home/makis# portainer_data:/data portainer/portainer
bash: portainer_data:/data: No such file or directory
root@makis-NUC7PJYH:/home/makis# sudo docker run -d -p 9000:9000 --name portainer --restart always -v /var/run/docker.sock:/var/run/docker.sock –v
docker: invalid reference format.
See 'docker run --help'.
root@makis-NUC7PJYH:/home/makis# portainer_data:/data portainer/portainer
bash: portainer_data:/data: No such file or directory

Can someone tell me what the problem is because I am not familiar at all with linux in general?

My second problem is with SSH addon
I install the addon inside HA and I set a password.
When I try to login with Putty (win10) I set the username as root and when I enter the password I get

login as: root
root@192.168.1.25's password:
Access denied
root@192.168.1.25's password:

Any help on this will be much appreciated

Posts: 1

Participants: 1

Read full topic

Reversed relay sensor

$
0
0

@Frax wrote:

Hi there.
I have a problem that I can’t solve and need your help.
I have an 230v motor that runs from time to time automatically with my burner in basement. I would like to get history of how often and how long that motor is running in HA.

From the motor I have taken out 230v into a relay. And when the motor get power from control board the relay “clicks” and I get a link between two connectors on the other side of the relay that I want to use for a binary sensor “On or Off”.
How can I setup my HA to read if the relay is on or off?
I have two cables gos from pi on GPIO 26 and ground.
Does someone have an example or can guide me to solve this?

Posts: 1

Participants: 1

Read full topic

Danfoss RXZ-2C Receiver Inclusion (Z-Wave Add Node) failure

$
0
0

@bikefright wrote:

Hello folks,

I have a very specific problem in that I cannot seem to include either of the two new RXZ-2C dual-channel z-wave receivers I have purchased.

Despite some obstacles (with respect to instructions/missing information) getting the RXZ-2C factory reset, which is a pre-cursor to putting it into inclusion mode in the first instance, I am now at a stage where when I try an Add Node in the HA GUI via Z-Wave Network Management, the node_add fails.

Can anyone help me with this?

These are the details surrounding my configuration:

I am running HA 105.5 (supervisor 209) in docker on Ubuntu 18.04.3.

The only addons I run from within HA so-to-speak are:

  • Check Home Assistant configuration
  • Samba share

I have an Everspring SA413 USB stick (plugged in to a long USB extension lead - not the back of the server tin!) which is reported as a “Z-Wave (Sigma Designs) UZB Z-Wave USB Adapter” in HA.

I do NOT have ModemManager!!! (previosuly removed with an apt-get purge)

I am running open-zwave 1.6 which I have git-pulled into a subdirectory of my config and my configuration.yaml includes the following lines for my z-wave config:

# z-wave component
zwave:
  usb_path: /dev/serial/by-id/usb-0658_0200-if00
  network_key: !secret zwave_network_key
  config_path: /config/openzwave_config

I have 16 x Eurotronic Spirit Z-Wave TRVs, all of which have been tickety-boo for over a year. They have just worked for me. They are all Z-Wave plus devices and are all included “secure”.

I have 4 x Aeotec Z-Wave repeaters dotted about the house to build my mesh.

I have turned on debug logging for homeassistant.components.zwave but get two lines when I try and add (then subsequently remote) the node:

2020-03-07 13:49:25 INFO (SyncWorker_0) [homeassistant.components.zwave] Z-Wave add_node have been initialized
2020-03-07 13:50:11 INFO (SyncWorker_3) [homeassistant.components.zwave] Z-Wave remove_node have been initialized

This is an extract from my OZW_Log.txt:

2020-03-07 13:49:25.293 Info, contrlr, FUNC_ID_ZW_ADD_NODE_TO_NETWORK:
2020-03-07 13:49:25.293 Info, contrlr, ADD_NODE_STATUS_LEARN_READY
2020-03-07 13:49:25.293 Detail, Node001,   Expected callbackId was received
2020-03-07 13:49:25.293 Detail, Node001,   Expected reply was received
2020-03-07 13:49:25.293 Detail, Node001,   Message transaction complete
2020-03-07 13:49:25.293 Detail, 
2020-03-07 13:49:25.293 Detail, contrlr, Removing current message
2020-03-07 13:49:25.293 Detail, Notification: ControllerCommand - Waiting
2020-03-07 13:49:25.294 Info, WriteNextMsg Controller nothing to do
2020-03-07 13:49:32.239 Detail,   Received: 0x01, 0x16, 0x00, 0x4a, 0xdf, 0x02, 0x1d, 0x0f, 0x02, 0x10, 0x00, 0x25, 0x60, 0x91, 0x72, 0x8f, 0x86, 0x43, 0xef, 0x8f, 0x85, 0x8e, 0x84, 0x7d
2020-03-07 13:49:32.239 Detail, 
2020-03-07 13:49:32.239 Info, FUNC_ID_ZW_ADD_NODE_TO_NETWORK:
2020-03-07 13:49:32.239 Info, ADD_NODE_STATUS_NODE_FOUND
2020-03-07 13:49:32.239 Detail, Notification: ControllerCommand - InProgress
2020-03-07 13:49:32.242 Detail,   Received: 0x01, 0x16, 0x00, 0x4a, 0xdf, 0x04, 0x1d, 0x0f, 0x02, 0x10, 0x00, 0x25, 0x60, 0x91, 0x72, 0x8f, 0x86, 0x43, 0xef, 0x8f, 0x85, 0x8e, 0x84, 0x7b
2020-03-07 13:49:32.242 Detail, 
2020-03-07 13:49:32.242 Info, FUNC_ID_ZW_ADD_NODE_TO_NETWORK:
2020-03-07 13:49:32.242 Info, ADD_NODE_STATUS_ADDING_CONTROLLER
2020-03-07 13:49:32.242 Info, Adding controller ID 29
2020-03-07 13:49:32.242 Detail, Notification: ControllerCommand - InProgress
2020-03-07 13:49:54.111 Detail,   Received: 0x01, 0x07, 0x00, 0x4a, 0xdf, 0x07, 0x1d, 0x00, 0x77
2020-03-07 13:49:54.111 Detail, 
2020-03-07 13:49:54.111 Info, FUNC_ID_ZW_ADD_NODE_TO_NETWORK:
2020-03-07 13:49:54.111 Info, ADD_NODE_STATUS_FAILED
2020-03-07 13:49:54.111 Detail, Removing current message
2020-03-07 13:49:54.111 Detail, contrlr, Queuing (Command) Add Node Stop: 0x01, 0x04, 0x00, 0x4a, 0x05, 0xb4
2020-03-07 13:49:54.111 Detail, Notification: ControllerCommand - Failed
2020-03-07 13:49:54.113 Detail, 
2020-03-07 13:49:54.113 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x4a) - Add Node Stop: 0x01, 0x04, 0x00, 0x4a, 0x05, 0xb4
2020-03-07 13:49:54.166 Detail, contrlr,   Received: 0x01, 0x07, 0x00, 0x4a, 0xdf, 0x06, 0x00, 0x00, 0x6b
2020-03-07 13:49:54.166 Detail, 
2020-03-07 13:49:54.166 Info, contrlr, FUNC_ID_ZW_ADD_NODE_TO_NETWORK:
2020-03-07 13:49:54.166 Detail, Node006,   Expected reply was received
2020-03-07 13:49:54.166 Detail, Node006,   Message transaction complete
2020-03-07 13:49:54.166 Detail, 
2020-03-07 13:49:54.166 Detail, contrlr, Removing current message
2020-03-07 13:49:54.166 Detail, Notification: ControllerCommand - Completed
2020-03-07 13:50:11.696 Detail, Queuing (Controller) Remove Device
2020-03-07 13:50:11.697 Info, Remove Device
2020-03-07 13:50:11.697 Detail, contrlr, Queuing (Command) ControllerCommand_RemoveDevice: 0x01, 0x05, 0x00, 0x4b, 0x81, 0xe0, 0xd0
2020-03-07 13:50:11.697 Detail, Notification: ControllerCommand - Starting
2020-03-07 13:50:11.698 Detail, 
2020-03-07 13:50:11.698 Info, contrlr, Sending (Command) message (Callback ID=0xe0, Expected Reply=0x4b) - ControllerCommand_RemoveDevice: 0x01, 0x05, 0x00, 0x4b, 0x81, 0xe0, 0xd0
2020-03-07 13:50:11.703 Detail, contrlr,   Received: 0x01, 0x07, 0x00, 0x4b, 0xe0, 0x01, 0x00, 0x00, 0x52
2020-03-07 13:50:11.703 Detail, 
2020-03-07 13:50:11.704 Info, FUNC_ID_ZW_REMOVE_NODE_FROM_NETWORK:
2020-03-07 13:50:11.704 Info, REMOVE_NODE_STATUS_LEARN_READY
2020-03-07 13:50:11.704 Detail, Node001,   Expected callbackId was received
2020-03-07 13:50:11.704 Detail, Node001,   Expected reply was received
2020-03-07 13:50:11.704 Detail, Node001,   Message transaction complete
2020-03-07 13:50:11.704 Detail, 
2020-03-07 13:50:11.704 Detail, contrlr, Removing current message
2020-03-07 13:50:11.704 Detail, Notification: ControllerCommand - Waiting
2020-03-07 13:50:11.705 Info, WriteNextMsg Controller nothing to do
2020-03-07 13:50:18.587 Detail,   Received: 0x01, 0x07, 0x00, 0x4b, 0xe0, 0x02, 0x00, 0x00, 0x51
2020-03-07 13:50:18.587 Detail, 
2020-03-07 13:50:18.587 Info, FUNC_ID_ZW_REMOVE_NODE_FROM_NETWORK:
2020-03-07 13:50:18.587 Info, REMOVE_NODE_STATUS_NODE_FOUND
2020-03-07 13:50:18.587 Detail, Notification: ControllerCommand - InProgress
2020-03-07 13:50:18.798 Detail,   Received: 0x01, 0x16, 0x00, 0x4b, 0xe0, 0x04, 0x1d, 0x0f, 0x02, 0x10, 0x00, 0x25, 0x60, 0x91, 0x72, 0x8f, 0x86, 0x43, 0xef, 0x8f, 0x85, 0x8e, 0x84, 0x45
2020-03-07 13:50:18.798 Detail, 
2020-03-07 13:50:18.798 Info, FUNC_ID_ZW_REMOVE_NODE_FROM_NETWORK:
2020-03-07 13:50:18.798 Info, REMOVE_NODE_STATUS_REMOVING_CONTROLLER
2020-03-07 13:50:18.798 Info, Removing controller ID 29
2020-03-07 13:50:18.798 Detail, Notification: ControllerCommand - InProgress
2020-03-07 13:50:18.801 Detail,   Received: 0x01, 0x16, 0x00, 0x4b, 0xe0, 0x06, 0x1d, 0x0f, 0x02, 0x10, 0x00, 0x25, 0x60, 0x91, 0x72, 0x8f, 0x86, 0x43, 0xef, 0x8f, 0x85, 0x8e, 0x84, 0x47
2020-03-07 13:50:18.801 Detail, 
2020-03-07 13:50:18.801 Info, FUNC_ID_ZW_REMOVE_NODE_FROM_NETWORK:
2020-03-07 13:50:18.801 Info, REMOVE_NODE_STATUS_DONE
2020-03-07 13:50:18.801 Detail, Notification: ControllerCommand - Completed
2020-03-07 13:50:18.802 Detail, Node029, Notification: NodeRemoved
2020-03-07 13:50:18.898 Detail,   Received: 0x01, 0x07, 0x00, 0x4b, 0xe0, 0x06, 0x00, 0x00, 0x55
2020-03-07 13:50:18.898 Detail, 

It should be noted that I only press the Add Node button in HA once. I also only press the Remove Node button in HA once.

I can supply my redacted configuration.yaml, full home-assistant.log and full OZW_Log.txt if requested.

TIA,
bikefright

Posts: 2

Participants: 1

Read full topic

Shelly Cloud - smooth dimming over MQTT using deconz

$
0
0

@ZEROBiTE wrote:

Hi all,

First and foremost - thanks for a great community - this is my first post here, so bear with me :slight_smile:

I’m having a hard time figuring out how to properly do smooth dimming on my Shelly Cloud Dimmers.

With the addition of the brightness control action in version 0.105, I can control the brightness in incremental steps - but I would like to do it in a smooth way, by using the long press events from Deconz for the TRADFRI remotes.

My setup is using TRADFRI E1810 through Deconz as the switch / dimming controller.
The Shelly Dimmers are connected through the standard MQTT broker using the Shellies Discovery Script.

Using this approach there’s no problems - I can create automations for switching the light ON (4002 click), OFF (5002 click), DIM UP (4001 hold start) and DIM DOWN (5001 hold start).

However, this approach has a very low WIF (Wife Acceptance Factor) - and I would like to improve on this :wink:

This led me to try the ControllerX solution - but after hours of frustration with no progress I’ve pretty much given up by now…

Am I expecting too much of HA at the moment, or am I missing something here?

Suggestions are more than welcome :slight_smile:

PS: I’ve only been using HA (hassio) for a month now, so go easy on me :smiley:

Posts: 1

Participants: 1

Read full topic

Viewing all 107685 articles
Browse latest View live


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