Jérôme Lafréchoux

Results 528 comments of Jérôme Lafréchoux

Regarding your power production feeds, can you please list the post-processing operations from input to feed (like sum/difference/multiplication/average/...) ? We may want to check whether these would be screwed up...

The power to kwh function calculates the energy by multiplying the power by the time elapsed. The time elapsed is the time of the sample minus the time of the...

I just committed a fix to make sure the data is sent in chronological order: https://github.com/Jerome-github/oem_gateway/commit/06f07896c0f8f821cdb77ee01f8a2d7306c68909 Would you mind checking whether you still have the same kind of trouble ?

Thanks. Yes, the filename modification is part of the changes in recent commits. I modified oemgateway.init.dist (the model) accordingly, but you're right, this change is not automatically made into the...

I think it takes 2-3 secs because the call of urllib2.urlopen() lasts 2-3 secs. This can be due to emoncms.org taking too much time to answer. See ``` 2013-10-23 13:37:13,569...

I just pushed a few commits you might want to check out. I added back a period between data posts. You'll need to add the "period" parameter to your config...

Hi. I didn't have much time to investigate the network failure behavior. I shall try to reproduce. Perhaps do you have the relevant part of the log ? Regarding the...

OK I added a 60 s timeout. This is for the specific case you describe and this does not really address issue https://github.com/Jerome-github/oem_gateway/issues/1. I don't really understand your second paragraph....

Thanks for the log. (I edited to remove your apikey.) It looks fine to me. The data is sent FIFO, with times from -750 to -580, which is about 10...

Thanks for opening this bug report. For the record, a bit of info and a few interested users on this forum thread: http://openenergymonitor.org/emon/node/1364