I have tried making a lot of permutations on a very simple setup. I plug in my phone and a counter on HA increments. I have tried this many different ways and none of them work. Sometimes, the sensor on Node Red has a message that informs the user it is doing its job properly (showing like “detected” or not).
However, I cannot get the stupid counter to increment.
- It has been deployed.
- The addon has been reinstalled.
- Various different sensor entities all have the same problem - none of them cause the counter to increment. They do display they are working as I intend them to. A sample of a node is shown below - this node is me trying to test something that’s basically always true.
- I don’t see a way to test the counter node directly. I right click and try “activate node” but nothing happens. The counter settings are shown below.
- The “show notification” has never showed me a notification.
There are 2 errors in the logs. An encrypted secrets error, and a one about projects. The encrypted secrets error I cannot figure out for the life of me. I have typed in a decent password into the config and tested it on that Pwn site - it’s a safe password. The addon config doesn’t give me any instructions beyond just entering a password to the config tab.
Welcome to Node-RED
===================
16 Aug 17:04:05 - [info] Node-RED version: v3.0.2
16 Aug 17:04:05 - [info] Node.js version: v18.17.0
16 Aug 17:04:05 - [info] Linux 6.1.39 x64 LE
16 Aug 17:04:06 - [info] Loading palette nodes
16 Aug 17:04:07 - [info] Dashboard version 3.5.0 started at /endpoint/ui
16 Aug 17:04:08 - [info] Settings file : /etc/node-red/config.js
16 Aug 17:04:08 - [info] Context store : 'default' [module=memory]
16 Aug 17:04:08 - [info] User directory : /config/node-red/
16 Aug 17:04:08 - [info] Projects directory: /config/node-red/projects
16 Aug 17:04:08 - [warn] No active project : using default flows file
16 Aug 17:04:08 - [info] Flows file : /config/node-red/flows.json
16 Aug 17:04:08 - [warn] Encrypted credentials not found
16 Aug 17:04:08 - [info] Server now running at http://127.0.0.1:46836/
16 Aug 17:04:08 - [info] Starting flows
16 Aug 17:04:08 - [info] Started flows
16 Aug 17:04:08 - [info] [server:Home Assistant] Connecting to http://supervisor/core
16 Aug 17:04:08 - [info] [server:Home Assistant] Connected to http://supervisor/core
[17:04:08] INFO: Starting NGinx...
16 Aug 17:05:42 - [info] Stopping flows
16 Aug 17:05:42 - [info] [server:Home Assistant] Closing connection to http://supervisor/core
16 Aug 17:05:42 - [info] Stopped flows
16 Aug 17:05:42 - [info] Updated flows
16 Aug 17:05:42 - [info] Starting flows
16 Aug 17:05:42 - [info] Started flows
16 Aug 17:05:42 - [info] [server:Home Assistant] Connecting to http://supervisor/core
16 Aug 17:05:42 - [info] [server:Home Assistant] Connected to http://supervisor/core