parent
2d333197f8
commit
68f60dc12e
|
|
@ -1,8 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "XT211 HAN RS485 (via Ethernet)",
|
"name": "XT211 HAN RS485 (via Ethernet)",
|
||||||
"description": "Home Assistant integration for Sagemcom XT211 smart meter via RS485-to-Ethernet adapter (e.g. USR-DR134). Reads DLMS/COSEM PUSH data without ESP32.",
|
"description": "Home Assistant integration for Sagemcom XT211 smart meter via RS485-to-Ethernet adapter (e.g. USR-DR134). Reads DLMS/COSEM PUSH data without ESP32.",
|
||||||
"documentation": "https://github.com/nero150/xt211-han-ha",
|
"documentation": "https://github.com/nero150/CEZ_rele_box",
|
||||||
"issue_tracker": "https://github.com/nero150/xt211-han-ha/issues",
|
"issue_tracker": "https://github.com/nero150/CEZ_rele_box/issues",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"render_readme": true
|
"render_readme": true,
|
||||||
|
"zip_release": true,
|
||||||
|
"filename": "xt211_han.zip"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"domain": "xt211_han",
|
||||||
|
"name": "XT211 HAN (RS485 via Ethernet)",
|
||||||
|
"version": "0.8.2",
|
||||||
|
"documentation": "https://github.com/nero150/CEZ_rele_box",
|
||||||
|
"issue_tracker": "https://github.com/nero150/CEZ_rele_box/issues",
|
||||||
|
"dependencies": [],
|
||||||
|
"codeowners": [
|
||||||
|
"@nero150"
|
||||||
|
],
|
||||||
|
"requirements": [],
|
||||||
|
"iot_class": "local_push",
|
||||||
|
"config_flow": true,
|
||||||
|
"dhcp": [
|
||||||
|
{
|
||||||
|
"macaddress": "D8B04C*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"macaddress": "B4E62D*"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue