-
-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Some (most?/all?) billing electricity meters in France have a serial output port for 'télé-information' (TIC) with several key data points such as actual meter reading, instantaneous current, instantaneous apparent power, etc. I think it would be handy to add support for this protocol.
Data is sent from the meter one way (transmit only - no response required) using a serial protocol. The physical hardware signal is modulated A/C voltage so cannot just be connected to a regular serial port. However, there are many examples of simple circuits that can adapt the the signal to something suitable for a TTL RS232 port. There are also numerous TIC to USB interfaces on the market that are presented in most operating systems as a serial port from which the data stream can be read.
Full specification of TIC from Enerdis (the French grid operator, in French):
https://www.enedis.fr/media/2027/download - 'historic' mode
https://www.enedis.fr/media/2035/download - 'standard' & 'historic' mode
Some friendlier information from a DIY project (many more pages like this can be found with a quick search):
https://faire-ca-soi-meme.fr/domotique/2016/09/12/module-teleinformation-tic/