Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Sensor]: UT363BT Mini Anemometers #1421

Open
zhuwang123321 opened this issue Dec 25, 2024 · 1 comment
Open

[New Sensor]: UT363BT Mini Anemometers #1421

zhuwang123321 opened this issue Dec 25, 2024 · 1 comment
Assignees
Labels
new sensor Request for a new sensor

Comments

@zhuwang123321
Copy link

zhuwang123321 commented Dec 25, 2024

Sensor Description

UNI-T' UT363BT

Additional information

https://www.amazon.sg/UNI-T-Anemometer-Thermometer-Collection-Windsurfing/dp/B07CKY5P2H
https://www.youtube.com/watch?v=pDB2HnVlxxY
image

app
https://play.google.com/store/apps/details?id=com.unitrend.ienv
image

exampls of BLE advertisement

0.00M/S40\x80\x04b
1.40M/S50\x80\x04h
0.00M/S50\x80\x04c

the measure wind speed is plaintext data(0.00M/S,1.40M/S)

40 is code of speed unit which use in app for conversion,raw data always in m/s
40 = m/s 50 = km/h 60 = ft/min 70 = knots 80 = mph

the rest data should be measure temperature, I can‘t find any relationship , Forget it
x80\x04b
x88\x04j
x88\x04\x87
x80\x04c
x00\x03\xe2
x00\x04\x03
x10\x04\x1d
x00\x03\xe6

BLE advertisements

2024-12-25 15:39:36.814 INFO (MainThread) [custom_components.ble_monitor] Attention! Option report_unknown is enabled for sensor with id(s): ['40C1F6084C81']
2024-12-25 15:39:39.215 INFO (Thread-2) [custom_components.ble_monitor.ble_parser] BLE advertisement received from MAC/UUID 40c1f6084c81: service data: []manufacturer specific data: []local name: UT363BTUUID16: None,UUID128: None
2024-12-25 15:39:39.864 INFO (Thread-2) [custom_components.ble_monitor.ble_parser] BLE advertisement received from MAC/UUID 40c1f6084c81: service data: []manufacturer specific data: []local name: UT363BTUUID16: None,UUID128: None
2024-12-25 15:39:40.262 INFO (Thread-2) [custom_components.ble_monitor.ble_parser] BLE advertisement received from MAC/UUID 40c1f6084c81: service data: []manufacturer specific data: []local name: UT363BTUUID16: None,UUID128: None
2024-12-25 15:39:40.262 INFO (Thread-2) [custom_components.ble_monitor.ble_parser] BLE advertisement received from MAC/UUID 40c1f6084c81: service data: []manufacturer specific data: [b'\x14\xff\xaa\xbb\x10\x057  0.00M/S40\x80\x04b']local name: UUID16: 4863,UUID128: None
2024-12-25 15:39:41.953 INFO (Thread-2) [custom_components.ble_monitor.ble_parser] BLE advertisement received from MAC/UUID 40c1f6084c81: service data: []manufacturer specific data: []local name: UT363BTUUID16: None,UUID128: None
2024-12-25 15:39:42.361 INFO (Thread-2) [custom_components.ble_monitor.ble_parser] BLE advertisement received from MAC/UUID 40c1f6084c81: service data: []manufacturer specific data: []local name: UT363BTUUID16: None,UUID128: None
2024-12-25 15:39:44.463 INFO (Thread-2) [custom_components.ble_monitor.ble_parser] BLE advertisement received from MAC/UUID 40c1f6084c81: service data: []manufacturer specific data: []local name: UT363BTUUID16: None,UUID128: None
2024-12-25 15:39:44.465 INFO (Thread-2) [custom_components.ble_monitor.ble_parser] BLE advertisement received from MAC/UUID 40c1f6084c81: service data: []manufacturer specific data: [b'\x14\xff\xaa\xbb\x10\x057  0.00M/S40\x80\x04b']local name: UUID16: 4863,UUID128: None
2024-12-25 15:39:44.897 INFO (Thread-2) [custom_components.ble_monitor.ble_parser] BLE advertisement received from MAC/UUID 40c1f6084c81: service data: []manufacturer specific data: []local name: UT363BTUUID16: None,UUID128: None
2024-12-25 15:39:44.899 INFO (Thread-2) [custom_components.ble_monitor.ble_parser] BLE advertisement received from MAC/UUID 40c1f6084c81: service data: []manufacturer specific data: [b'\x14\xff\xaa\xbb\x10\x057  0.00M/S40\x80\x04b']local name: UUID16: 4863,UUID128: None
2024-12-25 15:39:45.916 INFO (Thread-2) [custom_components.ble_monitor.ble_parser] BLE advertisement received from MAC/UUID 40c1f6084c81: service data: []manufacturer specific data: []local name: UT363BTUUID16: None,UUID128: None
@zhuwang123321 zhuwang123321 added the new sensor Request for a new sensor label Dec 25, 2024
@zhuwang123321
Copy link
Author

