Skip to content
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

Open
Ralphy140 opened this issue Mar 31, 2023 · 5 comments
Open

Comments

@Ralphy140
Copy link

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

@Dakoriki
Copy link

Dakoriki commented Jul 21, 2023

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

@Dakoriki
Copy link

Uncomment line 533 if (Q_in[2] == 0xFE) print_msg(Q_in);
and comment line 534 //print_msg(Q_in);
It did start to work earlier but after a blackout it went back to spamming unregistered. Changing the comments got it to connect immediately.

@Ralphy140
Copy link
Author

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

@Ralphy140
Copy link
Author

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
[09:56:16][D][Spa/node/id:546]: Requesting ID
[09:56:16][D][uart_debug:114]: <<< 06:5C:7E:7E:07:10:BF:11:00:00:3E:7E:7E:05:10:BF:06:5C:7E:7E:07:10:BF:11:00:00:3E:7E:7E:05:10:BF:06:5C:7E:7E:07:10:BF:11:00:00:3E:7E:7E:05:10:BF:06:5C:7E:7E:07:10:BF:11:00:00:3E:7E:7E:05:10:BF:06:5C:7E:7E:07:10:BF:11:00:00:3E:7E:7E:05:FE:BF:00:AC:7E
[09:56:16][D][uart_debug:114]: >>> 7E:08:FE:BF:01:02:F1:73:B9:7E
[09:56:16][D][Spa/node/id:532]: Unregistered

@joerocks1991
Copy link

Did this ever get resolved, as I am having the same issues. constant loop of Requesting ID and then Unregistered.

Thanks all :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants