#Apostrophe in names/aliases
1 messages · Page 1 of 1 (latest)
Please use a code share site to share code or logs, for example:
- https://dpaste.org/ (select YAML for the language, and consider picking a longer expiry)
- http://pastie.org/ (select YAML for 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.
its weird becomes sometimes it randomly works
What's the sentence? What are you doing?
Thr last one looks like you haven't added the area alias i told you to
Also, i can't help any more without the logs
here is one error: https://paste.debian.net/hidden/fdf4a7c6/
That's a bit of a bug, then, but it's not because of the apostrophe
Can you add an issue to the intents repo with the log and screenshots above?
before i file an issue, can you advise on the correct way to query humidity and temp from this device? you can see the device, its in the basement, and has humidity and temperature sensor entities: https://i.imgur.com/d8ROpvV.png there are no aliases set here. should it be "what is the temp in the basement?" or "what is the basement temp?"
Neither will work. You have to set names/aliases for tjose entities and ask what is <name or alias> [in the <area>]
ya i guess it cant be reversed either: https://i.imgur.com/6qqG7GT.png
"what is the basement humidity?"
is there a way to see the logs of errors where they arent grouped together?
Load/download full logs in the log page
ya this is the error from the reverse query:
2023-12-16 12:26:19.619 ERROR (MainThread) [homeassistant.components.conversation.default_agent] Intent handling error
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/conversation/default_agent.py", line 233, in async_process
intent_response = await intent.async_handle(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/intent.py", line 107, in async_handle
result = await handler.async_handle(intent)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/climate/intent.py", line 50, in async_handle
raise intent.IntentHandleError(f"No climate entity in area {area_name}")
homeassistant.helpers.intent.IntentHandleError: No climate entity in area basement
just trying to weed out user error vs actual error, should i report that?
also, do you see a future where you dont have to alias obvious sensor entities like humidity and temp? afaik ha understands they are what they are already 🤔
Yes, but intents are not implemented yet. They will be a lot more flexible
should i report that error?