zivillian

Results 143 comments of zivillian

For groups it is possible if you list all groups in verbose mode and look at the `clients` property of each entry. Sadly I haven't found something similar for roles.

> Given that these interfaces (and others like them) are routinely used by library users to personalize the de/serialization process to meet their needs, this might become quite a burden...

@sefaguntepe you can find the code at https://github.com/zivillian/esp32-modbus-gateway There is no file for Arduino IDE, because it's a platformio project. If you don't want to compile it yourself, you can...

Is there any reason, why the PR is not yet merged, but closed?

What happens before these error messages? There must be a disconnect or restart of ism7mqtt to send a new `direct-logon-request`.

@binarybucks do you still have the `invalid login state` issue? I've seen it yesterday for the first time on my setup, and it seems to be caused by a restart...

kannst du noch die `parameter.json` dazu hochladen?

Ich nutze das Addon nicht, daher bin ich überfragt. @b3nn0 kannst du helfen und sagen, wie man in HA and parameter.json kommt?

kannst du einmal testen was passiert, wenn du bei dem CGB-2 Gerät alle Parameter außer der Kesselsolltemperatur entfernst? ```json ... { "ReadBusAddress": "0x8", "WriteBusAddress": "0x3", "DeviceTemplateId": 180000, "Parameter": [ 180154...

@Rezessivo das Mapping der zwischen Template ID und Gerät steht in der [DeviceTemplates.xml](https://github.com/zivillian/ism7mqtt/blob/master/src/ism7mqtt/Resources/DeviceTemplates.xml), die Parameter findest du dann in der [ParameterTemplates.xml](https://github.com/zivillian/ism7mqtt/blob/master/src/ism7mqtt/Resources/ParameterTemplates.xml)