0x53 is actually 83 decimal. Looking through the Ultimeter code, it seems to be converted from hexadecimal to decimal correctly.
Try running with debug=2. The driver will include the raw data in the system log. -tk On Thu, Apr 30, 2020 at 6:24 AM Burt Wizeman <[email protected]> wrote: > Still looking into the rain. To refresh the discussion, as of the moment > of this writing, the Ultimeter is displaying .82 inches since midnight. It > is at midnight that the daily data is reset to 0. Yet, WeeWx in Linux and > CWOP show .53. 53 HEX is 82 Decimal! What is happening is that the number > 53HEX is being sent from the Ultimeter data string which is Hex but > displays .82 decimal on the display which is expected. But what CWOP is > getting is the HEX value of .53. This is labeled as Rain last 24 hours > 0.53 inches > So the driver is not converting the Hex 53 to the decimal equivalent, it > is passing it through giving CWOP .53 > I won't be able to look at the driver until Saturday. Can you point me to > the Ultimeter driver section for the function to convert data to Hex? > > Thanks, > Burt > K4SRQ > > > On Saturday, April 25, 2020 at 12:01:31 AM UTC-4, Burt Wizeman wrote: >> >> WeeWix is treating Rain Rate as the actual Rain Total for the day when >> running with the Ultimeter 2100. Throughout this storm, the rain gauge >> data displayed on the Ultimeter has been quite a bit ahead of what WeeWix >> is generating both for CWOP and the WeeWx html pages. Any idea why the >> lag? I have purged all items before Epoch time, and verified the clock >> (ntp running at startup and refreshed periodically by software) any one >> have an idea? >> >> >> Rain Rate 3.54 in/hr #Acutal Rain Total on Ultimeter 2100 >> Rain Today 2.56 in #What is published - >> > -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/0332e5fa-d01b-4554-8773-fc6aa0fd8bf2%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/0332e5fa-d01b-4554-8773-fc6aa0fd8bf2%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAPq0zECMxkk10cbr-jSzdBoMW4SpDb4zX2Ugu3jRc7H4%2BikFrw%40mail.gmail.com.
