-
Notifications
You must be signed in to change notification settings - Fork 10
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
Document Manufacture Data for "T" device type (i.e. WoSensorTH) #33
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity. Thank you for your contributions. |
Please open PR if this is correct so it can be added |
I am not entirely sure if this is dependent on the firmware version or hardware revision. Some feedback from other users before adding this would be great. |
I can confirm the manufacturer and service data of Meter Plus ("i") are identical to what is reported here for the indoor meter ("T"). |
I've seen Outdoor Meters, even the same device, reporting 0x03 or 0x0b, and 0x0f for a different Outdoor Meter, so possibly it is that bit[0] and bit[1] are always true, with bit[2] and/or bit[3] being true or false. |
Please open a PR if you want to update the documentation |
As this is only the observation I have made from several different Outdoor Meters, and as 0x0f or 0x03 at least seem to be possible with the Outdoor Meter as well as Meter Plus and other devices, I'm not quite sure what to submit ;) |
Current Situation
Currently the documentation focusses mainly on the Service Data of the "T" device type.
Proposed Change
The following shows the Manufacturer Data and Service Data of the "w" and "T" device type (i.e. WoIOSensorTH and WoSensorTH).
The Manufacturer Data is as follows for both "w" (Outdoor Meter) and "T" (Indoor Meter) device types:
The Service Data is identical for the first 3 bytes (as already documented) and for the type "T" includes the same SensData as in the ManufacturerData.
Additional Context
Maybe someone can confirm if this is also true for the "i" device type (Meter Plus).
Is there any documentation on the byte marked "??" above?
The text was updated successfully, but these errors were encountered: