-
Notifications
You must be signed in to change notification settings - Fork 8
B35T+ support #49
I have an Owon B35T+ which I can connect to DMM for Windows over Bluetooth. The the Bluetooth logo goes bright and the title shows 'Connected', as shown here, however the display does not appear to give any readings.
image
I have successfully connected read the data over Bluetooth using this python script https://github.com/53845714nF/OWON_B35T
Is there anything I can do to help debug the issue so we can get it working with your app?
All reactions
Replies: 1 comment 24 replies
which version of app did you use? Release versions not supported Owon type yet. I only publihed it ,n this comment #47 (reply in thread)
if you used the version in this comment can you upload log file under app folder(files like date_log.txt). so I can test app and fix if there is any issue.
All reactions
Here is the log for resistance measurement mode where '0.L' is displayed on the DVM screen. Then I changed to diode which displays '.0L' and finally beep mode which displays '0L.'.
log-2024年04月15日.txt
Is this log without any measurement? only O.L's? if there is no zero or other measurement value then I can fix this issue with this log :)
All reactions
Yes exactly, I only captured 0Ls. If it helps here is the log with some more resistance measurements and 0Ls.
log-2024年04月15日.txt
All reactions
OK :) Looks like Problem fixed :)
Portable.zip
All reactions
Yep I've tested it and now looking good, well done!
I had a go at using the MQTT interface over the weekend with Mosquitto->MQTTtoPrometheus->Prometheus->Graphana and it is almost working. The only thing I'm struggling with is configuring the MQTTtoPrometheus regex to extract the device ID from the Topic path, but I'm sure I'll get there with a little more tinkering :)
Thanks for all your hard work on this, its a really cool product.
All reactions
That made me happy :) Atleast its working as it should with your device :)
I dont know about prometeus but as I find out there is no device ID available on most mqtt library. Thats why I added "Use Mac Adrees as Topic". that will seperate each devices readings.
Thank you very much to you for helping me :)