Hey everyone, I’m diving into Node-RED for the first time and I’m trying to set up a simple counter that increments when my phone is plugged in. It sounds straightforward, but I’m hitting a few bumps along the way. Let me walk through what I’ve tried so far and see if anyone has some insights or suggestions.First off, I’ve set up a basic flow where a sensor detects when my phone is plugged in, and then a counter node should increment based on that input. The sensor seems to be working as intended—it shows a status update when my phone is connected. However, the counter isn’t responding at all. I’ve double-checked the connections, made sure everything is deployed, and even reinstalled the add-on to rule out any installation issues.One thing I’m noticing is that the counter node doesn’t seem to have a way to test it directly. I right-clicked on it and tried activating it, but nothing happened. The counter settings look correct, and I’ve even tried different sensor entities to see if it’s a specific sensor issue, but none of them trigger the counter. It’s a bit frustrating because the sensor is clearly detecting the event, but the counter isn’t registering it.Another thing that’s come up is an encrypted secrets error in the logs. I’m not entirely sure how to resolve this. I’ve set a password in the config, and it seems secure based on the checks I’ve done. The logs mention a warning about encrypted credentials not being found, which I think might be related. I’m not sure if this is a critical issue or just a warning, but it’s something I want to address to ensure everything runs smoothly.I also noticed a project-related error in the logs, but I’m not actively using projects in Node-RED, so I’m not sure if that’s affecting anything. The main focus right now is getting the counter to work as expected.If anyone has any tips or troubleshooting steps they’d recommend, I’d be really grateful. I’m eager to get this working and move on to more complex flows once I have the basics down. Thanks in advance for any help!