Hello all !
Is there any .php file to send data from teleinfo to EmonCMS ?
Some example are created here for other plateform : https://github.com/tbibard/teleinfo-recorder/tree/master/src/TeleinfoRecorder/Handler
Or
How to recover datas from teleinfo and sent them ?
All fields of the datas :
$fields = array( 'ADCO' => 'varchar(12) NOT NULL', 'OPTARIF' => 'varchar(4)', 'ISOUSC' => 'tinyint(6)', 'BASE' => 'int(11)', 'HCHP' => 'int(11)', 'HCHC' => 'int(11)', 'EJPHN' => 'int(11)', 'EJPHPM' => 'int(11)', 'PEJP' => 'tinyint(6)', 'BBRHCJB' => 'int(11)', 'BBRHPJB' => 'int(11)', 'BBRHCJW' => 'int(11)', 'BBRHPJW' => 'int(11)', 'BBRHCJR' => 'int(11)', 'BBRHPJR' => 'int(11)', 'PTEC' => 'varchar(4)', 'DEMAIN' => 'varchar(4)', 'IINST' => 'tinyint(6)', 'ADPS' => 'tinyint(6)', 'IMAX' => 'tinyint(6)', 'PAPP' => 'tinyint(6)', 'HHPHC' => 'varchar(1)', 'MOTDETAT' => 'varchar(6)' );
Thanks for your help
EmonCMS Feed Handler in PHP
Submitted by Guest on Tue, 07/01/2014 - 08:29Hello all !
Is there any .php file to send data from teleinfo to EmonCMS ?
Some example are created here for other plateform : https://github.com/tbibard/teleinfo-recorder/tree/master/src/TeleinfoRecorder/Handler
Or
How to recover datas from teleinfo and sent them ?
All fields of the datas :
Thanks for your help