We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug when using the get template node i get the following error:
Error calling service, home assistant api error: Cannot set property headersSent of #<OutgoingMessage> which has only a getter
To Reproduce Steps to reproduce the behavior:
inject
call template
debug
Expected behavior it should log 2 messages.
Screenshots
Example Flow
[{ "id": "87a2a4aa.0b9c38", "type": "tab", "label": "Test", "disabled": false, "info": "" }, { "id": "a86fc2d0.91f45", "type": "inject", "z": "87a2a4aa.0b9c38", "name": "", "topic": "", "payload": "", "payloadType": "date", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "x": 160, "y": 80, "wires": [["5cf27320.48e14c"]] }, { "id": "5cf27320.48e14c", "type": "api-render-template", "z": "87a2a4aa.0b9c38", "name": "test", "server": "fa4c0dcc.2c6f8", "template": "{% for state in states.plant if state.state == 'problem' -%}\n {%- if loop.last and not loop.first %} och {% elif not loop.first %}, {% else %} {% endif -%}\n {{ state.name }}\n{%- endfor %}", "x": 330, "y": 80, "wires": [["f9ce677c.430f18", "5c0ff37c.23676c"]] }, { "id": "f9ce677c.430f18", "type": "debug", "z": "87a2a4aa.0b9c38", "name": "", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "false", "x": 710, "y": 80, "wires": [] }, { "id": "5c0ff37c.23676c", "type": "debug", "z": "87a2a4aa.0b9c38", "name": "", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "false", "x": 710, "y": 180, "wires": [] }, { "id": "fa4c0dcc.2c6f8", "type": "server", "z": "", "name": "Home Assistant", "legacy": false, "hassio": false, "rejectUnauthorizedCerts": true, "ha_boolean": "y|yes|true|on|home|open" } ]
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
2004ef7
No branches or pull requests
Describe the bug
when using the get template node i get the following error:
To Reproduce
Steps to reproduce the behavior:
inject
nodecall template
node connect the template node to 2debug
nodes.Expected behavior
it should log 2 messages.
Screenshots

Example Flow
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: