You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a specific case that the hass button in Node-Red is triggering multiple times. This happens when you add a action node after the button. In the first case everything works yet normally. But from this point everytime you cange something in NodeRed and re-deploy the button triggers a extra time when pressing on it.
I am changing quite a lot of stuff in NodeRed on dailby base. At some point the buttons where triggering over 80 times by just pressing it once.
Way to reporduce:
Create a button and add an action node and a debug node to it. You can use the example below:
[{"id":"a66276dc552289ee","type":"ha-button","z":"f3ddf8515aad4ee0","name":"node_test_3","version":0,"debugenabled":false,"outputs":1,"entityConfig":"952eb844b12920ba","outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"topic","propertyType":"msg","value":"","valueType":"triggerId"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"x":190,"y":2820,"wires":[["0c68b77971968395"]]},{"id":"88c1aff7c6492d92","type":"debug","z":"f3ddf8515aad4ee0","name":"debug 59","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":540,"y":2820,"wires":[]},{"id":"0c68b77971968395","type":"actionflows","z":"f3ddf8515aad4ee0","info":"Describe your action API here.","untilproptype":"num","proptype":"msg","name":"action","prop":"loop","untilprop":0,"until":"gt","loop":"none","scope":"global","perf":false,"seq":false,"x":370,"y":2820,"wires":[["88c1aff7c6492d92"]]},{"id":"952eb844b12920ba","type":"ha-entity-config","server":"aacaa14c.c6196","deviceConfig":"","name":"node_test_3","version":"6","entityType":"button","haConfig":[{"property":"name","value":"node_test_3"},{"property":"icon","value":""},{"property":"entity_category","value":""},{"property":"device_class","value":""}],"resend":false,"debugEnabled":false},{"id":"aacaa14c.c6196","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}]
Add this button to Home Assistant dashboard.
Test the button, in Node red the debug node shows one output.
Move somewhere a node in NodeRed, so you do another deploy.
Deploy and test the button again.
Now the debug node is tiggered two times
Do another Deploy and the button tiggers three times by pressing it once. And so on.
Things to know:
The flow thiggers multiple times but from the memory, so even by removing the connection to the debug node, it will still show its output
This also happens when adding the debug node directly after the button. As long the action node is in the flow.
Best way to reset all the hidden events is by restarting NodeRed.
Debug log
2023-03-04 19:04:24.520 INFO (MainThread) [homeassistant.setup] Setting up script
2023-03-04 19:04:24.530 INFO (MainThread) [hyperion.client] Connected to Hyperion server: 192.168.2.79:19444
2023-03-04 19:04:24.540 INFO (MainThread) [homeassistant.setup] Setting up wake_on_lan
2023-03-04 19:04:24.541 INFO (MainThread) [homeassistant.setup] Setup of domain wake_on_lan took 0.0 seconds
2023-03-04 19:04:24.542 ERROR (MainThread) [homeassistant.components.input_select] Platform input_select does not generate unique IDs. ID template_selector already exists - ignoring input_select.template_selector
2023-03-04 19:04:24.556 INFO (MainThread) [homeassistant.setup] Setting up switch
2023-03-04 19:04:24.559 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 0.0 seconds
2023-03-04 19:04:24.564 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.7 seconds
2023-03-04 19:04:24.569 INFO (MainThread) [homeassistant.components.switch] Setting up switch.template
2023-03-04 19:04:24.569 INFO (MainThread) [homeassistant.components.switch] Setting up switch.template
2023-03-04 19:04:24.570 INFO (MainThread) [homeassistant.components.switch] Setting up switch.template
2023-03-04 19:04:24.570 INFO (MainThread) [homeassistant.components.switch] Setting up switch.template
2023-03-04 19:04:24.570 INFO (MainThread) [homeassistant.components.switch] Setting up switch.wake_on_lan
2023-03-04 19:04:24.571 INFO (MainThread) [homeassistant.components.switch] Setting up switch.template
2023-03-04 19:04:24.571 INFO (MainThread) [homeassistant.components.switch] Setting up switch.template
2023-03-04 19:04:24.572 INFO (MainThread) [homeassistant.components.switch] Setting up switch.template
2023-03-04 19:04:24.572 INFO (MainThread) [homeassistant.components.switch] Setting up switch.template
2023-03-04 19:04:24.572 INFO (MainThread) [homeassistant.components.switch] Setting up switch.template
2023-03-04 19:04:24.572 INFO (MainThread) [homeassistant.components.switch] Setting up switch.template
2023-03-04 19:04:24.614 INFO (MainThread) [homeassistant.setup] Setup of domain input_select took 2.1 seconds
2023-03-04 19:04:24.619 INFO (MainThread) [homeassistant.components.climate] Setting up climate.generic_thermostat
2023-03-04 19:04:24.619 INFO (MainThread) [homeassistant.components.climate] Setting up climate.generic_thermostat
2023-03-04 19:04:24.620 INFO (MainThread) [homeassistant.setup] Setup of domain python_script took 0.1 seconds
2023-03-04 19:04:24.884 INFO (MainThread) [homeassistant.setup] Setting up hue
2023-03-04 19:04:24.885 INFO (MainThread) [homeassistant.setup] Setup of domain hue took 0.0 seconds
2023-03-04 19:04:25.103 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 2.3 seconds
2023-03-04 19:04:25.106 INFO (MainThread) [homeassistant.setup] Setup of domain input_text took 2.3 seconds
2023-03-04 19:04:25.115 INFO (MainThread) [homeassistant.setup] Setup of domain input_number took 2.3 seconds
2023-03-04 19:04:25.161 INFO (SyncWorker_2) [homeassistant.loader] Loaded weather from homeassistant.components.weather
2023-03-04 19:04:25.303 INFO (MainThread) [homeassistant.setup] Setting up deconz
2023-03-04 19:04:25.303 INFO (MainThread) [homeassistant.setup] Setup of domain deconz took 0.0 seconds
2023-03-04 19:04:25.571 INFO (MainThread) [homeassistant.setup] Setup of domain script took 1.1 seconds
2023-03-04 19:04:25.576 INFO (MainThread) [homeassistant.setup] Setting up weather
2023-03-04 19:04:25.577 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 0.0 seconds
2023-03-04 19:04:25.646 INFO (MainThread) [homeassistant.setup] Setting up yamaha_musiccast
2023-03-04 19:04:25.646 INFO (MainThread) [homeassistant.setup] Setup of domain yamaha_musiccast took 0.0 seconds
2023-03-04 19:04:25.665 INFO (MainThread) [homeassistant.setup] Setting up media_player
2023-03-04 19:04:25.683 INFO (MainThread) [homeassistant.setup] Setup of domain media_player took 0.0 seconds
2023-03-04 19:04:25.687 INFO (MainThread) [homeassistant.components.weather] Setting up weather.met
2023-03-04 19:04:25.690 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.yamaha
2023-03-04 19:04:25.774 INFO (SyncWorker_1) [homeassistant.loader] Loaded notify from homeassistant.components.notify
2023-03-04 19:04:25.776 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore started
2023-03-04 19:04:25.816 INFO (MainThread) [homeassistant.components.light] Setting up light.hyperion
2023-03-04 19:04:25.820 INFO (MainThread) [homeassistant.components.switch] Setting up switch.hyperion
2023-03-04 19:04:26.189 INFO (MainThread) [homeassistant.setup] Setting up camera
2023-03-04 19:04:26.198 INFO (MainThread) [homeassistant.setup] Setup of domain camera took 0.0 seconds
2023-03-04 19:04:26.546 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore done
2023-03-04 19:04:26.555 INFO (MainThread) [homeassistant.components.camera] Setting up camera.hyperion
2023-03-04 19:04:26.595 INFO (MainThread) [homeassistant.setup] Setting up mobile_app
2023-03-04 19:04:26.662 INFO (SyncWorker_4) [homeassistant.loader] Loaded google_translate from homeassistant.components.google_translate
2023-03-04 19:04:26.689 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.deconz
2023-03-04 19:04:26.696 INFO (MainThread) [homeassistant.components.button] Setting up button.deconz
2023-03-04 19:04:26.701 INFO (MainThread) [homeassistant.components.climate] Setting up climate.deconz
2023-03-04 19:04:26.706 INFO (MainThread) [homeassistant.components.light] Setting up light.deconz
2023-03-04 19:04:26.709 INFO (MainThread) [homeassistant.components.scene] Setting up scene.deconz
2023-03-04 19:04:26.718 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.deconz
2023-03-04 19:04:26.720 INFO (MainThread) [homeassistant.components.switch] Setting up switch.deconz
2023-03-04 19:04:26.727 INFO (MainThread) [homeassistant.setup] Setup of domain mobile_app took 0.1 seconds
2023-03-04 19:04:26.739 INFO (SyncWorker_3) [homeassistant.loader] Loaded fan from homeassistant.components.fan
2023-03-04 19:04:26.740 INFO (SyncWorker_6) [homeassistant.loader] Loaded lock from homeassistant.components.lock
2023-03-04 19:04:26.741 INFO (SyncWorker_5) [homeassistant.loader] Loaded alarm_control_panel from homeassistant.components.alarm_control_panel
2023-03-04 19:04:26.742 INFO (SyncWorker_1) [homeassistant.loader] Loaded number from homeassistant.components.number
2023-03-04 19:04:26.744 INFO (SyncWorker_3) [homeassistant.loader] Loaded select from homeassistant.components.select
2023-03-04 19:04:26.745 INFO (SyncWorker_5) [homeassistant.loader] Loaded siren from homeassistant.components.siren
2023-03-04 19:04:26.748 INFO (SyncWorker_7) [homeassistant.loader] Loaded cover from homeassistant.components.cover
2023-03-04 19:04:26.759 INFO (MainThread) [homeassistant.setup] Setting up notify
2023-03-04 19:04:26.760 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 0.0 seconds
2023-03-04 19:04:26.789 INFO (MainThread) [homeassistant.setup] Setting up tts
2023-03-04 19:04:26.818 INFO (MainThread) [homeassistant.setup] Setting up fan
2023-03-04 19:04:26.825 INFO (MainThread) [homeassistant.setup] Setup of domain fan took 0.0 seconds
2023-03-04 19:04:26.827 INFO (MainThread) [homeassistant.setup] Setting up lock
2023-03-04 19:04:26.829 INFO (MainThread) [homeassistant.setup] Setup of domain lock took 0.0 seconds
2023-03-04 19:04:26.830 INFO (MainThread) [homeassistant.setup] Setting up alarm_control_panel
2023-03-04 19:04:26.832 INFO (MainThread) [homeassistant.setup] Setup of domain alarm_control_panel took 0.0 seconds
2023-03-04 19:04:26.834 INFO (MainThread) [homeassistant.setup] Setting up number
2023-03-04 19:04:26.835 INFO (MainThread) [homeassistant.setup] Setup of domain number took 0.0 seconds
2023-03-04 19:04:26.836 INFO (MainThread) [homeassistant.setup] Setting up select
2023-03-04 19:04:26.840 INFO (MainThread) [homeassistant.setup] Setup of domain select took 0.0 seconds
2023-03-04 19:04:26.853 INFO (MainThread) [homeassistant.setup] Setting up siren
2023-03-04 19:04:26.856 INFO (MainThread) [homeassistant.setup] Setup of domain siren took 0.0 seconds
2023-03-04 19:04:26.862 INFO (MainThread) [homeassistant.setup] Setting up cover
2023-03-04 19:04:26.869 INFO (MainThread) [homeassistant.setup] Setup of domain cover took 0.0 seconds
2023-03-04 19:04:26.876 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mobile_app
2023-03-04 19:04:26.879 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mobile_app
2023-03-04 19:04:26.884 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mobile_app
2023-03-04 19:04:26.885 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mobile_app
2023-03-04 19:04:26.921 INFO (MainThread) [homeassistant.setup] Setting up device_tracker
2023-03-04 19:04:26.924 INFO (MainThread) [homeassistant.components.generic_thermostat.climate] Obtained current and target temperature. Generic thermostat active. 16.5, 10.0
2023-03-04 19:04:26.929 INFO (MainThread) [homeassistant.components.fan] Setting up fan.deconz
2023-03-04 19:04:26.933 INFO (MainThread) [homeassistant.components.lock] Setting up lock.deconz
2023-03-04 19:04:26.936 INFO (MainThread) [homeassistant.components.alarm_control_panel] Setting up alarm_control_panel.deconz
2023-03-04 19:04:26.945 INFO (MainThread) [homeassistant.components.number] Setting up number.deconz
2023-03-04 19:04:26.948 INFO (MainThread) [homeassistant.components.select] Setting up select.deconz
2023-03-04 19:04:26.951 INFO (MainThread) [homeassistant.components.siren] Setting up siren.deconz
2023-03-04 19:04:26.957 INFO (MainThread) [homeassistant.components.cover] Setting up cover.deconz
2023-03-04 19:04:26.990 INFO (MainThread) [homeassistant.components.notify] Setting up notify.mobile_app
2023-03-04 19:04:26.995 INFO (MainThread) [homeassistant.setup] Setup of domain device_tracker took 0.1 seconds
2023-03-04 19:04:27.013 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.hue
2023-03-04 19:04:27.021 INFO (MainThread) [homeassistant.components.light] Setting up light.hue
2023-03-04 19:04:27.024 INFO (MainThread) [homeassistant.components.scene] Setting up scene.hue
2023-03-04 19:04:27.030 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hue
2023-03-04 19:04:27.032 INFO (MainThread) [homeassistant.components.switch] Setting up switch.hue
2023-03-04 19:04:27.040 INFO (MainThread) [hyperion.client] Connected to Hyperion server: 192.168.2.79:19444
2023-03-04 19:04:27.054 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app
2023-03-04 19:04:27.055 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app
2023-03-04 19:04:27.092 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 0.3 seconds
2023-03-04 19:04:27.137 INFO (MainThread) [hyperion.client] Connected to Hyperion server: 192.168.2.79:19444
2023-03-04 19:04:27.152 INFO (MainThread) [pydeconz.websocket] Connected to deCONZ (core-deconz)
2023-03-04 19:04:27.421 INFO (MainThread) [homeassistant.setup] Setting up cast
2023-03-04 19:04:27.422 INFO (MainThread) [homeassistant.setup] Setup of domain cast took 0.0 seconds
2023-03-04 19:04:27.438 INFO (MainThread) [custom_components.hacs] Enable category: integration
2023-03-04 19:04:27.439 INFO (MainThread) [custom_components.hacs] Enable category: plugin
2023-03-04 19:04:27.440 INFO (MainThread) [custom_components.hacs] Enable category: python_script
2023-03-04 19:04:27.440 INFO (MainThread) [custom_components.hacs] Enable category: theme
2023-03-04 19:04:27.443 INFO (MainThread) [custom_components.hacs] <HacsFrontend> LovelaceMode.STORAGE mode, cache for /hacsfiles/: True
2023-03-04 19:04:27.450 WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that called async_setup_platforms instead of awaiting async_forward_entry_setups; this will fail in version 2023.3. Please report issue to the custom integration author for hacs using this method at custom_components/hacs/__init__.py, line 171: hass.config_entries.async_setup_platforms(
2023-03-04 19:04:27.452 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.SETUP
2023-03-04 19:04:27.453 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.WAITING
2023-03-04 19:04:27.453 INFO (MainThread) [custom_components.hacs] Setup complete, waiting for Home Assistant before startup tasks starts
2023-03-04 19:04:27.458 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.cast
2023-03-04 19:04:27.463 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hacs
2023-03-04 19:04:27.652 INFO (MainThread) [homeassistant.setup] Setting up default_config
2023-03-04 19:04:27.660 INFO (SyncWorker_6) [homeassistant.loader] Loaded stream from homeassistant.components.stream
2023-03-04 19:04:27.706 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.yamaha_musiccast
2023-03-04 19:04:27.709 INFO (MainThread) [homeassistant.components.number] Setting up number.yamaha_musiccast
2023-03-04 19:04:27.712 INFO (MainThread) [homeassistant.components.select] Setting up select.yamaha_musiccast
2023-03-04 19:04:27.715 INFO (MainThread) [homeassistant.components.switch] Setting up switch.yamaha_musiccast
2023-03-04 19:04:27.741 INFO (MainThread) [homeassistant.setup] Setting up stream
2023-03-04 19:04:27.750 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 0.0 seconds
2023-03-04 19:04:27.757 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 0.1 seconds
2023-03-04 19:04:28.037 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.androidtv
2023-03-04 19:04:28.811 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 17.46s
2023-03-04 19:04:28.813 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2023-03-04 19:04:28.850 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.STARTUP
2023-03-04 19:04:28.922 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.rest
2023-03-04 19:04:29.017 INFO (MainThread) [homeassistant.components.automation.turn_off_thermostat_at_night] Initialized trigger Turn off thermostat at night (weekdays)
2023-03-04 19:04:29.017 INFO (MainThread) [homeassistant.components.automation.turn_off_thermostat_at_night_weekends] Initialized trigger Turn off thermostat at night (weekends)
2023-03-04 19:04:29.018 INFO (MainThread) [homeassistant.components.automation.auto_purge_with_repack] Initialized trigger Auto purge with repack
2023-03-04 19:04:29.034 INFO (MainThread) [custom_components.hacs] Loading removed repositories
2023-03-04 19:04:30.165 INFO (MainThread) [custom_components.hacs] Loading known repositories
2023-03-04 19:04:33.687 INFO (MainThread) [custom_components.nodered.discovery] Creating button aacaa14c.c6196 14f7db6b8138dddc
2023-03-04 19:04:33.693 INFO (MainThread) [homeassistant.components.button] Setting up button.nodered
2023-03-04 19:04:33.695 INFO (MainThread) [custom_components.nodered.discovery] Creating button aacaa14c.c6196 4e88ee76c12f386d
2023-03-04 19:04:33.708 INFO (MainThread) [custom_components.nodered.discovery] Creating button aacaa14c.c6196 929fa90905bb43c4
2023-03-04 19:04:33.709 INFO (MainThread) [custom_components.nodered.discovery] Creating button aacaa14c.c6196 e7eae6a523a89042
2023-03-04 19:04:33.709 INFO (MainThread) [custom_components.nodered.discovery] Creating button aacaa14c.c6196 369696272f095a44
2023-03-04 19:04:33.711 INFO (MainThread) [custom_components.nodered.discovery] Creating button aacaa14c.c6196 8c60689d89343bce
2023-03-04 19:04:33.711 INFO (MainThread) [custom_components.nodered.discovery] Creating button aacaa14c.c6196 1466b4b5d01daf6a
2023-03-04 19:04:33.711 INFO (MainThread) [custom_components.nodered.discovery] Creating button aacaa14c.c6196 1e27a78b80f5b25c
2023-03-04 19:04:33.712 INFO (MainThread) [custom_components.nodered.discovery] Creating button aacaa14c.c6196 2e292d67b6d0d212
2023-03-04 19:04:33.712 INFO (MainThread) [custom_components.nodered.discovery] Creating button aacaa14c.c6196 98d28508e50c8884
2023-03-04 19:04:33.712 INFO (MainThread) [custom_components.nodered.discovery] Creating button aacaa14c.c6196 4694e4eadaa13056
2023-03-04 19:04:33.712 INFO (MainThread) [custom_components.nodered.discovery] Creating button aacaa14c.c6196 8d19646de3351b49
2023-03-04 19:04:33.732 INFO (MainThread) [custom_components.nodered.discovery] Creating button aacaa14c.c6196 c3349744f8b4290c
2023-03-04 19:04:33.733 INFO (MainThread) [custom_components.nodered.discovery] Creating button aacaa14c.c6196 26354c96531c23bf
2023-03-04 19:04:33.733 INFO (MainThread) [custom_components.nodered.discovery] Creating button aacaa14c.c6196 968b7d5d8e065e63
2023-03-04 19:04:33.734 INFO (MainThread) [custom_components.nodered.discovery] Creating button aacaa14c.c6196 f161b010bdd0747a
2023-03-04 19:04:33.734 INFO (MainThread) [custom_components.nodered.discovery] Creating button aacaa14c.c6196 856a55b924cf2e2b
2023-03-04 19:04:33.734 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 1af887da737d6b44
2023-03-04 19:04:33.734 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 5c938c53aa68d6cf
2023-03-04 19:04:33.892 INFO (MainThread) [custom_components.hacs] Starting recurring background task for downloaded repositories
2023-03-04 19:04:33.893 INFO (MainThread) [custom_components.hacs] Stage changed: HacsStage.RUNNING
2023-03-04 19:04:33.910 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 348b215f6f7edcdc
2023-03-04 19:04:33.911 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 1387f3aa2d7ee490
2023-03-04 19:04:33.957 INFO (MainThread) [homeassistant.components.switch] Setting up switch.nodered
2023-03-04 19:04:34.592 INFO (MainThread) [custom_components.nodered.discovery] Creating binary_sensor aacaa14c.c6196 e04e68dcd56f9a5b
2023-03-04 19:04:34.598 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.nodered
2023-03-04 19:04:35.232 INFO (MainThread) [custom_components.nodered.discovery] Creating sensor aacaa14c.c6196 ce0a5c36dd409187
2023-03-04 19:04:35.238 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.nodered
2023-03-04 19:04:35.239 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 2be94dc64f599965
2023-03-04 19:04:35.240 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 9825b34fcc7a36fe
2023-03-04 19:04:35.240 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 52e81befc61efaea
2023-03-04 19:04:35.241 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 435888d553f6c76e
2023-03-04 19:04:35.242 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 0305dc8efc1bee2c
2023-03-04 19:04:35.347 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 890bfe48c25f0f40
2023-03-04 19:04:35.350 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 dd65782790b85b8a
2023-03-04 19:04:35.351 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 2b42669e548223ee
2023-03-04 19:04:35.372 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 e936b92e7cd286d0
2023-03-04 19:04:35.374 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 82f0b9e0c5d82522
2023-03-04 19:04:35.374 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 e312e40c8e762663
2023-03-04 19:04:35.375 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 12033774fd081759
2023-03-04 19:04:35.388 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 baee776e5a4335bb
2023-03-04 19:04:35.390 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 9995b19647e7ebad
2023-03-04 19:04:35.391 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 7771435025cdc6d4
2023-03-04 19:04:35.391 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 b151d693ed9aee8f
2023-03-04 19:04:35.392 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 6e8d29b8068e7d94
2023-03-04 19:04:35.392 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 8c8a22a765127702
2023-03-04 19:04:35.428 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 ada6f6cbececef04
2023-03-04 19:04:35.428 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 861538679b81a1b8
2023-03-04 19:04:35.429 INFO (MainThread) [custom_components.nodered.discovery] Creating sensor aacaa14c.c6196 664039c5ef1ccf08
2023-03-04 19:04:35.464 INFO (MainThread) [custom_components.nodered.discovery] Creating sensor aacaa14c.c6196 c56ada14b7bdc1e4
2023-03-04 19:04:35.464 INFO (MainThread) [custom_components.nodered.discovery] Creating sensor aacaa14c.c6196 0e028ae93d1c9e5f
2023-03-04 19:04:35.465 INFO (MainThread) [custom_components.nodered.discovery] Creating sensor aacaa14c.c6196 34770f7632fc44e0
2023-03-04 19:04:35.494 INFO (MainThread) [custom_components.nodered.discovery] Creating sensor aacaa14c.c6196 edb7ef79236c4f60
2023-03-04 19:04:35.538 INFO (MainThread) [custom_components.nodered.discovery] Creating sensor aacaa14c.c6196 6acfe00ff4e87a73
2023-03-04 19:04:35.539 INFO (MainThread) [custom_components.nodered.discovery] Creating sensor aacaa14c.c6196 6dd2958510f82b08
2023-03-04 19:04:35.539 INFO (MainThread) [custom_components.nodered.discovery] Creating sensor aacaa14c.c6196 70154c1eb34d9351
2023-03-04 19:04:35.559 INFO (MainThread) [custom_components.nodered.discovery] Creating sensor aacaa14c.c6196 9f909e68df7a409b
2023-03-04 19:04:35.723 INFO (MainThread) [custom_components.nodered.discovery] Creating sensor aacaa14c.c6196 d351736cb2a50e68
2023-03-04 19:04:36.056 INFO (MainThread) [custom_components.nodered.discovery] Creating sensor aacaa14c.c6196 65ad8c2ef70d6f6b
2023-03-04 19:04:36.065 INFO (MainThread) [custom_components.nodered.discovery] Creating sensor aacaa14c.c6196 b9a8c0d382ec846b
2023-03-04 19:04:36.065 INFO (MainThread) [custom_components.nodered.discovery] Creating sensor aacaa14c.c6196 b27e929812826a39
2023-03-04 19:04:36.066 INFO (MainThread) [custom_components.nodered.discovery] Creating sensor aacaa14c.c6196 0c187aff4b31c89b
2023-03-04 19:04:36.124 INFO (MainThread) [custom_components.nodered.discovery] Creating sensor aacaa14c.c6196 7505026374084e5f
2023-03-04 19:04:36.133 INFO (MainThread) [custom_components.nodered.discovery] Creating sensor aacaa14c.c6196 f185e37257d88f5a
2023-03-04 19:04:36.149 INFO (MainThread) [custom_components.nodered.discovery] Creating sensor aacaa14c.c6196 a992936517147005
2023-03-04 19:04:36.178 INFO (MainThread) [homeassistant.components.generic_thermostat.climate] Obtained current and target temperature. Generic thermostat active. 17.1, 17.0
2023-03-04 19:04:36.180 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 f42a13ba60e5d04b
2023-03-04 19:04:36.202 INFO (MainThread) [custom_components.nodered.discovery] Creating sensor aacaa14c.c6196 937caf4bc02a9e65
2023-03-04 19:04:36.218 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 12c7eb6a904d0087
2023-03-04 19:04:36.218 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 ae492d2cb8f30e5a
2023-03-04 19:04:36.231 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 06d815931126a43b
2023-03-04 19:04:36.236 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 b7f2bb11f69d3278
2023-03-04 19:04:36.236 INFO (MainThread) [custom_components.nodered.discovery] Creating switch aacaa14c.c6196 dd866dc9ee41861e
2023-03-04 19:04:36.237 INFO (MainThread) [custom_components.nodered.discovery] Creating sensor aacaa14c.c6196 e6c7705fdba15e88
2023-03-04 19:04:36.237 INFO (MainThread) [custom_components.nodered.discovery] Creating button aacaa14c.c6196 7535195241ae4fb9
2023-03-04 19:04:36.238 INFO (MainThread) [custom_components.nodered.discovery] Creating button aacaa14c.c6196 d6ce1480b6abdf88
2023-03-04 19:04:36.238 INFO (MainThread) [custom_components.nodered.discovery] Creating button aacaa14c.c6196 755883b74d11bf54
2023-03-04 19:04:36.247 INFO (MainThread) [custom_components.nodered.discovery] Creating button aacaa14c.c6196 1bf94c29dad0cea1
2023-03-04 19:04:36.252 INFO (MainThread) [custom_components.nodered.discovery] Creating button aacaa14c.c6196 1ae83549e4de6f2b
2023-03-04 19:04:36.266 INFO (MainThread) [custom_components.nodered.discovery] Creating button aacaa14c.c6196 1155ad28696e6c41
2023-03-04 19:04:36.277 INFO (MainThread) [custom_components.nodered.discovery] Creating button aacaa14c.c6196 952eb844b12920ba
2023-03-04 19:04:36.329 INFO (SyncWorker_2) [homeassistant.components.python_script] Executing set_state.py: {'state': 'off', 'entity_id': '{{lock_entity}}'}
2023-03-04 19:04:36.329 WARNING (SyncWorker_2) [homeassistant.components.python_script.set_state.py] ===== unknown entity_id: {{lock_entity}}
2023-03-04 19:04:36.357 INFO (SyncWorker_3) [homeassistant.components.python_script] Executing set_state.py: {'state': 'off', 'entity_id': '{{lock_entity}}'}
2023-03-04 19:04:36.357 WARNING (SyncWorker_3) [homeassistant.components.python_script.set_state.py] ===== unknown entity_id: {{lock_entity}}
2023-03-04 19:04:36.364 INFO (SyncWorker_7) [homeassistant.components.python_script] Executing set_state.py: {'state': 'off', 'entity_id': '{{lock_entity}}'}
2023-03-04 19:04:36.364 WARNING (SyncWorker_7) [homeassistant.components.python_script.set_state.py] ===== unknown entity_id: {{lock_entity}}
2023-03-04 19:05:32.933 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.rest
2023-03-04 19:07:02.952 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.rest
2023-03-04 19:07:31.691 WARNING (MainThread) [frontend.js.latest.202303020] Icon mdi:google-controller was renamed to mdi:controller, please change your config, it will be removed in version 2022.10.
2023-03-04 19:08:11.728 INFO (MainThread) [homeassistant.helpers.script.hy_gpio_extended] hy_gpio_extended: Running template script
2023-03-04 19:08:11.729 INFO (MainThread) [homeassistant.helpers.script.hy_gpio_extended] hy_gpio_extended: Executing step call service
2023-03-04 19:08:19.208 INFO (MainThread) [homeassistant.helpers.script.hy_gpio_extended] hy_gpio_extended: Running template script
2023-03-04 19:08:19.208 INFO (MainThread) [homeassistant.helpers.script.hy_gpio_extended] hy_gpio_extended: Executing step call service
2023-03-04 19:09:02.973 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.rest
2023-03-04 19:10:32.148 WARNING (MainThread) [frontend.js.latest.202303020] Icon mdi:google-controller was renamed to mdi:controller, please change your config, it will be removed in version 2022.10.
2023-03-04 19:11:32.996 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.rest
2023-03-04 19:12:24.645 INFO (MainThread) [homeassistant.helpers.script.hy_gpio_extended] hy_gpio_extended: Running template script
2023-03-04 19:12:24.646 INFO (MainThread) [homeassistant.helpers.script.hy_gpio_extended] hy_gpio_extended: Executing step call service
2023-03-04 19:14:33.029 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.rest
The text was updated successfully, but these errors were encountered:
pixsil
changed the title
Buttons is triggering multiple times
Button is triggering multiple times
Mar 4, 2023
Version of the custom_component
v1.1.3
Configuration
# no yaml configuration involved
Describe the bug
There is a specific case that the hass button in Node-Red is triggering multiple times. This happens when you add a action node after the button. In the first case everything works yet normally. But from this point everytime you cange something in NodeRed and re-deploy the button triggers a extra time when pressing on it.
I am changing quite a lot of stuff in NodeRed on dailby base. At some point the buttons where triggering over 80 times by just pressing it once.
Way to reporduce:
Things to know:
Debug log
The text was updated successfully, but these errors were encountered: