{"id":16144961,"url":"https://github.com/hallard/teleinfo-test","last_synced_at":"2026-02-24T14:39:53.065Z","repository":{"id":149039457,"uuid":"288997179","full_name":"hallard/teleinfo-test","owner":"hallard","description":"Programme de test des modules téléinfo","archived":false,"fork":false,"pushed_at":"2022-12-27T12:33:25.000Z","size":9,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-09T20:08:40.913Z","etag":null,"topics":["microteleinfo","pitinfo","teleinfo","tic","uteleinfo"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hallard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-20T12:14:07.000Z","updated_at":"2024-03-25T15:16:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"689f97a1-8d8c-4a96-b648-099c1e5b05e7","html_url":"https://github.com/hallard/teleinfo-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hallard/teleinfo-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hallard%2Fteleinfo-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hallard%2Fteleinfo-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hallard%2Fteleinfo-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hallard%2Fteleinfo-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hallard","download_url":"https://codeload.github.com/hallard/teleinfo-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hallard%2Fteleinfo-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29786049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T10:45:18.109Z","status":"ssl_error","status_checked_at":"2026-02-24T10:45:09.911Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["microteleinfo","pitinfo","teleinfo","tic","uteleinfo"],"created_at":"2024-10-10T00:14:37.597Z","updated_at":"2026-02-24T14:39:53.050Z","avatar_url":"https://github.com/hallard.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# teleinfo\n\nProgramme de test de la téléinfo pour les modules \n\n- [PITinfo](https://www.tindie.com/products/hallard/pitinfo/)\n- [uTeleinfo V2](https://www.tindie.com/products/hallard/micro-teleinfo-v20/)\n- [uTeleinfo V3](https://www.tindie.com/products/hallard/micro-teleinfo-v30/)\n- Tout autre module compatible serie\n\n\n## Installation\n\nPython est nécessaire ainsi que la librairie Python Serial. \n\nExemple d'installation sur Raspbery Pi ou Linux\n\n```\nsudo apt-get install git-core python-serial\ngit clone https://github.com/hallard/teleinfo-test\ncd teleinfo-test\n```\n\nPar defaut le programme essaie de trouver le port série correspondant à la téléinfo. Si c'est un module MicroTeleinfo il sera automatiquement detecté avec son numéro de série. \n\nSi le port `/dev/ttyAMA0` existe (Raspberry Pi) il sera aussi automatiquement utilisé.\n\n## Usage\n\nL'option `-s`ou  `--standard` est utilisée si votre Linky est en mode Standard (9600 bps) et non historique (1200 bps).\n\n\nAide\n\n`./teleinfo.py -h` ou `./teleinfo.py --help`\n\n```\n./teleinfo.py -p|--port \u003cserial_port\u003e\n./teleinfo.py -s|--standard\n./teleinfo.py -l|--list\n./teleinfo.py [-h|--help]\n```\n\n\nAffichage de la liste des ports séries disponibles\n\n`./teleinfo.py -l` ou `./teleinfo.py --list`\n\n```\n/dev/cu.Bluetooth-Incoming-Port: n/a [n/a]\n/dev/ttyUSB0: FT230X Basic UART [USB VID:PID=0403:6015 SER=TINFO-1036 LOCATION=1-1.4]\n```\n\nLancement du module avec choix manuel du port\n\n`./teleinfo.py -p /dev/ttyUSB0` ou `./teleinfo.py --port /dev/ttyUSB0`\n\n```\nTeleinfo : Mode Historique\nPort     : /dev/ttyUSB0\nVitesse  : 1200\n\n\nPTEC HP..  \nIINST 001 X\nIMAX 002 A\nPAPP 00180 *\nHHPHC A ,\nMOTDETAT 000000 B\nADCO 021528603314 :\nOPTARIF HC.. \u003c\nISOUSC 15 \u003c\nHCHC 000723392  \nHCHP 001742238 .\nPTEC HP..  \nIINST 001 X\nIMAX 002 A\n```\n\nLancement du module avec choix automatique du port (ici sur un Pi avec PITinfo)\n\n`./teleinfo.py`\n\n\n```\nMissing serial port argument trying to find Teleinfo\nTeleinfo : Mode Historique\nPort     : /dev/ttyAMA0\nVitesse  : 1200\n\n5\nADCO 021528603314 :\nOPTARIF HC.. \u003c\nISOUSC 15 \u003c\nHCHC 000723392  \nHCHP 001742204 '\nPTEC HP..  \nIINST 001 X\nIMAX 002 A\nPAPP 00180 *\nHHPHC A ,\nMOTDETAT 000000 B\nADCO 021528603314 :\nOPTARIF HC.. \u003c\nISOUSC 15 \u003c\nHCHC 000723392  \nHCHP 001742204 '\nPTEC HP..  \nIINST 001 X\n```\n\nLancement du module avec choix automatique du port (ici sur un Mac avec un module MicroTeleinfo)\n`./teleinfo.py`\n\n```\nMissing serial port argument trying to find Teleinfo\nTeleinfo : Mode Historique\nPort     : /dev/cu.usbserial-TINFO_1036\nVitesse  : 1200\n\n\nMOTDETAT 000000 B\nADCO 021528603314 :\nOPTARIF HC.. \u003c\nISOUSC 15 \u003c\nHCHC 000723392  \nHCHP 001742220 %\nPTEC HP..  \nIINST 001 X\nIMAX 002 A\nPAPP 00190 +\nHHPHC A ,\nMOTDETAT 000000 B\nADCO 021528603314 :\nOPTARIF HC.. \u003c\nISOUSC 15 \u003c\nHCHC 000723392  \nHCHP 001742220 %\nPTEC HP..  \nIINST 001 X\nIMAX 002 A\nPAPP 00190 +\nHHPHC A ,\nMOTDETAT 000000 B\n```\n\n# License\n\n\u003cimg alt=\"Creative Commons Attribution-NonCommercial 4.0\" src=\"https://i.creativecommons.org/l/by-nc/4.0/88x31.png\"\u003e   \n\nThis work is licensed under a [Creative Commons Attribution-NonCommercial 4.0 International License](http://creativecommons.org/licenses/by-nc/4.0/)    \n\n# Misc\n\nSee news and other projects on my [blog](https://hallard.me)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhallard%2Fteleinfo-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhallard%2Fteleinfo-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhallard%2Fteleinfo-test/lists"}