-
Notifications
You must be signed in to change notification settings - Fork 5
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
Unregistered [12:27:16][D][Spa/node/id:546] Loop no decive info #4
Comments
Would you also have a BP2100G1 control board? Haven't seen anyone else have one yet nor talk about having one. My guess is that it has something to do with authorization/encryption that this is missing rn? maybe idk I eventually got it working by doing nothing? It started to work at some point on its own |
Uncomment line 533 if (Q_in[2] == 0xFE) print_msg(Q_in); |
Thanks for the pointer, I will give it a shot. I dont have a BP2100 I think mine is an older BP600 or 601 but it does use the face plate than includes the BP2100 so it might be (the Spa was in the house when we purchased it) I will give the updated code a shot over the weekend and report back |
Ok made the changes to the code but still no luck, I have run the UART debug and this is the output [09:56:16][D][Spa/node/id:532]: Unregistered |
Did this ever get resolved, as I am having the same issues. constant loop of Requesting ID and then Unregistered. Thanks all :-) |
Hello,
Finally got around to wiring everything up and I can see the UART messages coming though but I only get the following in a never ending loop
2:27:16][D][Spa/node/id:532]: Unregistered
[12:27:16][D][Spa/node/id:532]: Unregistered
[12:27:16][D][Spa/node/id:532]: Unregistered
[12:27:16][D][Spa/node/id:546]: Requesting ID
[12:27:16][D][Spa/node/id:532]: Unregistered
All sensors remain unknown,
Any tips on how to go about troubleshooting this?
Thanks
The text was updated successfully, but these errors were encountered: