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

Neos leak sensor #225

Open
Trevsweb opened this issue Jun 25, 2022 · 0 comments
Open

Neos leak sensor #225

Trevsweb opened this issue Jun 25, 2022 · 0 comments

Comments

@Trevsweb
Copy link

Trevsweb commented Jun 25, 2022

Hi, I have a Neos leak sensor
Neos bridge, motion and door sensor all work and are linked to HA and work perfectly.
I've managed to add the water leak sensor to the system but it doesn't detect anything. just permanently on state
the log files see a connection and action but this doesn't translate on HA
anyone have any ideas?

Log files as follows:
2022-06-29 17:33:57 DEBUG (Thread-3) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa53193500000181b04fc3210ea245463030323644420301000a069c' 2022-06-29 17:33:57 DEBUG (Thread-3) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa53193500000181b04fc3210ea245463030323644420301000a069c' 2022-06-29 17:33:57 DEBUG (Thread-3) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'00000181b04fc3210ea245463030323644420301000a' 2022-06-29 17:33:57 DEBUG (Thread-3) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335) 2022-06-29 17:33:57 DEBUG (Thread-3) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286' 2022-06-29 17:33:57 INFO (Thread-3) [custom_components.wyzesense.wyzesense_custom] LOG: time=2022-06-29T17:33:46.273000, data=b'a245463030323644420301000a' 2022-06-29 17:33:57 DEBUG (Thread-3) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d1900000181b04fc32fa24546303032364442031968000101000a2f0735' 2022-06-29 17:33:57 DEBUG (Thread-3) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d1900000181b04fc32fa24546303032364442031968000101000a2f0735' 2022-06-29 17:33:57 DEBUG (Thread-3) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'00000181b04fc32fa24546303032364442031968000101000a2f' 2022-06-29 17:33:57 DEBUG (Thread-3) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319) 2022-06-29 17:33:57 DEBUG (Thread-3) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a' 2022-06-29 17:33:57 INFO (Thread-3) [custom_components.wyzesense.wyzesense_custom] Unknown Sensor Type: 3 2022-06-29 17:33:57 DEBUG (Thread-3) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': 'EF0026DB', 'state': 0, 'device_class': 'door', 'timestamp': '2022-06-29T17:33:46.287000', 'rssi': -47, 'battery_level': 104} 2022-06-29 17:33:58 DEBUG (Thread-3) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa53193500000181b04fc79d0ea245463030323644420300000b071c' 2022-06-29 17:33:58 DEBUG (Thread-3) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa53193500000181b04fc79d0ea245463030323644420300000b071c' 2022-06-29 17:33:58 DEBUG (Thread-3) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5335, Payload=b'00000181b04fc79d0ea245463030323644420300000b' 2022-06-29 17:33:58 DEBUG (Thread-3) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5335) 2022-06-29 17:33:58 DEBUG (Thread-3) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555335ff0286' 2022-06-29 17:33:58 INFO (Thread-3) [custom_components.wyzesense.wyzesense_custom] LOG: time=2022-06-29T17:33:47.421000, data=b'a245463030323644420300000b' 2022-06-29 17:33:58 DEBUG (Thread-3) [custom_components.wyzesense.wyzesense_custom] Trying to parse: b'55aa531d1900000181b04fc7aba2454630303236444203196a000100000b2007a8' 2022-06-29 17:33:58 DEBUG (Thread-3) [custom_components.wyzesense.wyzesense_custom] Received: b'55aa531d1900000181b04fc7aba2454630303236444203196a000100000b2007a8' 2022-06-29 17:33:58 DEBUG (Thread-3) [custom_components.wyzesense.wyzesense_custom] <=== Received: Packet: Cmd=5319, Payload=b'00000181b04fc7aba2454630303236444203196a000100000b20' 2022-06-29 17:33:58 DEBUG (Thread-3) [custom_components.wyzesense.wyzesense_custom] ===> Sending: Packet: Cmd=53FF, Payload=ACK(5319) 2022-06-29 17:33:58 DEBUG (Thread-3) [custom_components.wyzesense.wyzesense_custom] Sending: b'aa555319ff026a' 2022-06-29 17:33:58 INFO (Thread-3) [custom_components.wyzesense.wyzesense_custom] Unknown Sensor Type: 3 2022-06-29 17:33:58 DEBUG (Thread-3) [custom_components.wyzesense.binary_sensor] {'available': True, 'mac': 'EF0026DB', 'state': 0, 'device_class': 'door', 'timestamp': '2022-06-29T17:33:47.435000', 'rssi': -32, 'battery_level': 106}

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

No branches or pull requests

1 participant