[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/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 - Do Any NAS Applications Exist To Feed PowerMeter?

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 11:09 am

All times are UTC [ DST ]




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
PostPosted: Mon May 30, 2011 11:34 am 
Offline

Joined: Sat Apr 16, 2011 1:10 pm
Posts: 328
Location: East Sussex
I was wondering if anyone had written an application for a NAS (either Netgear or Synolgy) to make use of the USB cable feed from the CC Envi or EnviR display unit.

Many Thanks

Automan.


Top
 Profile  
 
PostPosted: Wed Jun 01, 2011 2:37 am 
Offline

Joined: Sun May 29, 2011 9:05 pm
Posts: 2
Hi

I have setup a NAS to capture the data stream from the ENVI into daily data files.
Now that I am using the CC bridge I am splicing the serial data and using the same code to capture the data on the NAS.

I am using this NAS


with a custom firmware


It was quite involved since I had to change the NAS source code and cross platform compile it. This was mainly necessary to in order to
add driver support for the usb to serial adapter (the same that is in the standard cable for the ENVI).
Then I had to write a script that takes the serial stream and saves it to date stamped files. That script gets automatically started when the
usb to serial adapter is plugged in or the NAS starts up with it being present.

I did have some problems with splicing the serial cable, you are essentially listening into a serial communications so only connect the Rx and ground.
My first cable was of bad quality so that it would drop our occasionally. Now with the CC bridge I bought a full RJ45 splitter and I therefore don't need to
splice the original cable anymore. I just cut a LAN cable in half and connected the appropriate wires to the serial to USB adapter.

I am not sure if that helps you since you want it for Netgear or Synolgy and I don't know anything about them.
But essentially if you can get the serial stream into the NAS you should be fine. The usb to serial adapter that is in the ENVI cable is based on the
PL2303, so if your NAS has driver support for that then all you need is to write a script for logging the data and get it started.

If you want any more info let me know.

Cheers


Top
 Profile  
 
PostPosted: Sat Jun 18, 2011 10:56 am 
Offline

Joined: Thu Jun 16, 2011 10:29 am
Posts: 13
Location: Paris 12 FRANCE
hello
yes they are relevant for me as I have a ready nas duo an environment with a cable 128 cc OPTION A
if you give an idea has to do a nas running this cool
thank you for you support

bonjour
oui cela intéresse pour moi aussi j'ai un ready nas duo un envi cc 128 avec un câble OPTION A
si tu a une donne idée pour le faire fonctionne sous un nas cet cool
merci pour ton concours


Top
 Profile  
 
PostPosted: Sun Jun 19, 2011 10:06 am 
Offline

Joined: Thu Jun 16, 2011 10:29 am
Posts: 13
Location: Paris 12 FRANCE
hello
I'm looking too has run my cc128 on a jai nas nas duo ready if you have information or I am interested
thank you for your help

bonjour
je cherche moi aussi a faire fonctionner mon cc128 sur un nas jai un ready nas duo si tu a des information ou je suis interesse
merci pour ton aide


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 6 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:  
Powered by phpBB® Forum Software © phpBB Group