sitronlabs / MySensors-nRF24-Linky-Module

IoT energy sensor for Linky electricity meters in France
https://www.tindie.com/products/sitronlabs/mysensors-nrf24-linky-module/
GNU General Public License v2.0
2 stars 1 forks source link
diy diy-electronics home-automation linky mysensors nrf24 nrf24l01 nrf24l01p power-meter

MySensors nRF24 Linky Module

IoT energy sensor for Linky electricity meters in France

Module plugged into a Linky meter

Get one

I sell on Tindie

What is MySensors?

Always wanted to make your own IoT sensors to automate your home? MySensors does all the heavy lifting so you can focus on what matters. It integrates into a lot of controllers (Home Assistant, Jeedom, Domoticz, and more) so you can easily connect custom made devices into your existing home automation setup.

Product description

This module plugs into french Linky electricity meters to read real-time information provided through the official consumer-side Télé-Information Client (TIC) output. That information, refreshed approximately every 10 seconds includes:

Features

Known limitations

Because I don't have access to a meter in standard mode, the firmware currently supports historic mode. If you are interested, you are welcome to submit a pull request or open a ticket.

Upgrade the firmware

This firmware requires PlatfomIO. It works as an add-on to Visual Studio Code editor. To install it, follow the instructions here.

Retrieve a copy of the firmware code. If git is something you are familiar with or you would like to contribute, that's the recommanded way. Otherwise, simply download and extract the zip archive of the latest code.

Open Visual Sutdio Code, select "File / Open Folder" and navigate to the copy of the firmware code you have just downloaded.

In the left bar click on the PlatformIO icon, then on "Project Tasks / General / Build". The first compilation might take some time as PlatformIO will download all the neccessary libraries, compilers and tools.

Once it compiles sucessfully, you are ready to upload that firmware to your Linky module. Connect your Linky module to your computer using a USB cable. Still in the left bar click on "Project Tasks / General / Upload".

That's it.

On a side note, because the order of sensors within the code might has changed between the verison you were using and a newer version, it might be necessary to delete and re-add your sensor within your home automation controller (it is the case with Home Assistant).