M Valla
M Valla
after some tests, we have two issues that can be separated: discovery and states not updated. I modify here this issue to be related to discovery and create new issue...
These are not commands but "address groups": AMB, GR, GEN. The idea is that groups can be defined in OH2, but since there are physical buttons that control a group...
Hi, actually I already gave a quick look to your code ;-), but since I am not a python programmer and the class abstracts a lot from the OWN messages,...
Ok thanks. Could you please specify better this issue then? (or sperate it few ones?) Discovery is already supported by the binding but not on all devices and not using...
yes as for now the binding implements "passive listening" to discover devices. This causes some problems with scenarios, users report, plus is not entirely applicable to Thermoregulation (WHO=4). So another...
yeah the way they use and document sha2 is very strange I read your full documentation but I wanted a suggestion: what would you do to discover and distinguish: 1....
Update: I am still not able to use your suggested method. Maybe an example trace of messages during a discovery would help. Still I can use `*#1001*0*7##` directly without any...
In this project they are already translating the refrence C++ implementation to Node.js, with no native dependencies: https://github.com/mfucci/node-matter For example as a test you can run the Matter Node.js server,...
meanwhile the Matter implementation in Node.js has been moved to the official Project-CHIP (CSA - Connectivity Standards Alliance): https://github.com/project-chip/matter.js
I strongly suggest to start with an "easy" implementation where just mDNS and UPnP filtering/matching are used. Other cases to find by country or other cloud services could be left...