-
Notifications
You must be signed in to change notification settings - Fork 0
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
More info on installation please #2
Comments
Ok I took the next step. Software runs on raspberry pi zero. Communication with IOBroker works fine. Changes I make in IOBroker have direct effect on the values printed by the server in the terminal. However by now I was not successful with actually controlling the fans. All commands have no effect. Sensor data is also not displayed. I will post more info while I continue with troubleshooting. |
Hi! Sorry for the late response. There is indeed no hard dependency on home assistant, it implements the hass autodiscovery protocol. I'll update the instructions, since any mqtt broker should work. (I'm using mosquito). |
Thanks for the reply and the support. I bought exactly this adapter despite the highest price (the one with the FT232RL chip - correct?). My troubleshooting so far: I set the jumper and the switch as described to ND and to 5V. I have the following setup: In order to check whether this setup causes issues I only switched on one fan: state as json:
I also tried to sniff the bus by leaving the original controller connected.
I wonder if this is a hint that the X-well has a tiny different protocol? Any more ideas?
|
Update: I swapped A and B on the Bus and it is partly working (with errors).
Any Ideas? |
That crash is weird, I'll try to have a look. Since you seem to have bigger setup than I do (I only have two fans in one zone here). does it help to disconnect fans in order to simplify the protocol? Or did you figure out that the system is robust also in case you send commands to fans that are not installed?
did you check voltage levels on the bus? your description that only one Waveshare adapter was working might be due to weak signal? Unfortunately I have no oscilloscope or logic analyzer. I have rather long distances on the bus. Therefore I checked different positions to make sure that at least one fan is close to the controller.
I noticed that If you only connect the two power cables to the original controller but not the bus the fans are already starting. What did you do with the power cables? just leaving them unconnected? Or did you connect the power cables to the original controller
I tried connecting the Waveshare adapter to different locations on the bus in order to avoid issues with signal strength.
is this running on a Linux-based raspberry pi? This is my plan but I am afraid of driver issues for the required hardware…
FYI my setup is 1 zone, 2 fans, 1 sensor. |
Thanks for the help! As soon as I removed the second sensor the whole setup of If you or somebody else is interested to fix this let me know how I can support this with more detailed logging or sniffing of the packets. I feel not comfortable editing the parser myself (yet). |
That's very interesting info (since switching to one sensor helps, that might be an indication). |
Update: Setup with only one sensor is now running since one week without any issues. Very cool :-) |
Hi this looks really cool and I will try to implement this for x-well d12
Can you give some more details (I have only about a year experience with IOBroker etc.) on:
Thank you very much!
The text was updated successfully, but these errors were encountered: