-
Notifications
You must be signed in to change notification settings - Fork 6
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
General Issues & Solutions #20
Comments
Thank you for your report. As you report, ECHONET_TARGET_NETWORK is used to pick one network interface when a host has multiple network interfaces. For the same reason, docker environments cannot find devices without the I believe ECHONET Lite only works within the same subnet. |
But I don't know about the "ECHONET_ALT_MULTI_NIC_MODE" problem.
What happened at this time? The following command had no problems other than not finding the device, but what about your environment?
|
@AnthonyOGorman Just to confirm as there’s discussion in another thread, are you able to control your Link Plus lights via echonetlite2mqtt with the WTY2001? I have the aiseg2, which is a similar device from Panasonic with echonetlite support, but it only allows me to control other companies’ devices via echonetlite. It does nothing to let me control my Link Plus lights via echonetlite. |
Did not realize this thread has comments, sorry for the late reply!
No crashes or issues here, just trying to use "ECHONET_ALT_MULTI_NIC_MODE" without the
Yes everything is working and controllable using the WTY2001 -> echonetlite2mqtt -> MQTT Home Assistant Integration, I was about to buy the AISEG2 but did not need the screen so ill consider myself lucky for now. Ill drop by the thread and see if I have any solutions. Entity Integration with home assistant was done via Then in
|
Thank you for your reply! Wow your link plus lights are discoverable over echonetlite using the WTY2001? I am incredibly jealous. Do you mind posting a (redacted is ok) screenshot of what echonetlite2mqtt’s web ui shows for a link plus light? |
What do you mean before by
The spec sheet did mention AISEG2 being supported for Link Plus devices. |
With Aiseg2, I’m unable to discover any of my lights over echonetlite, but I can connect other companies’ echonetlite products to the aiseg2 and control them via the aiseg2 web ui, which isn’t really ideal. |
What lights are you using? |
I believe Link Plus. WTY2421, WTY22173, and similar. |
And you paired the devices to the AISEG2, as the devices don't communicate with the AISEG2 over echonetlite, they communicate via 923mhz. See page 2 of manual. |
Thank you for the reply. And, thank you for reporting your light's behavior. |
Correct, the lights are paired with the Aiseg2. I presume your lights are paired with the WTY2001 over 923mhz, and the WTY2001 acts as a bridge for echonetlite, is that not correct? |
Yes, Had a look though AISEG2's documentation to see if you have to enable Echonetlite, could not find anything. |
Yeah it’s funny how little they really cover in their manuals for this stuff. Aiseg2 does have a web ui, though as best as I can tell there’s no means of enabling lights <-> echonetlite bridging. In any case I pulled the trigger on a WTY2001 and I’ll try it out once it arrives! Saves me from a larger project. |
Just one more check, which docker image tag are you using? |
I don’t recall which tag, but fwiw even rolling it manually with the various echonetlite libraries out there doesn’t turn up any devices.
|
Give this image a shot if you have time |
I will explain about tag:master. tag:master is a release candidate for the next v2.3.0.
But, Both are unlikely to solve the aftertomy's problem. Unfortunately, I don't have リンクプラス(Link Plus), so I can't experiment with it. |
Sorry for hijacking this thread. Confirming that the WTY2001 is indeed broadcasting the lights over echonetlite as @AnthonyOGorman described. Man I wish I didn’t bother with this dumb aiseg! Thanks everyone. |
I would love to do some debugging with it if I ever find AISEG2 on sale or second hand. But glad to hear its all working with the WTY2001! |
I would also like to hijack this thread for a short question. Is it possible to do a soft on with LEDs? |
Is the feature you want a light bulb that gradually brightens? ECHONETLite2MQTT does not have such functionality. |
Correct. I assume, normal switches can not dim the bulbs, meaning it is not possible via the switch itself. |
I thought I might write down some issues I had setting up echonetlite2mqtt and the solutions I inevitably came too.
Hopefully this saves people the hours spent debugging.
My setup is a WTY2001, with 2 WTY24173W.
These use リンクプラス (Link Plus) however the WTY2001 does support EchoNetLite out of the box.
My first mistake was plugging it into a separate VLAN that was on a different subnet, I thought this would not be an issue.
However from my understanding "ECHONET_TARGET_NETWORK" env variable is used to match your interface IP, then your interface IP is the IP used to Initialize the EchoNetCommunicator. If your subnet does not match, it looks like this never gets initialized properly?
My second mistake was not setting docker to network host. This can cause issues with the "ECHONET_ALT_MULTI_NIC_MODE" due to Multicast.
However I was not using that env variable, instead, using a virtual interface of course my interface subnet is going to be different to the "ECHONET_TARGET_NETWORK". Causing the same issue as above.
Hopefully this helps someone having the same issues I was,
Glad to say now everything is working and using switches through Home Assistant has never felt so good.
The text was updated successfully, but these errors were encountered: