Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

18.1.1 data lost #1963

Open
7c opened this issue Oct 3, 2024 · 3 comments
Open

18.1.1 data lost #1963

7c opened this issue Oct 3, 2024 · 3 comments

Comments

@7c
Copy link

7c commented Oct 3, 2024

Just updated to 18.1.1 - disaster in my home.... it threw error to almost all nodes. But particularly when i copy & paste a "api-call-service". Node throws:

"HomeAssistantError: required key not provided @ data['entity_id']"

After debugging little bit further:

image

i found that the entityId is not copied, but on the UI i also do not see the fields to enter the speakers anymore:

image


Add-on: Node-RED
Flow-based programming for the Internet of Things

Add-on version: 18.1.1
You are running the latest version of this add-on.
System: Home Assistant OS 13.0 (aarch64 / raspberrypi4-64)
Home Assistant Core: 2024.8.2
Home Assistant Supervisor: 2024.09.1

@qkddn49
Copy link

qkddn49 commented Oct 4, 2024

Click Load sample date
Format has been changed
{"entity_id": "media_player.all_speaker", "message": "test" }

@7c
Copy link
Author

7c commented Oct 4, 2024

go to import and paste:

[{"id":"3f354c0ef8226b82","type":"api-call-service","z":"55a572a719914fec","name":"","server":"272f759e.9ee09a","version":7,"debugenabled":true,"action":"tts.cloud_say","floorId":[],"areaId":[],"deviceId":[],"entityId":["media_player.office_speaker","media_player.googlehome8713"],"labelId":[],"data":"{\"message\":\"test\"}","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","blockInputOverrides":false,"domain":"tts","service":"cloud_say","x":570,"y":300,"wires":[[]]},{"id":"272f759e.9ee09a","type":"server","name":"Home Assistant","addon":true}]

run it, it works, once you change ANY property by editing like the title and deploy. It stops working because entityId is emptied

@qkddn49
Copy link

qkddn49 commented Oct 4, 2024

Until it is updated, try using it as a temporary method as below
There seems to be an error when the media turns off

화면 캡처 2024-10-05 075048
I use it like this temporarily.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants