-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Namron Thermostat 4512758 16A #8048
Comments
You need to press the "read" button before taking the capture, for deconz ask for value, and miss the more important one, this one with all clusters.
|
I did press read. Maybe I forgot on one of the clusters. Can you see one
where I didn't? I'll try that DDF.
…On Sun, Dec 1, 2024 at 9:21 AM Smanar ***@***.***> wrote:
You need to press the "read" button before taking the capture, for deconz
aask for value.
BTW you can try this DDF, it's a defaut one for this kind of device.
{
"schema": "devcap1.schema.json",
"manufacturername": "NAMRON AS",
"modelid": "4512758",
"vendor": "Namron",
"product": "Thermostat",
"sleeper": false,
"status": "Gold",
"subdevices": [
{
"type": "$TYPE_THERMOSTAT",
"restapi": "/sensors",
"uuid": [
"$address.ext",
"0x01",
"0x0201"
],
"fingerprint": {
"profile": "0x0104",
"device": "0x0301",
"endpoint": "0x01",
"in": [
"0x0000",
"0x0201"
]
},
"items": [
{
"name": "attr/id"
},
{
"name": "attr/lastannounced"
},
{
"name": "attr/lastseen"
},
{
"name": "attr/manufacturername"
},
{
"name": "attr/modelid"
},
{
"name": "attr/name"
},
{
"name": "attr/swversion"
},
{
"name": "attr/type"
},
{
"name": "attr/uniqueid"
},
{
"name": "config/heatsetpoint",
"default": 0
},
{
"name": "config/mode"
},
{
"name": "config/offset",
"default": 0
},
{
"name": "config/on"
},
{
"name": "state/on"
},
{
"name": "config/reachable"
},
{
"name": "state/lastupdated"
},
{
"name": "state/lastupdated"
},
{
"name": "state/temperature"
}
]
},
{
"type": "$TYPE_POWER_SENSOR",
"restapi": "/sensors",
"uuid": [
"$address.ext",
"0x01",
"0x0b04"
],
"fingerprint": {
"profile": "0x0104",
"device": "0x0301",
"endpoint": "0x01",
"in": [
"0x0000",
"0x0B04"
]
},
"items": [
{
"name": "attr/id"
},
{
"name": "attr/lastannounced"
},
{
"name": "attr/lastseen"
},
{
"name": "attr/manufacturername"
},
{
"name": "attr/modelid"
},
{
"name": "attr/name"
},
{
"name": "attr/swversion"
},
{
"name": "attr/type"
},
{
"name": "attr/uniqueid"
},
{
"name": "config/on"
},
{
"name": "config/reachable"
},
{
"name": "state/current"
},
{
"name": "state/lastupdated"
},
{
"name": "state/power",
"refresh.interval": 365,
"read": {
"at": "0x050b",
"cl": "0x0b04",
"ep": 1,
"fn": "zcl:attr"
},
"parse": {
"at": "0x050b",
"cl": "0x0b04",
"ep": 1,
"eval": "Item.val = Attr.val/10"
}
},
{
"name": "state/voltage"
}
]
},
{
"type": "$TYPE_CONSUMPTION_SENSOR",
"restapi": "/sensors",
"uuid": [
"$address.ext",
"0x01",
"0x0702"
],
"fingerprint": {
"profile": "0x0104",
"device": "0x0301",
"endpoint": "0x01",
"in": [
"0x0000",
"0x0702"
]
},
"items": [
{
"name": "attr/id"
},
{
"name": "attr/lastannounced"
},
{
"name": "attr/lastseen"
},
{
"name": "attr/manufacturername"
},
{
"name": "attr/modelid"
},
{
"name": "attr/name"
},
{
"name": "attr/swversion"
},
{
"name": "attr/type"
},
{
"name": "attr/uniqueid"
},
{
"name": "config/on"
},
{
"name": "config/reachable"
},
{
"name": "state/consumption",
"read": {
"at": "0x0000",
"cl": "0x0702",
"ep": 1,
"fn": "zcl:attr"
},
"parse": {
"at": "0x0000",
"cl": "0x0702",
"ep": 1,
"eval": "Item.val = Attr.val*100"
},
"refresh.interval": 365
},
{
"name": "state/lastupdated"
}
]
}
],
"bindings": [
{
"bind": "unicast",
"src.ep": 1,
"dst.ep": 1,
"cl": "0x0204",
"report": [
{
"at": "0x0001",
"dt": "0x30",
"min": 60,
"max": 3600
}
]
},
{
"bind": "unicast",
"src.ep": 1,
"cl": "0x0702",
"report": [
{
"at": "0x0000",
"dt": "0x25",
"min": 1,
"max": 300,
"change": "0x00000001"
}
]
},
{
"bind": "unicast",
"src.ep": 1,
"dst.ep": 1,
"cl": "0x0B04",
"report": [
{
"at": "0x050B",
"dt": "0x29",
"min": 1,
"max": 300,
"change": "0x00000001"
},
{
"at": "0x0505",
"dt": "0x21",
"min": 1,
"max": 300,
"change": "0x0000000A"
},
{
"at": "0x0508",
"dt": "0x21",
"min": 1,
"max": 300,
"change": "0x00000001"
}
]
},
{
"bind": "unicast",
"src.ep": 1,
"cl": "0x0201",
"report": [
{
"at": "0x0000",
"dt": "0x29",
"min": 30,
"max": 360,
"change": "0x0000000A"
}
]
}
]
}
—
Reply to this email directly, view it on GitHub
<#8048 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUSEOQBHTBNW76OBH3ZZFSL2DLBJ3AVCNFSM6AAAAABSY2VCVGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBZGYZTAMJWGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
But don't worry, will see later if the DDF fail. |
The DDF did not work. The zigbee part is well documented in the link I attached the request. I can help if there is a template that shows what values goes where roughly. |
Have checked again the DDf here https://jsonlint.com/ It's a file problem, nothing to se with its contain, perhaps more information on logs. |
Open the file with a text editor. |
As there has not been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs. |
Is there already an existing issue for this?
Product name
NAMRON ZIGBEE TERMOSTAT 16A
Manufacturer
Namron
Model identifier
4512758
Device type to add
Thermostat
Node info
Endpoints and clusters
Electrical Measurement
Simple metering
Thermostat
Basic
Further relevant clusters
This has detailed zigbee information: English on page 13 and on. https://www.elektroimportoren.no/docs/lib/4512758-Brukerveiledning-5.pdf
The text was updated successfully, but these errors were encountered: