nanosonde

Results 68 comments of nanosonde

> Have you tried any of the curl commands mentioned in previous comments? ``` user@ubuntuvm:~$ curl -v 'http://10.10.10.30:8080/ja?pw=md5hash' * Trying 10.10.10.30:8080... * TCP_NODELAY set * Connected to 10.10.10.30 (10.10.10.30) port...

Good news. I was able to solve my issue. While analysing the OpenSprinkler UI again, I realized that one of the German Umlaut ("ä") was not correctly shown. This seems...

This is already discussed here: https://github.com/vinteo/hass-opensprinkler/issues/92

I have realized that your issue about [%key:common::config_flow::error::unknown%] and not about [%key:common::config_flow::error::cannot_connect%]. So this seems to be something different. As I was able to solve my issue with [%key:common::config_flow::error::unknown%], I...

> there's almost no code there :) > > It is necessary to call the callback when passing telegrams and filter them when passing to another interface It is correct...

Concerning the coupler product database, I would recommend to look at a database of an already existing coupler. Should not be to hard to create our own one and use...

> OK, let's start with a simple one. I connected tpuart, how do I logging all the telegrams in the log? Thanks! For group addresses look here: https://github.com/thelsing/knx/blob/fb74931bec618c32db48f7b2732a558e083fab16/src/knx/network_layer_coupler.cpp#L79

Just for the records. I have added some more (german) comments here: https://knx-user-forum.de/forum/projektforen/openknx/1780408-fragen-zum-routing-im-knx-stack?p=1780447#post1780447

Crypto stuff required: - ~~AES CBC MAC~~ (already there due to data secure) - PBKDF2-HMAC-SHA256: candidate: https://github.com/monolifed/pbkdf2-hmac-sha256/ - Elliptic curve 25519

Two existing implementations: JS: https://github.com/Supergiovane/node-red-contrib-knx-ultimate/blob/master/KNXEngine/protocol/KNXSecureSessionRequest.js JAVA: https://github.com/calimero-project/calimero-core/blob/master/src/tuwien/auto/calimero/knxnetip/SecureSessionUdp.java