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

Call webhook from NFC Tag without Browser Opening

$
0
0

Hi,

I have an nfc tag that calls a webhook. This works but on my mobile phone, the browser opens and tries to navigate to the webhook. I heard that NFC Tools Pro had a POST option but cant find it. Doea anyone k ow how to do an Api request from an NFC tag?

Thanks

1 post - 1 participant

Read full topic


Zigbee2mqtt With Router device

$
0
0

Hi All,

I have setup z2m on a Sonof zigbee 3.0. Dongle with a devices acting as a router at the furthest point from the coordinator and i have a added a couple of end point devices like a temperature sensor etc.

However when I look at the map overview the end point devices all show a connection to the coordinator and not one to any of the routers that are closer to the these devices.

Is there something that must be done in the setup for this to be enabled?

When i tested the same setup in ZMA it showed connections to the routers and the coordinator.

Thanks in advance.

6 posts - 3 participants

Read full topic

Zigbee2mqtt with Aqara motion sensor

$
0
0

Hi all,

I have added an aqara motion sensor to my zigbee network. The device connects and i can access the exposed sensor values.

Under Zigbee2mqtt for this device i see the are specific devices setting for example adding decimal places to the temperature, an offset value etc.

However if i change anything, the changes are not filtered through even though it says it will take place ln the next reporting run?

Is there some how i can get this to work? Anybody else experience this?

Thanks in advance

4 posts - 3 participants

Read full topic

Issue with 2022.4.7 and custom components

$
0
0

Hi,

just upgraded from 2022.4.6 to 2022.4.7 and having issue with 2 custom components:

I get this complain for both in the logs (this is just for Alexa_media, same for Folding)

failed for custom integration alexa_media: Unable to import component: cannot import name 'AlexaAPI' from 'alexapy'

I had a backup of 2022.4.4, rolled back (just core) and everything works again.
Previously with .5 and .6 all was ok

EDIT: manually upgraded to 2022.4.6 from CLI and confirmed this version is fine

1 post - 1 participant

Read full topic

Weird energy statistics

$
0
0

Hi all!
Some days ago installed PZEM-004t current sensor on my electricity input and another power sensor(SONOFF POW R2) on electric water heater.
Then, configured energy dashboard with PZEM as “Grid consumption” and SONOFF POW R2 as " Individual devices".
The third thing that i’ve made was a template energy sensor also added as individual device. The sensor is configured to substract the value consumed by a boiler from the total consumed energy:

template:
  - sensor:
      - name: "Other consumption (Wh)"
        unit_of_measurement: 'Wh'
        device_class: energy
        state_class: total_increasing
        state:  >-
          {{ (states('sensor.mains_energy') | float) - (states('sensor.boiler_cutoff_energy_wh') | float) }}

The weird thing is the values that is displayed in energy dashboard:


(it is displayed over 90 kWh for “Other consumption (Wh)”, while the sensor value is around 35 kWh).
What is the problem with my custom sensor?

1 post - 1 participant

Read full topic

Automation, numeric state does not have the correct attribute imho

$
0
0

Hi,
I have an entity/sensor included into HA from an http rest api. More or less I have a number which i receive.
I can show these numbers correctly in the dashboard but when I try to run automations against the value of the entity I got stuck.

My first try was to choose the entity and use numeric state to set below/above values. But I can only choose the following attributes

  • Unit of measurements
  • Device Class
  • Friendly Name

but not the value itself. Which would be the most obvious one in my opinion. What am I doing wrong? Thanks in advance
Thomas

1 post - 1 participant

Read full topic

Sonoff bridge, remote and sensors with tasmota

$
0
0

Hi, what I’m asking today is to make things a little tidier, I have a Sonoff bridge rf443 with tasmota (last version) but I don’t know how to configure the 8 keys remotes and the sensors using the tasmota integration. I already have it working with mqtt in the yaml as entities. Now I want to try to organize them. The bridge was detected by the tasmota integration, but I do not see anywhere the messages from the remote or the sensors, and I am not finding any information about it anywhere.

2 posts - 2 participants

Read full topic

Energy stats no longer showing on dashboard

$
0
0

I am really hoping someone can help me with this.

About a month ago I purchased a Shelly energy clamp meter and installed it on my mains connection. This integrated with HA without issue and I was able to get the data on the Energy Dashboard. I also added a couple of other energy devices (hot tub and washing machine which are both generated from TP-Link Energy Plugs). Again this all worked fine:

Then on 19th April my HA instance stopped responding. This happens periodically annoyingly I haven’t been able to track down the issue (HomeAssistantOS running in VirtualBox). I rebooted the VM and it came back fine. I then updated to 2022.4 from 2022.3. After the upgrade, I noticed that my stats working. Initially, I thought it was the upgrade but then I realised that they actually stopped during the downtime on 19th April:

I read about the breaking change regarding energy but I don’t think there is any action for me to do here. When I search in the Energy config area for energy sources all of my sources show up:

image

The three sources all show data in kwh which, AFAIK, is what the Energy Dashboard requires:

image

There is nothing in the log related to the energy dashboard.

I did find this post which sounds similar and mentions that ‘The Energy dashboard now uses state_class: total_increasing instead of last reset’ but these entities are not template sensors that I have created. They have been created by the integrations so there is nothing for me to change here that I can see. Although, as a test I did create template sensors and add them to the Energy config but this still displayed no data on the Energy Dashboard:

    - name: Mains Energy Monitor New
      unit_of_measurement: "kWh"
      state: '{{ states(''sensor.shelly_mains_energy_monitor_total_consumption'') }}' 
      device_class: energy
      state_class: total_increasing

That about sums it up. I am at a loss and I am gutted I am not tracking my energy for the past few days. If anyone has any ideas it would be greatly appreciated!

Cheers

3 posts - 2 participants

Read full topic


How to revert skipped update

$
0
0

hello
i accidentally click on skip update - is there a way to find it / revert?

thanks

2 posts - 2 participants

Read full topic

How to get access to the user root of Home Assistant (ova: Linux KVM.qcow2)?

$
0
0

We need to know how to access the root user in order to manipulate docker containers, since we need to push a container to a different network. Is there a way to access more technical settings of the Home Assistant system or a console using bash?

2 posts - 2 participants

Read full topic

Modbus set Position for covers no working "Aufrufen des Diensts cover/set_cover_position"

$
0
0

Hi,
i want to use the gui for set the position of the cover, but it isn’t working.

Error Message:
“Fehler beim Aufrufen des Diensts cover/set_cover_position. Entity cover.jalschlaf does not support this service”

Modbus Cover/Shutter configuration:

  • name: JalSchlaf
    device_class: shutter
    input_type: holding
    address: 12325
    state_open: 0
    state_closed: 100
    status_register: 12326
    status_register_type: holding

i can open and close the cover, but i am not be able to set the position.

NodeRed:

If i use Modbus directly to set the position it is working. How can i fix the service, for setting the position. so the gui elements which depends on it will also work?

best regards

chris

1 post - 1 participant

Read full topic

HA Update 2022.4.7 Error

$
0
0

Hi All,

I was trying to install update .7 but it fails with the following error. Any suggestions?.

3 posts - 2 participants

Read full topic

Utility Meter: Calibrate

$
0
0

I would like to calibrate the output from my Develco ZHEMI101 energy monitor that is slightly different to the actual reading on the utility meter it is attached to BUT when I go to “Utility Meter: Calibrate” in developer tool the drop down list does not show ant devices, I’m sure I’ve used this function in the past on another device so I can’t understand why NONE are shown
ANY suggestions greatly appreciated, I’m running the latest version of HA on a Raspberry Pi

1 post - 1 participant

Read full topic

IKEA Fyrtur blind going haywire

$
0
0

Anyone had the problem where the blind goes haywire? Mine operates as you’d expect for months then randomly stops responding to controls from HA. I believe reinserting the battery fixes it but I’m not sure.

The other day, it unwound itself and didn’t stop past the limit and so wrapped itself up the wrong way. I was baffled as it’s never done this before.

At the moment the only thing working is manual control.

1 post - 1 participant

Read full topic

GE Fan Switch

$
0
0

Picked up a couple of these cheap but haven’t opened them yet. Live in a cape cod house so fans aren’t an option (low ceilings) but was wondering if these could be used for some other application? Figure at least they could be used as a normal switch but was interested in other ideas.

1 post - 1 participant

Read full topic


Presence Notifications (without not_home)

$
0
0

Hi

Am trying to get a notification for when people leave home and enter defined zones. However without the very annoying not_home status.

Have gone around this 5 times now and see lots on the forum but nothing to stop the not_home status.

Can anyone help?

This is what i have so far:

