Hello,
I’m trying to change the threshold value for two new sensors of type Production Counter Transmitter via Node-RED, but it’s not working.
I was able to change the node ID, but the threshold doesn’t update.
I want the threshold to be set to 1.
Here’s my flow:
Hi @frederic Sure, could you please enable the Wait for Network Formation checkbox?
Then, connect a debug node to the output of your Wireless Devices nodes so we can take a look at the Config Results message. After that, please try the configuration again.
Hi @frederic Thank you for the message, just as reference this is a ‘sensor_data’ message not a ‘Config results’ message, let me share you a guide for sensor configuration using Node-RED:
Please focus on ‘Manual Configuration 10.1’ section, we are interested in the ‘Config results’ message, so you will need to connect a debug node to the output of your Wireless Device node:
config_set_counter_threshold_35: true
true means it was configured correctly. Additionally, let me share you the description for Counter Threshold: The sensor will transmit data when any connected counter reaches a multiple of this threshold value. Note: The range for this value is from 0 to 65534 and must be multiple of 100.
Sensor will transmit data at user intervals (delay) and when counter threshold meet.
HI Eduardo, is this what you are waiting for:
9/10/2025, 11:30:26 AMnode: debug
Config Results : msg.payload : Object
object
id_and_delay: true
config_set_counter_threshold_35: true
You wrote that The range for this value is from 0 to 65534 and must be multiple of 100, but we do have the same counter transmitter which the threshold is set to 1 and it works…
Hi @frederic yes we are waiting for config_set_counter_threshold_35: true this means it was configured correctly. Did you get this message after configuration?
You have two ‘production counter’ sensors, and you are trying to set the counter_threshold to 1 on both. The configuration command is returning config_set_counter_threshold_35: true for both devices, indicating a successful response.
However, only one of the sensors is actually applying the configuration, meaning it’s the only one sending a data message each time the counter increments by one.
Currently, there are eight counters, and they are all working correctly with the threshold set to 1. We purchased two other counters (same model), but they aren’t behaving the same as the others.