Hello,
I successfully connected Metehub to my Conrad Energy Control 3000 USB as a EM1010 device. I am confused about the sensor data from the em1010 device. Which number:type belongs to what sensor?
The Meteohub screen is attached to this post as a zipped html-file. The lower station, station 1 = EM1010 is the relevant.
- Steff
EM1010 Sensor Numbering?
Moderator: Mattk
-
- Senior Boarder
- Posts: 44
- Joined: Sun Sep 25, 2011 7:48 pm
EM1010 Sensor Numbering?
- Attachments
-
- meteohub.cgi.zip
- html "Screen shot" with station 1 = EM1010
- (4.54 KiB) Downloaded 292 times
-
- Senior Boarder
- Posts: 44
- Joined: Sun Sep 25, 2011 7:48 pm
Re: EM1010 Sensor Numbering?
Looks like nobody has a complete list. So I start with what I know for "Conrad Energy Control 3000 USB". Via 868.35 MHz radio it can receive data from up to 12 measuring sensors of type
Possible Sensor Adresses:
I have the following configuration:
Then selecting the Weather Station "EM1010" in Meteohub:
Here, I can select more IDs in Meteohub then sensor are really avialable. This looks to me like a problem of the Conrad Device itself. Somehow it does not always know which address is really used. Anyway, we know, so we pick out the right addresses
Here I have to guess what the meaning of each value for electricity measurement is:
I have no glue what the meaning of each value for gas measurement is, maybe:
- ES-1 socket sensor,
- ES-2 electricity meter reading sensor
- ES-3 top hat rail sensor,
- ES-4 gas meter sensor, and
- ES-5 solar feed sensor.
Possible Sensor Adresses:
Code: Select all
ES-1 -> 5, 6, 7, 8
ES-2 -> 1, 2, 3, 4
ES-3 -> 5, 6, 7, 8
ES-4 -> 9, 10,11, 12
ES-5 -> 5, 6, 7, 8
Code: Select all
Sensor Type Sensor Address
ES-2 1
ES-1 5
ES-4 9
Here I have to guess what the meaning of each value for electricity measurement is:
- power = Average value of last measuring interval (current value) in Watt [W]
- max power = Peak value of the last measuring interval in Watt [W]
- energy = Total Energy since reset in kilo-Watt-Hour [kWh]
I have no glue what the meaning of each value for gas measurement is, maybe:
- max power = Total gas volume since reset in 1000*(m³)
- energy = Total gas volume since reset in m³/10 rounded to two digits after "."
- power = Total gas volume in last interval in 1000*(m³)