I added the s0 pulse USB to have 13 devices connected with an Arduino Uno3 directly to the Raspeberry PI by USB dev/ttyACM0
The serial info it sends is
ID
What I noticed is that it shows only 5 devices is it possible to show the devices what it show in the input.
Also is it possible to set the USB speed in mysensors its set to 119200 but it only works with 9600.
Source code domoticz:
/a:S0 Pulse Counter V0.x
Data record (repeated every interval):
D
Legenda:
a -> Unique ID of the S0PCM
b -> interval between two telegrams in seconds
c -> number of pulses in the last interval of register 1
d -> number of pulses since the last start-up of register 1
e -> number of pulses in the last interval of register 2
f -> number of pulses since the last start-up of register 2
.... etc.... for register 3, 4, 5
Hans