¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: TT4 with Peet Ultimiter Troubleshooting


 

Looking at the TT4 manual example, all values are sent in hex, except the line identifier (!! for logger data).??
The total length would be 54 Bytes (includes 2 bytes for identifier, and 2 bytes for end of line (0x0D 0x0A)
I suggest that you try sending the exact data from the manual to see if that actually sends.??
? ?Then you can manipulate the sensor data with real data.

So have your script should send:?
? ? ?!!005A0011019104C9281D0296000000000049035E0000008B0D0A
If the scripts adds the 0D0A, then don't add a second one with whatever library you may be using.
NOTE:? I filled the humidity sensor data with zeros (bold only).? And changed the DayOfYear field to today (73 is 0x0049) in bold underline.
? ? ? ? ? ? ?You may need to send the dash character (0x2D)
? ? ?!!005A0011019104C9281D02962D2D2D2D0049035E0000008B0D0A
This will equate to:
? ? ? ? ? Wind:? ?005A? ? ? ? ? ?90 / 10? ? ? ? ? ? ?or 9.0 kph
? ? Wind Dir:? ? 0011? ? ? ? ? 17 degrees
? Out Temp:? ? 0191? ? ? ? ? ?401 / 10? ? ? ? ? ?or 40.1 F
? ? ? Rain LT:? ? 04C9? ? ? ? ? 1225 / 100? ? ? or 12.25 inches
?Barometer:? ? ?281D? ? ? ? ?10269 / 10? ? ? or 1026.9 mbar
? ? ?In Temp:? ? ?0296? ? ? ? ? 662 / 10? ? ? ? ? or 66.2 F
Out Humid:? ? ? -? ?-? ? ? ? ? ? ?
? ?In Humid:? ? ? -? ?-? ? ? ? ? ? ?
DayOfYear:? ? ? 0049? ? ? ? ? ?73 day of this year
? Time(min):? ? ?035E? ? ? ? ? ?862 minutes since midnight? ?14:22 (or 2:44 pm)
? ? ?Rain ST:? ? ? 0000? ? ? ? ? ?0 inches
? Wind Avg:? ? ? ?008B? ? ? ? ? 139 / 10 or 13.9 kph
I'd suggest you at least get the DayOfYear to match today, and the time should be close, but not future.

If you post an example sentence form your script, we could help troubleshoot it.

-------
Rob Giuliano
KB8RCO

Join [email protected] to automatically receive all group messages.