Giter VIP home page Giter VIP logo

Comments (13)

Sont0777 avatar Sont0777 commented on June 13, 2024 1

Yes I use it on a raspberry pi and I used the precompiled binaries. 🤷‍♂️

from ism7mqtt.

zivillian avatar zivillian commented on June 13, 2024 1

sadly I don't get any useful test data from my setup for this parameter. I've added some logging for the unsupported UnicodeTextConverter, so it won't crash, but just log the unsupported data. Maybe some get's some useful reponses and will reopen this ticket.

from ism7mqtt.

zivillian avatar zivillian commented on June 13, 2024

Hi Tobi,

can you attach a debug log (using the debug switch -d and don't forget to redact your password)? I'm surprised that you have multiple devices with the same BusAddress - this may currently be unsupported.

from ism7mqtt.

Sont0777 avatar Sont0777 commented on June 13, 2024

yes, of course.
You mean the attached output?

output_status.txt

from ism7mqtt.

zivillian avatar zivillian commented on June 13, 2024

Yes, this look's good. I'll look into it, but my first question is - you are running this on a Raspberry Pi? Do you use the precompiled binaries, or did you compile it yourself? I'm asking, because I've never tested this, and am surprised it actually works.

from ism7mqtt.

zivillian avatar zivillian commented on June 13, 2024

After looking into your log and my code, I'm still unsure, what's the problem. Can you send your full log (without the password of course) after a minute or two where actual data was transmitted? Currently the log stops, after the initial request per device - I'm specifically looking for the firsts <tbresp...

from ism7mqtt.

Sont0777 avatar Sont0777 commented on June 13, 2024

I don't get a <tbresp... in the log. For me it looks like the service crashes every 60 seconds and is restarted afterwards. For the device I receive data, I always get the full data set and not just the changed ones. So I think the issue is that the service does not run correct. I also removed the duplicated devices with the same BusAddress in the parameter. json but this doesn't fix the problem.

from ism7mqtt.

zivillian avatar zivillian commented on June 13, 2024

It looks like your log is truncated - there must be at least one tbresp to get data via mqtt. During startup all parameters are requested, so the first mqtt message always contains all values.

from ism7mqtt.

zivillian avatar zivillian commented on June 13, 2024

And it sound like there is a problem during this startup period. Can you try to run ism7mqtt with only single device defined in the config? Maybe there is an unsupported parameter on one of the defined devices which results in your ISM7 dropping the connection.
If this works you can try to find the reponsible device an parameter via trial and error.

from ism7mqtt.

Sont0777 avatar Sont0777 commented on June 13, 2024

Thank you, that solved my problem. If I remove the other parameter and add just a few, the service keeps running and I also get the values from the other devices. Now I can try what works, that's fine.

from ism7mqtt.

zivillian avatar zivillian commented on June 13, 2024

This sounds great! It would be great if you can tell me the broken device and/or parameter if you find it. Maybe I can find a hint, why it's unsupported.

from ism7mqtt.

Sont0777 avatar Sont0777 commented on June 13, 2024

Sorry for long time not responding. I found out the broken parameter, it was just the 35016.

"ReadBusAddress": "0x35", "DeviceTemplateId": 35000, "Parameter": [ 35016,

from ism7mqtt.

zivillian avatar zivillian commented on June 13, 2024

Thanks, now I've found the reason - parameter 35016 ("Warmwasserkreis Benamung") uses a UnicodeTextConverter which is currently not implemented.
I'll look into this.

from ism7mqtt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.