Monitoring Gas Usage - UK

Topics (not sure which fora)
when not sure where to post, post here and mods will move it to right forum.

Moderators: leecollings, remb0

thebeetleuk
Posts: 115
Joined: Saturday 21 December 2013 23:50
Target OS: Linux
Domoticz version:
Location: Scotland
Contact:

Monitoring Gas Usage - UK

Post by thebeetleuk »

Hi,

Is anyone in the UK monitoring gas usage? If so what hardware are you using to do it?

Image
My Setup: Pi, RFXtrx433, HomeEasy: 13 Dimmers & 4 Sockets, 2 motion-sensors, 3 magnetic switches, 1 OWL Electricity Sensor, 3 Oregon Temp Sensor.
thebeetleuk
Posts: 115
Joined: Saturday 21 December 2013 23:50
Target OS: Linux
Domoticz version:
Location: Scotland
Contact:

Re: Monitoring Gas Usage - UK

Post by thebeetleuk »

First clue...

http://openenergymonitor.org/emon/node/1732

See post "Submitted by dmb on Mon, 16/02/2015 - 18:55."

" It has a reflective dot on the zero" <-- Surely this is the answer... Some more investigation required.
My Setup: Pi, RFXtrx433, HomeEasy: 13 Dimmers & 4 Sockets, 2 motion-sensors, 3 magnetic switches, 1 OWL Electricity Sensor, 3 Oregon Temp Sensor.
ticktime
Posts: 1
Joined: Sunday 24 May 2015 21:08
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Monitoring Gas Usage - UK

Post by ticktime »

This might work for you. But at this point, there is no way to extract data.

http://www.amazon.co.uk/dp/B00YNCJB3S/r ... 91PMQ1DGJM
stlaha2007
Posts: 370
Joined: Monday 05 October 2015 10:16
Target OS: -
Domoticz version:
Contact:

Re: Monitoring Gas Usage - UK

Post by stlaha2007 »

Hi there,

Im not from UK but Netherlands. Here part of the household have smartmeters. Unfortunately mine will get one scheduled for end of 2017. So i have almost the same start, an analog meter with digits.

What i have done is read the number with an IPcam (bought this cheap €55,- d-link dcs-933), tried with irleds in nightvision (bad results of the reflected irleds), got a usb-ledlight (plusminus € 6,-).
Now the image is well lit without reflection (lot of trail and error).
Read the image with wget into domoticz sdcard.
Installed tesseract and imagingtools for crop, grayscale and OCR (tesseract) the number into file.
Then after OCR write the number with curl into json request into gasmeter device.
Created cronjob to read every 59th minute of the hour to get the reading of this gasmeter.
Need to say im in the testfase now, reading only the white-on-dark digits. Planning on reading the digits in de redbox later.
And still need to find out which number and divider needs to be fed and adjusted to get correct use statistics.

Sent from my D6503 using Tapatalk
ThinkPad
Posts: 890
Joined: Tuesday 30 September 2014 8:49
Target OS: Linux
Domoticz version: beta
Location: The Netherlands
Contact:

Re: Monitoring Gas Usage - UK

Post by ThinkPad »

Have a look at the MySensors project, by building something like this: http://www.mysensors.org/build/pulse_water you can probably get it into Domoticz.
There is already support for MySensors in Domoticz. Don't forget that, apart from the sensor node, you also need a MySensors gateway to receive the data from the nodes in Domoticz.

For the reflective mirror in the counting reel, a TCRT5000 / CNY70 photosensor can probably be used. But your gasmeter might also have a little magnet in the counter reel, maybe you can pickup this signal with a so called 'reed contact'.
I am not active on this forum anymore.
stlaha2007
Posts: 370
Joined: Monday 05 October 2015 10:16
Target OS: -
Domoticz version:
Contact:

Re: Monitoring Gas Usage - UK

Post by stlaha2007 »

ThinkPad wrote:Have a look at the MySensors project.

For the reflective mirror in the counting reel, a TCRT5000 / CNY70 photosensor can probably be used. But your gasmeter might also have a little magnet in the counter reel, maybe you can pickup this signal with a so called 'reed contact'.
Have you seen the picture from threadstarter. Seems to me he doesn't have a turning wheel.

I however, have looked at suggested MySensors, looks promising but need lot of cabling from outside meterhouse into central nervecenter on 2nd floor :-)

For me: my setup works for now. Builded my own gateway with bash and tesseract on domoticz-pi.
Im extending it with electricity and watermeter in a couple of days.


