#integrations-archived
1 messages · Page 300 of 1
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
Hmm. Keep getting told 401 Unauthorized.
curl -X POST -H "Authorization: Bearer ASDADD" -H "Content-Type: application/json" -d '{"message": "I am speaking now", "platform": "google_translate"}' http://10.0.0.162:8123/api/services/tts/cloud_say
That'd point to you not passing a valid bearer token
Honestly, just use a webhook trigger
How would I sent the text to be spoken when using the webhook?
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
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
@long widget posted a code wall, it is moved here --> https://hastebin.com/ezufonapom
@long widget [Rule #6](#rules message): Please do not post codewalls (text longer than 15 lines) - use sites such as https://dpaste.org/ (pick YAML for the language), https://www.codepile.net/ (pick YAML for the language), or https://paste.debian.net/ (pick YAML for the language).
Please take the time now to review all of the rules and references in #rules.
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" }
Ahhhh. I see.
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.
#frontend-archived can talk about cards
ok excuse me @carmine kelp
It looks like that integration doesn't support that service though
So.... open a feature request with the dev?
That did it! Thank you very much.
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)
Heh point release just came out lol
well, at least you know the secret handshake for any future issues
@carmine kelp Hmmm. apparently this cant be run from within a windows cmd window because it doesn't like single quotes. lol
Needassistance on triggering an event on this MQTT statement: https://www.toptal.com/developers/hastebin/sixegazula.apache OOPs wrong forum
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?
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
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?
how can i get from an Alexa voice command to triggering an apple air tag making noise?
First you need to find out if HA can trigger a Tag making noise
I feel like im stupid that i cant find this....
I just installed Solcast trough HACS but where is the configuration page of it?
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?
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)
It'll be under the Integrations page, where you can add it
Use the Add Integration link
ah, so after installing it trough HACS i need to install it trough the Integration-> Add integration link?
All HACS does is download the files and drop them in the right folder
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
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
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
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
Please use a code share site to share code or logs, for example:
- https://dpaste.org/ (select YAML for the language)
- https://www.codepile.net/ (select YAML as the language)
- https://paste.debian.net/ (you guessed it, select YAML as the language)
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.
I was hoping that would be the case. One issue i have is my HA instance is in the garage and devices dont reach if from inside. can I install ZHA or Zigbee2MQTT on a RPi inside then connect that to HA? Also which is more recommend ZHA or Zigbee2MQTT?
Also I was hoping getting the aqara hub doesnt provide any extra benefit 🙂
#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
brilliant thanks ill check out #zigbee-archived and do some more internet research.
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?
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
thats pretty much my question. everything i look for is all about using tags as triggers, not the other way around
I'm not aware of any way of acting on AirTags
I don't have any Apple stuff... don't ask me, try it and see
not seeing anything in here about making the tag sing. this just polls for shared locations
Hello. I use HACS, maybe someone knows why I don't have a config / .storage / hacs folder ?
You do have it, but from what I understand they are inside the Hass container, when running HASS in a VM it still makes subcontainers
I recomment editing the config with Studio Code Server Ad-on
I have Installing Home Assistant Supervised on Debian 11. I have VSC plugin. In the /.storage/ folder I only have three files hacs.critical, hacs.hacs and hacs.repositories, but I can't see the hacs folder and I don't know where to find?
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. 🤔
Did you pair the Zigbee devices via Tasmota?
That is, are you using https://tasmota.github.io/docs/Zigbee/?
Thanks! The bridge was no longer in ZbBridge mode (75) . Now I have reset it to mode 75. In HA it is displayed as Tasmota device. But the connected Zigbee sensor is missing.
I think I'am using this from your link.
Personally I'd recommend using ZHA or Zigbee2MQTT over Tasmota's Zigbee implementation
Though, either way, that ZBBridge sucks
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".
Well, #zigbee-archived can help you with Zigbee2MQTT
Ok, thanks a lot. 🙂
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
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:
- Is there anything glaringly wrong with my approach?
- What's the best way to distribute this integration? Should it go through HACS?
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.
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?
Anyone having trouble with Upcoming-Media-Card since last update?
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
usually errors like that mean that you have bad indentation somewhere
event: somewhere
Hello! Does anyone know if this api could be integrated with HA?
http://api.pulsegrow.com/docs
Hey guys, how do I integrate smart irrigation with something like this that I just bought?https://www.amazon.com/dp/B0B12HPC11?psc=1&ref=ppx_yo2ov_dt_b_product_details
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.
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.
Any suggestions on how to get rid of "500 Internal Server Error Server got itself in trouble" it is for the Shelly integration
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 ?
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?
There's only one log file for HA itself
If you're having problems with your updates to your configuration:
- Check the troubleshooting steps
- Check your log file - remembering you may need to set logger to
infoordebug - Explain what the problem you're having is - sharing configuration, errors, and logs
Thank you, that provided me with some info!
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?
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
#templates-archived can help with templates
I head over there then 🙂
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