Binding Eve Thermo Thermostat and Matter Temperature sensor #1001
lboue
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
There are a few things that I think could be better in these instructions:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Binding Eve Thermo Valve and Matter Temperature sensor
Thermostat (cluster 513) will be binded to Temperature sensor (cluster 1026). In this way, it is possible to have a temperature sensor remote from the thermostat.
Setup
Doc
Steps
Matter device pairing
Temperature sensor
Read MeasuredValue attribute (0) from Temperature sensor
Note
In this example, TemperatureMeasurement Cluster belongs to Endpoint 2
Request
Response
Read Temperature sensor FabricID
Response
Thermostat
Read LocalTemperature attribute (0) from Thermostat
Response
Identify the Matter HomeAssistant fabric ID
Read Thermostat FabricID
Response
Note
In this example, the index value is: 4
Create an ACL on the temperature sensor device
You need to modify the Access Control List (ACL) of your Matter temperature sensor device. This list determines which device in the network your Matter temperature sensor device will react to.
Write
Acl
attribute to temperature sensor deviceNote
[fabricID]
by the fabric ID from previous step[ThermostatNodeID]
by the ThermostatNodeID node ID[TempNodeID]
by the ThermostatNodeID node ID[TempEpID]
by the ThermostatNodeID endpoint IDRequest
Response
Create a binding in the Thermostat device
Write Unicast binding to Thermostat
Add 1 entry in the Thermostat binding table:
TemperatureMeasurement
clusterNote
[FabricID]
by the fabric ID from previous step[ThermostatNodeID]
by the Thermostat node ID[TempNodeID]
by the Thermostat node ID[TempEpID]
by the Temperature sensor Endpoint IDRequest
Response
Read Unicast binding from Thermostat
Request
Response
Testing
Now we can check that:
RemoteSensing
is enabled on the valve/thermostatRead RemoteSensing attribute (26) from Thermostat
Request
Response
Note
RemoteSensing
is now enabledVerify reported temperature
Read MeasuredValue attribute (0) from Temperature sensor
Request
Response
Thermostat
Read LocalTemperature attribute (0) from Thermostat
Request
Response
Beta Was this translation helpful? Give feedback.
All reactions