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
Some debug messages disappear in Node Red automatically when I reload the HA integration "Homematic(IP) Local".
I can see every debug message.
Debug messages are created, but then the first ones (an all debug messages before it) disappear.
I use this little flow (actually only the first two are required, but the other help to visualize the issue better):
[{"id":"32218e8390580d4f","type":"server-state-changed","z":"6a6e954c.882fb4","name":"Test Weird Debug disappear","server":"b4ec8c70.f38ee","version":6,"outputs":1,"exposeAsEntityConfig":"","entities":{"entity":["sensor.licht_arbeitszimmer_current"],"substring":[],"regex":[]},"outputInitially":false,"stateType":"str","ifState":"","ifStateType":"str","ifStateOperator":"is","outputOnlyOnStateChange":false,"for":"0","forType":"num","forUnits":"minutes","ignorePrevStateNull":false,"ignorePrevStateUnknown":false,"ignorePrevStateUnavailable":false,"ignoreCurrentStateUnknown":false,"ignoreCurrentStateUnavailable":false,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"ent","propertyType":"msg","value":"","valueType":"triggerId"}],"x":1640,"y":90,"wires":[["303bba2d9a370056"]]},{"id":"303bba2d9a370056","type":"debug","z":"6a6e954c.882fb4","name":"debugDisappear","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":1890,"y":90,"wires":[]},{"id":"db215e0cf37aa25c","type":"inject","z":"6a6e954c.882fb4","name":"","props":[{"p":"topic","vt":"str"},{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"my topic","payload":"0.0","payloadType":"str","x":1680,"y":150,"wires":[["303bba2d9a370056","c0003d2619fd4d0b"]]},{"id":"c0003d2619fd4d0b","type":"debug","z":"6a6e954c.882fb4","name":"debugDisappearToo","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":1880,"y":150,"wires":[]},{"id":"b4ec8c70.f38ee","type":"server","name":"Home Assistant","version":5,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true,"heartbeat":false,"heartbeatInterval":30,"areaSelector":"friendlyName","deviceSelector":"friendlyName","entitySelector":"friendlyName","statusSeparator":"at: ","statusYear":"hidden","statusMonth":"short","statusDay":"numeric","statusHourCycle":"h23","statusTimeFormat":"h:m","enableGlobalContextStore":true}]
Here is a video showing what actually happens:
I do not know
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem/Motivation
Some debug messages disappear in Node Red automatically when I reload the HA integration "Homematic(IP) Local".
Expected behavior
I can see every debug message.
Actual behavior
Debug messages are created, but then the first ones (an all debug messages before it) disappear.
Steps to reproduce
I use this little flow (actually only the first two are required, but the other help to visualize the issue better):
Here is a video showing what actually happens:
ha_hmip_nodered_debugDisappear.mp4
Proposed changes
I do not know
The text was updated successfully, but these errors were encountered: