Open mchrusto opened 1 month ago
Hello
I did install ism7mqtt on linux machine and run with debug option - please see attached log file. Still getting error System.InvalidOperationException:
The log shows a second <direct-logon-response
after ism7mqtt already received the first and sent the initial requests. It has the exact same timestamp, but is there a delay before the error occurs?
Can you try again with a reduced parameter.json like this one?
{
"TcpPort": 9092,
"Devices": [
{
"ReadBusAddress": "0x35",
"WriteBusAddress": "0x30",
"DeviceTemplateId": 220000,
"Parameter": [
220032
]
}
]
}
This should only report the time of the BM-2
Thx a lot, I did test it and yes this is working - as you wrote I am getting time of the BM-2. Here is the log file ism7mqtt.log
Then you can try to readd the parameters until you get the error again - to me it looks like one of the parameters is causing this.
Thx a lot I did and did find out that the last section a parameters 360000 and above are creating this problem. Once I delete them from parameter.json things are working ok. What is actually behind 360000?
DeviceTemplate 360000
belongs to MK_BM-2
. The ParameterIds can be looked up in the ParameterTemplates.xml:
360000: Raumtemperatur
360001: Gemittelte Außentemperatur
360004: Anforderung Mischerkreis
...
360148: Starttemperatur VL Kühlkurve
360149: Endpunkt Kühlkurve
360150: Startpunkt Kühlkurve
Can you try to narrow it down to one (or some) parameters?
Hello I am using ism7 with version 2.10, once I started addon for the very first time config file is created with out any problems - file is attached. Once addon is trying to restart using config file I am getting following error (see also attached log file):
I did try to clean everything and reinstall addon but I am getting always same error. What could be wrong here? Thx a lot for your support & regards
ism7-parameters-Wolf.json Wolf_ISM7_Log.txt