Supports USB/Serial teleinfo devices on HomeBridge
- Install homebridge using: npm install -g homebridge
- Install this plugin using: sudo npm install -g homebridge-teleinfo --unsafe-perm --build-from-source
- Update your configuration file. See bellow for a sample.
Your homebridge installation must run as root/sudo
Configuration sample:
{
"bridge": {
...
},
"description": "...",
"accessories": [
{
"accessory": "Teleinfo",
"name": "Meter",
"port": "/dev/ttyAMA0"
}
],
}
Parameter | Note |
---|---|
name |
mandatory, accessory displayed name |
port |
mandatory, the serial or USB port on which teleinfo device is plugged |
You can find teleinfo devices here :