-
Notifications
You must be signed in to change notification settings - Fork 7
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
Device T1012 not working #11
Comments
I'm having the same issue. the tunable bulb is not connecting. I see your note on connection, on/off, but this is a tunable bulb, so it needs to ideally also control brightness and white level |
@alexwgoody & @rtomasik - I recently made a change that might fix the light bulb behaviour - it looks like there was a bug in addition to the one I've linked to. Would appreciate your feedback! |
This is the errors I'm seeing in the log of my HOOBS setup for the T1012 bulbs: Let me know if there is anything I can do to help troubleshoot, I had to reset the bulbs as in my previous setup they would immediately get deleted on reboot. |
Can you run the CLI in verbose mode & post the logs @mbellis18?
|
Not an expert here, can I run this in the terminal of my hoobs setup? Thanks! |
I'm not familiar with hoobs, so I can't help with those specifics. I would have suggested you simply check out this repo independently and run the command-line interface (README.md on this repo will help). |
Evening, complete amateur here. Getting a 'No Response' for my Eufy lights in HomeKit with the following logs: Socket Error: This socket has been ended by the other party PLEASE HELP!! TiA |
From cli:
``
? Eufy account email XXX
? Eufy account password [hidden]
Logging in
Loading devices
(AbstractDevice.new) Create device (model: T1012, code: 476700EE1D5F48BA)
(AbstractDevice.new) Create device (model: T1012, code: F67F39B1E1A84DCE)
Logged in, devices loaded
? Save credentials locally for future use? Yes
? Choose device Nela (Model: T1012, Code: 476700EE1D5F48BA, IP Address: 192.168.5.239)
(AbstractDevice.connect) Connecting
(TcpSocket.connect) Connecting to 192.168.5.239
(AbstractDevice.new) TCP Socket connected
(AbstractDevice.connect) Connected to device Nela (Model: T1012, Code: 476700EE1D5F48BA, IP Address: 192.168.5.239)
(AbstractDevice.connect) Loading current device state
(LightBulb.loadCurrentState) Loading current device state
(LightBulb.getState) Loading current device state
(AbstractDevice.getSequence) Loading current sequence number
(AbstractDevice.sendPacketWithResponse) 08a8947e1210343736373030454531443546343842411a020800
(encryptPacket) Extended: 08a8947e1210343736373030454531443546343842411a020800000000000000
(encryptPacket) Encrypted: 60c9b13a7ff9d57191c9b51df1ed8a46384ec162e1eb90a0e6c2065e4ded849d
(AbstractDevice.sendPacket) Sending encrypted packet: 60c9b13a7ff9d57191c9b51df1ed8a46384ec162e1eb90a0e6c2065e4ded849d
(AbstractDevice.sendPacketWithResponse) Response received: 8094e62d35766f51601d08d33601c9ac
(AbstractDevice.sendPacketWithResponse) Response decrypted: 0b0008bd8a9c0312001a020801000000
(AbstractDevice.sendPacketWithResponse) Expected packet length: 11
(AbstractDevice.sendPacketWithResponse) Serialized packet: 08bd8a9c0312001a020801
(AbstractDevice.sendPacketWithResponse) Serialized packet length: 11
(AbstractDevice.sendPacketWithResponse) Deserializing response as T1012Packet
(AbstractDevice.sendPacketWithResponse) Decoded packet: {"sequence":6751549,"code":"","ping":{"type":1}}
(AbstractDevice.getSequence) Current sequence number: 6751549
(LightBulb.getState) Sending request to device
(AbstractDevice.sendPacketWithResponse) 08be8a9c03121034373637303045453144354634384241
(encryptPacket) Extended: 08be8a9c03121034373637303045453144354634384241000000000000000000
(encryptPacket) Encrypted: ad947e2a3d95376409378f720c068570c1e4751710b1a8e9d1713a796d0fe9ea
(AbstractDevice.sendPacket) Sending encrypted packet: ad947e2a3d95376409378f720c068570c1e4751710b1a8e9d1713a796d0fe9ea
Socket closed
(AbstractDevice.new) TCP Socket connected
Error connecting to device: Socket closed without sending response
``
Is there a chance to operate this light bulb?
The text was updated successfully, but these errors were encountered: