Hello,
i have a power meter with RFXCom connected (1000 imp = 1 kwh).
Would it be possible to make the resolution of the data in meteohub bigger?
Currently acc. to doc:
Data data# system data [1/100 value]
It would be really great to implement 1/1000 values instead of 1/100.
At least in the sensor configuration i am able to configure this, but it´s not considered (only 1/100).
Format of rawdata
Moderator: Mattk
-
- Platinum Boarder
- Posts: 873
- Joined: Fri Jan 25, 2008 6:27 pm
- Location: Isle of Skye, Scotland
Re: Format of rawdata
What advantage do you see in 1/1000?gdfde wrote:i have a power meter with RFXCom connected (1000 imp = 1 kwh).
It would be really great to implement 1/1000 values instead of 1/100.
At least in the sensor configuration i am able to configure this, but it´s not considered (only 1/100).
The sensor (I have one too) is only reporting integer values (watts), so neither of the existing decimal places are used. I'm puzzled why would you want a third unused decimal?
Re: Format of rawdata
The sensor is sending the impulses to Rfxmeter, 1000 for 1 kwh.skyewright wrote: What advantage do you see in 1/1000?
The sensor (I have one too) is only reporting integer values (watts), so neither of the existing decimal places are used. I'm puzzled why would you want a third unused decimal?
With the current implementation the smallest resolution is 0,01 kw within a certain timeframe.
I want to monitor the power consumption on a 5 minutes base (or even less) to create a kind of realtime monitoring.
If i calculate this value with 12 (for kwh) the smallest possible power consumption value is 120 Watt.
1/1000 would make the "realtime" statistics more accurate...it´s also possible to configure this in the sensor settings in metehub, but it´s not considered.
Re: Format of rawdata
Why don't you go with storing Watts instead of kW? Then precision should be fine.
Re: Format of rawdata
This would not change anything with the granularity.admin wrote:Why don't you go with storing Watts instead of kW? Then precision should be fine.
Meters with S0 output only support sending pulses (i.e. to pulsemeter of RFXmeter and their pulse module).
With the current implementation Meteohub only considers 100 pulses for 1 kwh, even if i configure in the sensor settings 0,001.
-
- Platinum Boarder
- Posts: 873
- Joined: Fri Jan 25, 2008 6:27 pm
- Location: Isle of Skye, Scotland
Re: Format of rawdata
I have this same equipment (i.e. RFXMeter & RFXPulse), and I record meter usage to the level of 0.001 kWh just as you require.gdfde wrote:With the current implementation Meteohub only considers 100 pulses for 1 kwh, even if i configure in the sensor settings 0,001.admin wrote:Why don't you go with storing Watts instead of kW? Then precision should be fine.
The Meteohub stores the data Wh (i.e. each LED pulse adds 1 to the count stored in Meteohub). If I want kWh all I need to do is divide by 1000 where I want to show the value as kWh.
e.g. The sensors page currently shows a value of 419963.00 for my import meter, so that is 419963 Wh, or 419.963 kWh.
To plot a graph showing consumption in watts with 5 minute resolution I use Meteoplug (which has very nice graphing facilities) with a chart definition sensor line like:
Code: Select all
sid4=data37 sfactor4=12 scolor4=FF00FF sname4=Import ssel4=suminc sfill4=50
The axis on that chart is in W, but that's fine for me in this case.
Last edited by skyewright on Mon Nov 22, 2010 5:55 pm, edited 3 times in total.
Re: Format of rawdata
Well, thats true.skyewright wrote: The Meteohub stores the data Wh (i.e. each LED puklse adds 1 to the count stoerd in Meteohub). If I want kWh all I need to do is divide by 1000 where I want to show the vale as kWh.
e.g. The sensors page currently shows a value of 419963.00 for my import meter, so that is 419963 Wh, or 419.963 kWh.
But where can you configure to divide the Wh by 1000 in Meteohub?
]
Re: Format of rawdata
i found the solution.
i configure the pulse meter data with original data and created a virtual sensor (which must have come with one of the latest software updates) with the necessary granularity.
thank you for bringing me on the right track
i configure the pulse meter data with original data and created a virtual sensor (which must have come with one of the latest software updates) with the necessary granularity.
thank you for bringing me on the right track
