zivillian

Results 143 comments of zivillian

ne, die ist nur zu groß um die im Browser anzuzeigen - [der Link](https://raw.githubusercontent.com/zivillian/ism7mqtt/master/src/ism7mqtt/Resources/ParameterTemplates.xml) sollte die direkt anzeigen.

Sadly I have no idea what is missing. Can you run it with `strace` and post the output? ```bash strace ./oldism7proxy ```

Are you sure, that you copied the binary? The error message states, that the file is missing.

I've looked at the archive from the latest release and it seems to be complete. You wrote you copied the binaries from your notebook - is this running windows? The...

I've tested it on my RPi4 and it worked: ```bash pi@piaware:~/ism7 $ uname -a Linux piaware 6.1.21-v7l+ #1642 SMP Mon Apr 3 17:22:30 BST 2023 armv7l GNU/Linux pi@piaware:~/ism7 $ lsb_release...

> I tested it on an old pi `Linux 5.10.103+ #1529 Tue Mar 8 12:19:18 GMT 2022 armv6l GNU/Linux` and it doesn't run the proxy: Your old pi is armv6....

This looks promising: ``` failed to connect on port 9092 - trying older firmware port 9091 ``` I can also see, that ism7config is able to talk to your ISM7:...

It does this automatically - if the connection to 9092 fails it falls back to 9091

The converter is [not yet implemented](https://github.com/zivillian/ism7mqtt/blob/9dd969dac3ab82a6814a1291f3b239c5f8fddefd/src/ism7mqtt/ISM7/Xml/Timeprog03F1ConverterTemplate.cs#L30-L45) ```xml TIMEPROG_03F1 3 1 0 0 ``` I'm not sure, which telegram number are used so I think we need some kind of trace...

This looks promising.