oem_gateway icon indicating copy to clipboard operation
oem_gateway copied to clipboard

Part of OpenEnergyMonitor project. Gateway from data source to target database.

Results 14 oem_gateway issues
Sort by recently updated
recently updated
newest added

Added new buffer to Thingspeak

The only difficulty, as far as I can tell, is the availability of the configobj module. This module is used to read the config file. It is quite practical. The...

enhancement

As discussed [here](https://github.com/Jerome-github/oem_gateway/issues/23), the next version of OEM Gateway will be [emonHub](https://github.com/emonhub/). Please open new issues on emonHub. Thanks.

It is currently hardcoded [here](https://github.com/Jerome-github/oem_gateway/blob/master/oemgatewaylistener.py#L107) as 9600.

enhancement

Hello Jerome This is a new listener and buffer to work with the new emoncms node interface that needs to oem_gateway to just forward the RFM12 Demo output on without...

enhancement

In the current implementation, the config file is read on a regular basis and there is no need to restart the gateway after reconfiguration. On the other hands, if the...

enhancement
question

Thinking a bit ahead, we've been exploring adding control features to emoncms, the packetgen module: https://github.com/emoncms/packetgen heatingscheduler module: https://github.com/emoncms/scheduler scheduler forum post: http://openenergymonitor.org/emon/node/4354 At the moment packetgen is used with...

A shorter timeout on urlopen() would be nice. Since the program is single-threaded, urlopen() stops the whole execution. The timeout argument in urlopen() does not seem to work. http://docs.python.org/2/library/urllib2.html Neither...

bug

Currently, when the buffer can't reach its target, the data is kept in RAM and the communication retried later. To avoid filling up the RAM, the data is trashed after...

enhancement

Apparently, customizing config files is not that straightforward. Probably due to lack of documentation. (E.g. : http://openenergymonitor.org/emon/node/3691) Config samples would be useful.

enhancement