alias: 1 - Presence - Alex Presence Notification v4
trigger:
  - platform: state
    entity_id: person.alex
condition:
  - condition: template
    value_template: '{{ trigger.from_state.state != trigger.to_state.state }}'
action:
  - service: notify.notify
    data_template:
      title: Pressence Detection
      message: >-
        {{ trigger.to_state.attributes.friendly_name }} is {% if
        trigger.to_state.state == 'not_home' %}Away{% else %}{{
        trigger.from_state.state }}{% endif %}.
mode: single

1 post - 1 participant

Read full topic

ZwaveJS2Mqtt and Zigbee2Mqtt in parallel?

$
0
0

Hey community,

I’m currently running my home assistant on my Synology NAS in a docker container. Since DSM 7 stopped the support of USB devices, I migrated the zwavejs2mqtt installation to a docker container on a separate raspberry pi. Thats working excellent at the moment.
But since I have issues with my Hue lights (they are often not reachable, I think because of missing cloud connection) and I want to use devices from Aqara in the future (they are way cheaper than Zwave devices), I ordered a Conbee 2 stick.

Now I want to install zigbee2mqtt on my raspberry pi docker using portainer. But both adapters are USB sticks (Conbee 2 and Aeotec Z-Stick Gen 5+) and use the same device path: /dev/ttyACM0

Is it possible to run both docker containers in parallel with the 2 sticks? Or are they blocking the USB interface there because they are using the same device path?

Do you have experiences in that topic?

Thanks very much in advance!

Best regards

1 post - 1 participant

Read full topic

SmartIR and broadlink butto for send command

$
0
0

hi everyone, i integrated smartir and broandlink for a tv and climate taking all the codes i need, my question is this, how can i create a button for a single command? (virtual remote control)

2 posts - 2 participants

Read full topic

Need info Aqara Roller Shade Shutter Driver E1

$
0
0

My ap9logies if this has been covered but I couldnt find it with a search.

Despite there being a nominal ZHA quirk for these devices my versions connected via ZHA and CONBEE II with date codes 05-18-2021 and 11-24-2021 do not get recognised. Hence I dont have battery status available.
I need endpoint (assumed 0x0001), cluster number and attribute numbers to query using ZHA_toolbox.read_attr for battery voltage and battery percentage for Aqara Roller Shade Driver E1 (lumi.curtain.acn002). Ideally full map of all accessible Zigbee Cluster infomation for device would be good but realise this may not be readily available
can anyone help with this information or a ZHA quirk which will recognise the following signature
{
“node_descriptor”: “NodeDescriptor(logical_type=<LogicalType.EndDevice: 2>, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.AllocateAddress: 128>, manufacturer_code=4447, maximum_buffer_size=127, maximum_incoming_transfer_size=100, server_mask=11264, maximum_outgoing_transfer_size=100, descriptor_capability_field=<DescriptorCapability.NONE: 0>, *allocate_address=True, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=True, *is_full_function_device=False, *is_mains_powered=False, *is_receiver_on_when_idle=False, *is_router=False, *is_security_capable=False)”,
“endpoints”: {
“1”: {
“profile_id”: 260,
“device_type”: “0x0100”,
“in_clusters”: [
“0x0000”,
“0x0002”,
“0x0003”,
“0x0004”,
“0x0005”,
“0x0006”,
“0x0009”,
“0x000d”,
“0x0013”,
“0x0102”
],
“out_clusters”: [
“0x000a”,
“0x0019”
]
},
“242”: {
“profile_id”: 41440,
“device_type”: “0x0061”,
“in_clusters”: [],
“out_clusters”: [
“0x0021”
]
}
},
“manufacturer”: “LUMI”,
“model”: “lumi.curtain.acn002”,
“class”: “zigpy.device.Device”
}

1 post - 1 participant

Read full topic

Help with Insteon KeypadLinc

$
0
0

Trying to salvage my insteon setup and have converted most insteon to HA with the insteon 2245-222 hub running on a laptop, for now. I can’t get the keypad linc to work properly. I have reset it and HA finds it and the other buttons ok, but it will not control the main light on the linc. If I click it on the icon moves to on position for a few seconds, then reverts back. The light and the switch do nothing. I don’t know how to use the manual override with the codes and am not sure that would help. I also don’t know how to remove/delete the KPL and try again. Any ideas?

1 post - 1 participant

Read full topic

Viewing all 99577 articles
Browse latest View live