Replies: 4 comments 3 replies
-
That message in itself is not abnormal, so I realize now that using a warning when it arrives is overkill. SenseLink listens for incoming requests with both So that message may not be indicative of problem with SenseLink, but it also won’t respond like a real TP-Link plug would to that specific incoming query (and you get that warning). Regarding getting it to work, have you tried running the container with the debug log level? FYI setting |
Beta Was this translation helpful? Give feedback.
-
Thank you for the reply. |
Beta Was this translation helpful? Give feedback.
-
Ah, are you unable to get any plug, real or virtual, to be detected by your Sense? Sense sends out a UDP broadcast to port 9999 and expects a response on 9999 as well, so make sure you don’t have broadcasts or that port blocked or firewalled somehow. But a firewall is unlikely to be an issue here since generally, all plugs need to be on the same VLAN and subnet anyway. In terms of tools the best I know of is Wireshark, but it has a little bit of a learning curve. You can use it to see traffic between devices. SenseLink with a debug log level will also report back when it gets a Sense broadcast, so you can use it to verify the broadcast is hitting your plugs, to some extent. |
Beta Was this translation helpful? Give feedback.
-
@alexsahka have you had any luck? Side note, might move this to a Github Discussion as I don't think it's an issue with SenseLink specifically. |
Beta Was this translation helpful? Give feedback.
-
I was playing with the docker container (https://github.com/cbpowell/SenseLink/blob/master/docker-compose.yml) for the last 3 days. Here is my config file:
Trying to detect this "virtual plug" on the network with NodeRed or Sense but can't find any plugs on my network.
Here is the log from docker:
WARNING:root:Unexpected/unhandled message: {'system': {'get_sysinfo': {}}}
WARNING:root:Unexpected/unhandled message: {'system': {'get_sysinfo': {}}}
WARNING:root:Unexpected/unhandled message: {'system': {'get_sysinfo': {}}}
WARNING:root:Unexpected/unhandled message: {'system': {'get_sysinfo': {}}}
WARNING:root:Unexpected/unhandled message: {'system': {'get_sysinfo': {}}}
WARNING:root:Unexpected/unhandled message: {'system': {'get_sysinfo': {}}}
WARNING:root:Unexpected/unhandled message: {'system': {'get_sysinfo': {}}}
WARNING:root:Unexpected/unhandled message: {'system': {'get_sysinfo': {}}}
WARNING:root:Unexpected/unhandled message: {'system': {'get_sysinfo': {}}}
WARNING:root:Unexpected/unhandled message: {'system': {'get_sysinfo': {}}}
WARNING:root:Unexpected/unhandled message: {'system': {'get_sysinfo': {}}}
Is this a normal log?
Beta Was this translation helpful? Give feedback.
All reactions