[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4699: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4701: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4702: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4703: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Current Cost Support Forum • View topic - Raspberry Pi

Current Cost Support Forum

A support forum for Current Cost users, partners and developers. Covering hardware, software and web.
Site Announcements

The support forum is moderated Monday to Friday, UK time. To submit a support ticket, please email: helpme [at] currentcost .com

It is currently Tue Apr 16, 2024 3:35 pm

All times are UTC [ DST ]




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 15 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: Raspberry Pi
PostPosted: Tue May 14, 2013 4:50 pm 
Offline

Joined: Tue Apr 16, 2013 6:10 pm
Posts: 2
Had an email today from Cosm announcing the switchover to Xively and also the desupport of the Cosm CurrentCost dashboard.

I suspect that this means that my PVOutput feed (which goes via NetBridge to Cosm to PVOutput) will stop working.

Anyone directly loading to PVoutput using a Raspberry PI reading from the Envir?


Top
 Profile  
 
 Post subject: Re: Raspberry Pi
PostPosted: Sun Jun 16, 2013 10:09 am 
Offline

Joined: Sun Jun 16, 2013 9:52 am
Posts: 3
Hi,

I don't use the above scripts but I do have a number of EnvIR's in different locations and few geographically dispersed Raspberry Pi's.

I use node.js, so developed a small module that treats the basestation as an event emitter. The events I get out of this module are easier to process than the raw XML (imho). Short examples are provided. I'll be expanding these examples when time allows.

The events I get from the basestation are sent into 'redis' pubsub queues, where I can easily centrally process them and send them to other services (like cosm/xively or emoncms etc). Since I recently added the 'average' events and the 'filesystem' support I find that I get a wealth of nice information now.

Comments/feedback/enhancements welcome:

Packaged for npm on npmjs.org: https://npmjs.org/package/ccxmleventemitter

GitHub: https://github.com/TheDistractor/CCXMLEventEmitter

I hope someone else finds it useful.


Top
 Profile  
 
 Post subject: Re: Raspberry Pi
PostPosted: Sat Jun 29, 2013 2:10 pm 
Offline

Joined: Sat Jun 29, 2013 1:50 pm
Posts: 1
Of course :)

Take a look at measureit. There is a pre configured pi image available too.

It grabs the data, store them in a database and display them in a website and shows some nice graphs. This is running on your pi.
You can send all data to pvoutput.org. Usage and creation data.

https://code.google.com/p/measureit/


Top
 Profile  
 
 Post subject: Re: Raspberry Pi
PostPosted: Mon Jul 01, 2013 2:57 am 
Offline

Joined: Mon Jul 01, 2013 2:47 am
Posts: 1
I have a python script that pulls updates from the currentcost using the pi's gpio serial tx, 3v and ground pins. Planning to do a 5 minute average and upload to xively.

I already have another script that's updating different stats to xively from the pi and has been since it was cosm.


Top
 Profile  
 
 Post subject: Re: Raspberry Pi
PostPosted: Sun Aug 25, 2013 12:53 pm 
Offline
User avatar

Joined: Tue May 31, 2011 9:24 pm
Posts: 38

_________________
(º•.¸(¨*•.¸ ¸.•*¨)¸.•º)
<<<.•°•. NIK .•°•.>>>
(¸.•º(¸.•¨* *¨•.¸)º•.¸)


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 15 posts ]  Go to page Previous  1, 2

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 15 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group