Read out S0PCM-05
Posted: Thursday 30 August 2018 19:39
Hi,
Just bought an S0PCM-05 meter at SmartMeterDashboard.
This device works 'great', but the PowerConsumption is not really spot on, more an average consumption instead of an actual consumption.
So I want to read out the values of the different meters. Or all meters at once, just like it's possible in Putty (cat /dev/ttyACM0).
So I can see how many pulses are counted in the last 10 seconds.
Then I write these numbers in different user-variables, so I can use the pulses of the last 30 seconds to make the actual-Power-consumption (watts)
Do I use something like: otherdevices_svalues[ ' .... '] to get these values?
Don't know where to start in this 'project'.
For now I use the devices that Domoticz makes when I create in HARDWARE the S0 METER USB-counter, but I want to make a counter like my watermeter, which directly responds when the water is used (bij counting a liter at a time) and my waterflowmeter (uses data from watermeter) and shows the use of water in liters/min. (also spot-on)
Hope someone can help me with pulling out the data in 'workable values'.....
Just bought an S0PCM-05 meter at SmartMeterDashboard.
This device works 'great', but the PowerConsumption is not really spot on, more an average consumption instead of an actual consumption.
So I want to read out the values of the different meters. Or all meters at once, just like it's possible in Putty (cat /dev/ttyACM0).
So I can see how many pulses are counted in the last 10 seconds.
Then I write these numbers in different user-variables, so I can use the pulses of the last 30 seconds to make the actual-Power-consumption (watts)
Do I use something like: otherdevices_svalues[ ' .... '] to get these values?
Don't know where to start in this 'project'.
For now I use the devices that Domoticz makes when I create in HARDWARE the S0 METER USB-counter, but I want to make a counter like my watermeter, which directly responds when the water is used (bij counting a liter at a time) and my waterflowmeter (uses data from watermeter) and shows the use of water in liters/min. (also spot-on)
Hope someone can help me with pulling out the data in 'workable values'.....