More Log
2024-12-25 16:06:05.915 INFO (Thread-2) [custom_components.ble_monitor.ble_parser] BLE advertisement received from MAC/UUID 40c1f6084c81: service data: []manufacturer specific data: [b'\x14\xff\xaa\xbb\x10\x057 2.10M/S50\x80\x04f']local name: UUID16: 4863,UUID128: None
2024-12-25 16:06:07.369 INFO (Thread-2) [custom_components.ble_monitor.ble_parser] BLE advertisement received from MAC/UUID 40c1f6084c81: service data: []manufacturer specific data: []local name: UT363BTUUID16: None,UUID128: None
2024-12-25 16:06:07.370 INFO (Thread-2) [custom_components.ble_monitor.ble_parser] BLE advertisement received from MAC/UUID 40c1f6084c81: service data: []manufacturer specific data: [b'\x14\xff\xaa\xbb\x10\x057 1.17M/S50\x80\x04l']local name: UUID16: 4863,UUID128: None
2024-12-25 16:06:10.314 INFO (Thread-2) [custom_components.ble_monitor.ble_parser] BLE advertisement received from MAC/UUID 40c1f6084c81: service data: []manufacturer specific data: []local name: UT363BTUUID16: None,UUID128: None
2024-12-25 16:06:10.320 INFO (Thread-2) [custom_components.ble_monitor.ble_parser] BLE advertisement received from MAC/UUID 40c1f6084c81: service data: []manufacturer specific data: [b'\x14\xff\xaa\xbb\x10\x057 4.88M/S50\x80\x04w']local name: UUID16: 4863,UUID128: None
2024-12-25 16:06:11.131 INFO (Thread-2) [custom_components.ble_monitor.ble_parser] BLE advertisement received from MAC/UUID 40c1f6084c81: service data: []manufacturer specific data: []local name: UT363BTUUID16: None,UUID128: None
2024-12-25 16:06:11.133 INFO (Thread-2) [custom_components.ble_monitor.ble_parser] BLE advertisement received from MAC/UUID 40c1f6084c81: service data: []manufacturer specific data: [b'\x14\xff\xaa\xbb\x10\x057 2.68M/S50\x80\x04s']local name: UUID16: 4863,UUID128: None
2024-12-25 16:06:12.839 INFO (Thread-2) [custom_components.ble_monitor.ble_parser] BLE advertisement received from MAC/UUID 40c1f6084c81: service data: []manufacturer specific data: []local name: UT363BTUUID16: None,UUID128: None
2024-12-25 16:06:12.841 INFO (Thread-2) [custom_components.ble_monitor.ble_parser] BLE advertisement received from MAC/UUID 40c1f6084c81: service data: []manufacturer specific data: [b'\x14\xff\xaa\xbb\x10\x057 1.40M/S50\x80\x04h']local name: UUID16: 4863,UUID128: None
2024-12-25 16:06:14.300 INFO (Thread-2) [custom_components.ble_monitor.ble_parser] BLE advertisement received from MAC/UUID 40c1f6084c81: service data: []manufacturer specific data: []local name: UT363BTUUID16: None,UUID128: None
2024-12-25 16:06:14.302 INFO (Thread-2) [custom_components.ble_monitor.ble_parser] BLE advertisement received from MAC/UUID 40c1f6084c81: service data: []manufacturer specific data: [b'\x14\xff\xaa\xbb\x10\x057 4.77M/S50\x80\x04u']local name: UUID16: 4863,UUID128: None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new sensor Request for a new sensor
Projects
None yet
Development

No branches or pull requests

2 participants