Unable to see new devices in HA that are in the phone app and web #766
dannykellett
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I have the integration in HA working with the base station and doorbell (T8210)
I have now added the SoloCam S40 (T8124) which works in the phone app and I can see it on the web https://mysecurity.eufylife.com/#/device
But I can't get HA to add or see it. I've restarted the whole raspberry pi quite a few times and still can't see it.
What is the correct way to add new devices?
There's one error in the log and that's the base station. It connects fine, then complains about no device on channel 1. Not sure if that's related.
Model No. - HomeBase
Serial Number - T8010P232106343B
Subsystem Version - 1.3.0.9
System Version - 3.2.8.3h
2023-03-14 12:29:24.113 INFO Eufy Security server listening on host 0.0.0.0, port 3000
2023-03-14 12:29:34.325 INFO Connected to station T8410P20211319B3 on host 192.168.1.206 and port 14802
2023-03-14 12:29:34.449 INFO Connected to station T8010P232106343B on host 192.168.1.175 and port 18348
2023-03-14 12:29:34.826 INFO Push notification connection successfully established
2023-03-14 12:30:38.136 INFO Disconnected from station T8010P232106343B
2023-03-14 12:30:43.207 INFO Connected to station T8010P232106343B on host 192.168.1.175 and port 29398
2023-03-14 12:31:41.253 ERROR Station runtime state error (station: T8010P232106343B channel: 1)
DeviceNotFoundError No device with channel 1 found on station with serial number: T8010P232106343B!
error stack:
• eufysecurity.ts:360 getStationDevice
node_modules/eufy-security-client/src/eufysecurity.ts:360:15
• eufysecurity.ts:1880 onStationRuntimeState
node_modules/eufy-security-client/src/eufysecurity.ts:1880:14
• eufysecurity.ts:437
node_modules/eufy-security-client/src/eufysecurity.ts:437:140
• node:events:513 emit
node:events:513:28
• station.ts:4754 onRuntimeState
node_modules/eufy-security-client/src/http/station.ts:4754:14
• station.ts:70
node_modules/eufy-security-client/src/http/station.ts:70:114
• node:events:513 emit
node:events:513:28
• session.ts:1519 handleDataControl
node_modules/eufy-security-client/src/p2p/session.ts:1519:30
• session.ts:1145 handleData
node_modules/eufy-security-client/src/p2p/session.ts:1145:18
• session.ts:1132 parseDataMessage
node_modules/eufy-security-client/src/p2p/session.ts:1132:26
2023-03-14 12:31:46.915 INFO Disconnected from station T8010P232106343B
2023-03-14 12:31:51.976 INFO Connected to station T8010P232106343B on host 192.168.1.175 and port 25433
2023-03-14 12:32:55.682 INFO Disconnected from station T8010P232106343B
2023-03-14 12:32:59.417 INFO Connected to station T8010P232106343B on host 192.168.1.175 and port 23263
2023-03-14 12:34:03.108 INFO Disconnected from station T8010P232106343B
2023-03-14 12:34:08.157 INFO Connected to station T8010P232106343B on host 192.168.1.175 and port 25484
2023-03-14 12:35:11.875 INFO Disconnected from station T8010P232106343B
2023-03-14 12:35:16.936 INFO Connected to station T8010P232106343B on host 192.168.1.175 and port 23361
Beta Was this translation helpful? Give feedback.
All reactions