Sent from my D6503 using Tapatalk
thebeetleuk
Posts: 115
Joined: Saturday 21 December 2013 23:50
Target OS: Linux
Domoticz version:
Location: Scotland
Contact:

Re: Monitoring Gas Usage - UK

Post by thebeetleuk »

ticktime wrote:This might work for you. But at this point, there is no way to extract data.

http://www.amazon.co.uk/dp/B00YNCJB3S/r ... 91PMQ1DGJM
Thanks for the reply.. eek! £70 is much more than I was thinking tho. Need to do more thinking :)
My Setup: Pi, RFXtrx433, HomeEasy: 13 Dimmers & 4 Sockets, 2 motion-sensors, 3 magnetic switches, 1 OWL Electricity Sensor, 3 Oregon Temp Sensor.
thebeetleuk
Posts: 115
Joined: Saturday 21 December 2013 23:50
Target OS: Linux
Domoticz version:
Location: Scotland
Contact:

Re: Monitoring Gas Usage - UK

Post by thebeetleuk »

stlaha2007 wrote:Hi there,

Im not from UK but Netherlands. Here part of the household have smartmeters. Unfortunately mine will get one scheduled for end of 2017. So i have almost the same start, an analog meter with digits.

What i have done is read the number with an IPcam ....
Interesting approach. I had a friend thinking about this idea as well but seemed like too much work :) If I did go down this route I think I would need an IP camera that had power over ethernet due to the position of the gas meter. Good luck with your testing and let us know how you get on :)
My Setup: Pi, RFXtrx433, HomeEasy: 13 Dimmers & 4 Sockets, 2 motion-sensors, 3 magnetic switches, 1 OWL Electricity Sensor, 3 Oregon Temp Sensor.
thebeetleuk
Posts: 115
Joined: Saturday 21 December 2013 23:50
Target OS: Linux
Domoticz version:
Location: Scotland
Contact:

Re: Monitoring Gas Usage - UK

Post by thebeetleuk »

ThinkPad wrote:Have a look at the MySensors project, by building something like this: http://www.mysensors.org/build/pulse_water you can probably get it into Domoticz.
There is already support for MySensors in Domoticz. Don't forget that, apart from the sensor node, you also need a MySensors gateway to receive the data from the nodes in Domoticz.

For the reflective mirror in the counting reel, a TCRT5000 / CNY70 photosensor can probably be used. But your gasmeter might also have a little magnet in the counter reel, maybe you can pickup this signal with a so called 'reed contact'.
This might be the way to go but to be honest it might be a bit beyond me. I'll need to do a bit of reading.

I dont have the wheel but looking at the post http://openenergymonitor.org/emon/node/1732 it appears as if the dial does have a magnet somewhere at the end that I might be able to monitor.
My Setup: Pi, RFXtrx433, HomeEasy: 13 Dimmers & 4 Sockets, 2 motion-sensors, 3 magnetic switches, 1 OWL Electricity Sensor, 3 Oregon Temp Sensor.
rmtucker
Posts: 21
Joined: Saturday 17 October 2015 23:41
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Monitoring Gas Usage - UK

Post by rmtucker »

If it has a magnet, use a reed switch and an esp8266 with ESPEasy firmware straight into your domoticz server.
Whole thing costs about a fiver as long as you already have a server.
If not another £30 for a Raspberry.
Works really well and my reed switch is just stuck on with Blu Tack :D
It has never missed a pulse since i set it up.
If you need any setup help just head over to the Espeasy forum or give me a shout.
thebeetleuk
Posts: 115
Joined: Saturday 21 December 2013 23:50
Target OS: Linux
Domoticz version:
Location: Scotland
Contact:

Re: Monitoring Gas Usage - UK

Post by thebeetleuk »

Espeasy forum? Where is that?

All sounds too easy :) and I have a spare Pi :)
My Setup: Pi, RFXtrx433, HomeEasy: 13 Dimmers & 4 Sockets, 2 motion-sensors, 3 magnetic switches, 1 OWL Electricity Sensor, 3 Oregon Temp Sensor.
rmtucker
Posts: 21
Joined: Saturday 17 October 2015 23:41
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Monitoring Gas Usage - UK

Post by rmtucker »

http://www.esp8266.nu/index.php/Main_Page
You will not need a Pi if you are already running Domoticz.
Any way pop over there and have a read.The Forum link is near the bottom if you need it.
markk
Posts: 267
Joined: Tuesday 14 January 2014 14:50
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Monitoring Gas Usage - UK

Post by markk »

I've got one of these meters and found that you don't need to mess about with pulses or magnets on wheels. Mine has an RJ11 port under the last set of numbers. I connected an old telephone cable to this and to a modified reed switch and got an open signal every time the numbers moved but didn't have the know how to devise something to record and measure it. Someone with a bit of savvy should be able to do this easily enough.
Running Domoticz on Pi3 with RFXtrx433e. LWRF power sockets and dimmer switches. Integrated my existing wirefree alarm PIRs and door contacts with domoticz. Geofencing with Pilot. Harmony Hub. Tado for Heating. Now playing with mysensors.
stlaha2007
Posts: 370
Joined: Monday 05 October 2015 10:16
Target OS: -
Domoticz version:
Contact:

Re: Monitoring Gas Usage - UK

Post by stlaha2007 »

thebeetleuk wrote: Interesting approach. I had a friend thinking about this idea as well but seemed like too much work :) If I did go down this route I think I would need an IP camera that had power over ethernet due to the position of the gas meter. Good luck with your testing and let us know how you get on :)
Thanks!
Wasn't that much work. Wireless ipcam was enough, had power-outlet for doorbell. Had extended it with a powerbox.
When finished testing i'll let you know.

Will post it here or the other subforum Show your stuff ;-)

Sent from my D6503 using Tapatalk
stlaha2007
Posts: 370
Joined: Monday 05 October 2015 10:16
Target OS: -
Domoticz version:
Contact:

Re: Monitoring Gas Usage - UK

Post by stlaha2007 »

markk wrote:I've got one of these meters and found that you don't need to mess about with pulses or magnets on wheels. Mine has an RJ11 port under the last set of numbers. I connected an old telephone cable to this and to a modified reed switch and got an open signal every time the numbers moved but didn't have the know how to devise something to record and measure it. Someone with a bit of savvy should be able to do this easily enough.
Maybe mine will have some sort of. Need to investigate further.
Thanks for letting us know.

Sent from my D6503 using Tapatalk
thebeetleuk
Posts: 115
Joined: Saturday 21 December 2013 23:50
Target OS: Linux
Domoticz version:
Location: Scotland
Contact:

Re: Monitoring Gas Usage - UK

Post by thebeetleuk »

I have now take a good look at my meter and I notice it says in the bottom right it says "1 PULSE = 10dm2". I'm assuming this is an LED that might light up each time the "5" (in red) changes. I didn't have the patience to sit and watch it so will look later when it gets to 9 :) I also noticed that the zero is indeed reflective so should be able monitor this.

I also checked about the RJ45 connection on the bottom. Didnt find one :(

So I think I might have a few options around monitoring. By light or by potentially a magnet (or reed switch).

Image
My Setup: Pi, RFXtrx433, HomeEasy: 13 Dimmers & 4 Sockets, 2 motion-sensors, 3 magnetic switches, 1 OWL Electricity Sensor, 3 Oregon Temp Sensor.
amz4u2nv
Posts: 31
Joined: Friday 21 August 2015 16:04
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: Monitoring Gas Usage - UK

Post by amz4u2nv »

for those in the uk... looked up the loop gas energy meter - its £30 b&q.

http://www.diy.com/departments/loop-gas ... 12154615:s

I think its possible to write a script to scrape the results from the loop website and add it to domoticz.
alexsh1
Posts: 169
Joined: Wednesday 30 September 2015 11:50
Target OS: Raspberry Pi / ODroid
Domoticz version: v3.8975
Location: United Kingdom
Contact:

Re: Monitoring Gas Usage - UK

Post by alexsh1 »

I would go with MySensors - simple to setup and almost native in Domoticz
markk
Posts: 267
Joined: Tuesday 14 January 2014 14:50
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Monitoring Gas Usage - UK

Post by markk »

amz4u2nv wrote:for those in the uk... looked up the loop gas energy meter - its £30 b&q.

http://www.diy.com/departments/loop-gas ... 12154615:s

I think its possible to write a script to scrape the results from the loop website and add it to domoticz.
Looks like you have to have the loop electricity monitor (45GBP) for the gas monitor to work so 75GBP total
Running Domoticz on Pi3 with RFXtrx433e. LWRF power sockets and dimmer switches. Integrated my existing wirefree alarm PIRs and door contacts with domoticz. Geofencing with Pilot. Harmony Hub. Tado for Heating. Now playing with mysensors.
amz4u2nv
Posts: 31
Joined: Friday 21 August 2015 16:04
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: Monitoring Gas Usage - UK

Post by amz4u2nv »

markk - ordered yesterday worked out £50 for both - £25 discount if both added to the basket.
Thought I would get it and see what I could do with it. If it doesnt work give it back...
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest