Production Counter Transmitter threshold

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:


And here’s his configuration:

Can anyone help me ?

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.

Thanks,
Eduardo M

Hi Eduardo, first thing first, sorry for the delay.
Here’s the Config Results message:
9/10/2025, 10:39:41 AMnode: debug
sensor_data : msg.payload : Object
object
nodeId: 10
firmware: 2
battery: “3.07”
battery_percent: “74.01”
counter: 19
sensor_type: 35
sensor_data: object
counts: 0
sensor_name: “One Channel Counter”
type: “sensor_data”
addr: “00:13:a2:00:42:0c:59:dc”
received: 1757515181559
original: object
mac: “00:13:a2:00:42:0c:59:dc”
receive_options: object
ack: 0
broadcast: 0
type: “”
data: array[13]
[0 … 9]
0: 127
1: 10
2: 2
3: 3
4: 184
5: 19
6: 0
7: 35
8: 0
9: 0
[10 … 12]
10: 0
11: 0
12: 0
type: “receive_packet”

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.

Please take a look at this.
Thank you,
Eduardo M

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 Eduardo, any news for us ?

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?

Yes I did and threshold value is set to 1…

Hi Fred, Just to confirm my understanding:

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.

Is this correct?

Thank you,
Eduardo M

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.

what s the firmware version of these and can you share pictures of the new one you just got ?

Since the sensors are at my client’s site, I’ll need to get back to you in a few days with that information. Sorry for the delay…