#integrations-archived

1 messages · Page 300 of 1

carmine kelp
#

You can pass a JSON payload for your desired message and target speaker, and have the automation parse that and call it

#

The other option is to POST to /api/services/<domain>/<service> with the required payload

#

eg /api/services/tts/cloud_say

long widget
#

Hmm. Keep getting told 401 Unauthorized.

carmine kelp
#

That'd point to you not passing a valid bearer token

#

Honestly, just use a webhook trigger

long widget
#

How would I sent the text to be spoken when using the webhook?

carmine kelp
#

By passing it in the JSON payload

#

In this case I'm using Tasker, but it's just a POST with a JSON payload that I can then parse and do "stuff" with

long widget
#

Getting closer - thanks for the help! I created the webhook in HASS, but it doesn't speak the message I'm sending in the payload - it's saying what I put in the form when I created it

dusty thistleBOT
carmine kelp
#

You need to replace

      media_content_id: media-source://tts/cloud?message=This+is+placeholder+text&language=en-US&gender=male
``` with a [#templates-archived](/guild/330944238910963714/channel/672223497736421388/) that's specifying whatever your payload is
#

For example

#
      media_content_id: "media-source://tts/cloud?message={{ trigger.json.message }}&language=en-US&gender=male"
#

Assuming you're passing in JSON like

{ "message":"It is time to drop the whale" }
long widget
#

Ahhhh. I see.

exotic kindle
#

Hi, items normal thé mini média player don’t turn off média player TV LG ?

#

I recevied thaïs error msg:

Failed to call service media_player/toggle. Entity media_player.tele_parent does not support this service.
carmine kelp
exotic kindle
#

ok excuse me @carmine kelp

carmine kelp
#

It looks like that integration doesn't support that service though

#

So.... open a feature request with the dev?

long widget
warm prairie
#

anyone around using the new Bluetooth integration in dev 2022.8? I've tried it a couple of times, but still no device gets discovered. beginning to wonder if its the BT in my mini pc not functioning.... while the BT on the Pi was quite immediate (albeit in 2022.6 ofc)

lavish cove
#

Heh point release just came out lol

gray rapids
#

well, at least you know the secret handshake for any future issues

long widget
#

@carmine kelp Hmmm. apparently this cant be run from within a windows cmd window because it doesn't like single quotes. lol

river merlin
indigo sparrow
#

When I set up my Konnected board, I accidentally chose 'Low' for the switchable output instead of 'High'. How can I change this after the fact?

jade steppe
#

Hi Hass wizards et al. Forgive me if this is the wrong channel. I have a question about HomeKit integration with LIFX lights:

Basically I've had a lot of issues with them in a native HomeKit config so I'm trying to connect them to Hass for better stability.

However, once I've added them to HomeKit via Hass, brightness/colour control becomes very jerky and jarring. I've read that you can set a transition time for scenes in the developer tools, but I will sometimes want to change or tweak a light's settings manually with the slider and colour wheel.

Is this just the way it is with Hass and the HomeKit Bridge?
Thank you

kindred gazelle
#

Ive been using the alexa Skill integration I managed to setup, however I haven't been able to get proactive events working.

I've flipped the switch on the skill console, setup the secret and id and URL

#

Tried unlinking and relinking the skill, also didnt work.

Anyone know how can I debug this issue?

random quest
#

how can i get from an Alexa voice command to triggering an apple air tag making noise?

carmine kelp
ivory radish
#

I feel like im stupid that i cant find this....
I just installed Solcast trough HACS but where is the configuration page of it?

carmine kelp
#

What does the docs for it say? Is it UI or YAML?

#

If UI, have you cleared your browser's cache after you restart HA?

ivory radish
#

well the documentation is quite brief about how to configure. It has however a screenshot of a gui but not where i can find the gui. I did not clear my cache yet so i will do that now

#

but i have still no clue where to find the integration, should it show up on the integrations page after it has been installed?

#

(and rebooted ofc)

carmine kelp
#

It'll be under the Integrations page, where you can add it

#

Use the Add Integration link

ivory radish
#

ah, so after installing it trough HACS i need to install it trough the Integration-> Add integration link?

carmine kelp
#

All HACS does is download the files and drop them in the right folder

ivory radish
#

alright, i needed to ctrl+f5 it

#

makes sense all. Thanks @carmine kelp i thought i knew some things about HA already but still learning

fast tusk
#

I have just picked up a couple of aqara p1 motion sensors and a conbee 2 stick but im noticing I cant control the time out and not sure what other functions Im missing, is it worth me getting an aqara hub and, if so, should I return the conbee stick or would it be helpful to have for other zigbee devices

carmine kelp
#

Well, the stick (mostly) isn't the problem, it's the #zigbee-archived software you're using that's the problem

#

deCONZ has different device support to Zigbee2MQTT which has different device support to ZHA

#

IMO you'd be daft buying a hub, since if you're use ZHA or Zigbee2MQTT you're able to connect many more devices than any hub would support

topaz lagoon
#

Hi, I am having trouble reading out values with the mitemp platform
I have the following in my sensors.yaml:

  • platform: mitemp_bt
    mac: A4:C1:38:BB:06:A5
    name: MI1
    force_update: true
    median: 1
    adapter: hci0
    monitored_conditions:

    • temperature
    • humidity
    • battery
  • platform: mitemp_bt
    mac: A4:C1:38:A6:E5:9A
    name: MI2
    force_update: true
    median: 1
    monitored_conditions:

    • temperature
    • humidity
    • battery

I have a BLE dongle connected on a HA blue. Checking entities gives the 3 requested value entities for each defined BLE device however checking the value gives me no result.

Any adea what can be wrong? Are there any debug possibities?
regards

dusty thistleBOT
#

Please use a code share site to share code or logs, for example:

Please don't use Pastebin, since it can randomly add spaces to the main view. Please also don't share text as images since it makes it harder for people to help you. Remember that others may have colour blindness, impaired vision, etc.

fast tusk
fast tusk
carmine kelp
#

#zigbee-archived can talk more about that, but there's nothing stopping you running a remote instance of Zigbee2MQTT for the garage

#

It's really personal preference, though if you're going to run Z2M for the garage, you may as well run another instance in the house

fast tusk
#

brilliant thanks ill check out #zigbee-archived and do some more internet research.

kindred gazelle
#

Ive been using the alexa Skill integration I managed to setup, however I haven't been able to get proactive events working.

I've flipped the switch on the skill console, setup the secret and id and URL
Tried unlinking and relinking the skill, also didnt work.

Anyone know how can I debug this issue?

kindred gazelle
#

looking at the skill manifest, it didnt even ask for the permission to send notifications

#

Maybe I need to change some setting in the HASS config file?

#

🤔

#

I also see some sites telling to use the api url https://api.amazonalexa.com/v1/proactiveEvents/

but the guide says to use the url: https://api.amazonalexa.com/v3/events

random quest
carmine kelp
#

I'm not aware of any way of acting on AirTags

carmine kelp
#

I don't have any Apple stuff... don't ask me, try it and see

kindred gazelle
#

wrong ping

#

@random quest give that a shot, maybe that can do it

random quest
mellow bridge
#

Hello. I use HACS, maybe someone knows why I don't have a config / .storage / hacs folder ?

kindred gazelle
#

I recomment editing the config with Studio Code Server Ad-on

mellow bridge
urban kraken
#

Hey, I am fairly new to HA and have a stupid question. I have a Sonoff ZBBridge flashed with Tasmota and configured the MQTT parameters pointing to the HA MQTT Broker. In the logfiles from both I see the login seems to be successfull. But it looks like there is no Zigbee device integrated in HA. Do I still need Zigbee2MQTT although the MQTT Broker is already configured in Tasmota? I am a bit confused. 🤔

carmine kelp
#

Did you pair the Zigbee devices via Tasmota?

urban kraken
carmine kelp
#

Personally I'd recommend using ZHA or Zigbee2MQTT over Tasmota's Zigbee implementation

#

Though, either way, that ZBBridge sucks

urban kraken
#

I would, but there is already one ZbBridge in HA via ZHA. Would like to integrate a secord for my cellar.
Could not start Zigbee2MQTT because of "Error while opening socket".

carmine kelp
urban kraken
#

Ok, thanks a lot. 🙂

urban kraken
#

Hello again,

I have made it work with Zigbee2MQTT. In its configuration you have to specify IP and port of ZbBridge:

serial: port: tcp://192.168.1.101:8888 adapter: ezsp

In most of the manuals I found, a USB bridge was used, that didn't help.
I had tried to give the Sonoff Bridge the IP and port of HA MQTT, which was the wrong way around.
Nothing needs to be configured in Mosquitto broker, it just needs to be installed.

What helped me was https://www.zigbee2mqtt.io/advanced/remote-adapter/connect_to_a_remote_sonoff_zbbridge.html

austere totem
#

Hey folks, I am trying to build a new integration for Sutro (https://mysutro.com/). I got the integration working locally thought I am wondering if there is any way to also expose a device and link all the sensor entities to it. Here is a screenshot of the sensors showing correct readings in my Lovelace dashboard:
https://user-images.githubusercontent.com/3357245/180282164-db3853d2-c094-4bfc-8303-b2317c6cb6c9.png

I have a PR out with the custom integration changes here:
https://github.com/home-assistant/core/pull/75585

And the corresponding PR with image assets here:
https://github.com/home-assistant/brands/pull/3545

At this point, I'm just looking for some feedback and input on:

  1. Is there anything glaringly wrong with my approach?
  2. What's the best way to distribute this integration? Should it go through HACS?
charred dome
#

Anyone got this tuya IoT error? API产品开通失败it translates to API product activation failedand I get it from trying to activate any Tuya APIs which makes me unable to get the Tuya integration working.

limber patrol
#

hello guys

#

im tryning to explore my mqtt server with mqtt.fx app

#

always worked with my mosquito and hivemq integrations, but now running EMQX

#

i can connect with mqtt.fx succesfully. but it shows 0 topics on a scan

#

anybody any idea whats going on?

tardy mauve
#

Anyone having trouble with Upcoming-Media-Card since last update?

coarse hatch
#

Hi all, these error messages... what and where is the problem here....
"Failed to restart Home Assistant

The system cannot restart because the configuration is not valid: Integration error: event - Integration 'event' not found."
I never added integration 'event'..... (this is after updating to v2022.7.6

gray rapids
#

usually errors like that mean that you have bad indentation somewhere

#

event: somewhere

grizzled widget
tough vortex
ocean moss
#

Im looking for more information on how to integrate the Sense Energy Monitor to the Energy Dashboard. I have yet to find some clear instructions on this integration as it appears not to give me any sensors to fill out the energy dashboard wizard. I have searched youtube, the forums and the best I can find is that I may have to create a helper? Due to the only sensor for Sense that does show up is "Energy usage" which seems to be in Watts.

normal leaf
#

Just wondering if anyone has found a reliable way to turn off multiple PoE ports simultaneously through the UniFi network integration? I want to shed some PoE load if my UPS switches over onto battery for more than 60 seconds. But using this: service: switch.turn_off data: {} target: entity_id: - switch.back_deck_1 - switch.back_deck_2 - switch.front_yard - switch.front_door Only turns off one of the ports. I assume because the integration sends each switch.turn_off as a config change to UniFi Network. The first gets done, then the rest get lost while the first change is applying.

small swan
#

Any suggestions on how to get rid of "500 Internal Server Error Server got itself in trouble" it is for the Shelly integration

thorn tusk
#

So home assistant keeps making new camera entities for my lorex cameras at every reboot and I have to delete and rename to fix cards and such

#

How do I troubleshoot this ?

pine kayak
#

An unknown error occured while installing the unifi network integration.. is there anywhere where I can see a log of that, or perhaps solve it?

carmine kelp
#

There's only one log file for HA itself

dusty thistleBOT
#

If you're having problems with your updates to your configuration:

pine kayak
shrewd peak
#

I have tried to login to the abode integration with the credentials i used for the 'Schlage Abode' app however it says that the credentials are incorrect, is there another integration that i should be using?

heavy epoch
#

Hi, all! I am using the Met.no Nowcast integration for weather, and defining a sensor for temperatureand humidity is working fine using
state_attr('weather.met_no_nowcast_buskogen', 'temperature').
Now, I want to define a sensor telling me if it´s any precipitation going on, but as you see below, this value is listed in an other way. How would i read values under the forecast: section?

temperature: 15.1
humidity: 91
...
precipitation_unit: mm
forecast:
  - temperature: 15.1
    precipitation: 4.5
carmine kelp
heavy epoch
#

I head over there then 🙂

tranquil coral
#

Is there any i tegration that would let me tie my google assistant shopping list to ha? Just the way i link the calendar? It would be really nice if i could add items in the shopping list by voice command