sdalu
(Stéphane D'Alu)
December 25, 2022, 6:20pm
1
Post will be in french, because Linky is the meter of the French electricity provider.
Il es possible d’intégré le Linky a un environement Zigbee, en utilisant le module ZLinky TIC
ZLinky_TIC Antenne_externe Non
Toutefois il ne semble pas y avoir actuellement de driver pour cet equipement.
La description des clusters / attributs est disponnible :
# ZLinky_TIC
Téléinformation Linky autoalimenté communiquant en ZigBee 3.0
vous pouvez vous procurer le ZLinky_TIC à l'adresse suivante :
[Boutique LiXee](https://lixee.fr/)
## Description

<img src="https://github.com/fairecasoimeme/Zlinky_TIC/blob/master/Doc/Images/ZLinky_prototype.jpg" width="400">
## PCB
<img src="https://github.com/fairecasoimeme/Zlinky_TIC/blob/master/Doc/Images/ZLinky_PCB_face.jpg" width="800">
<img src="https://github.com/fairecasoimeme/Zlinky_TIC/blob/master/Doc/Images/ZLinky_PCB_pile.jpg" width="800">
**ZLinky_TIC** est un appareil permettant de transmettre toutes les informations du Linky en ZigBee 3.0.
**ZLinky_TIC** est alimenté par votre compteur Linky. Il suffit simplement d'enlever le cash (jaune fluo) et de "plugger" l'appareil en pressant sur le bouton orange.
Au départ, **ZLinky_TIC** est en attente d'appairage mais si vous souhaitez réinitialiser l'appareil, il suffit de rester appuyer sur le bouton "link" pendant 10 secondes. Ensuite, le bouton relâché, la Led s'éteint puis se met à clignoter.
Une fois appairé à votre box domotique par l'intermédiaire d'une ZiGate ou d'un autre coordinateur ZigBee, vous pourrez gérer votre consommation d'électricité.
This file has been truncated. show original
Ainsi qu’une implementation pour zigbee2mqtt:
/* eslint-disable camelcase */
/* eslint-disable max-len */
'use strict';
const exposes = require('../lib/exposes');
const globalStore = require('../lib/store');
const {repInterval} = require('../lib/constants');
const reporting = require('../lib/reporting');
const fz = require('../converters/fromZigbee');
const ea = exposes.access;
const e = exposes.presets;
const utils = require('../lib/utils');
const ota = require('../lib/ota');
const {Buffer} = require('buffer');
const fzLocal = {
lixee_ha_electrical_measurement: {
cluster: 'haElectricalMeasurement',
type: ['attributeReport', 'readResponse'],
convert: (model, msg, publish, options, meta) => {
const result = {};
This file has been truncated. show original
Mes connaissances en lua / smartthings sont particulièrement limités, mais je peux participer aux tests/debuggage
I think it is possible, because home assistant has done it, but you need a way to be able to update the firmware on the Zlinky TIC device, and you can’t do that with smartthings.
Stephane, I can’t get the enrollment to work. It enters in a loop and doesn’t get out anymore. Any idea what I do wrong? martin
sdalu
(Stéphane D'Alu)
April 15, 2023, 12:57pm
5
Sorry, no idea. Perhaps cleaning up your browser cookies?
Just did that, but no change. To install your driver, it should be enough to click the enrollment link, right?
When I do so, I am asked to logon to my Samsung account and that goes without any problem. But then it start getting into an eternal loop. The link Channel and Drivers Web UI doesn’t seem to be valid. Anything that I do wrong? The aeotec hub is connected, I nevertheless don’t see it in my Samsung account.
But it is in the Smartthings app…
And I just tried to install some other driver thru an invitational link and that all works fine… Would really like to access my linky through yr driver.