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

B2 remote support #306

Closed
MiloshCZ opened this issue Jul 18, 2018 · 7 comments
Closed

B2 remote support #306

MiloshCZ opened this issue Jul 18, 2018 · 7 comments

Comments

@MiloshCZ
Copy link

Hi, there is no support for B2 remote.
b2
ON button:

Packet received: 90F3381BD1CB4DBC17D1CEB2Packet transformed: 09CF1CD88BD3B23DE88B734DSuccessfully parsed packet of length 10
Received packet (len = 10)!
NRF24MiLightRadio - received packet!
NRF24MiLightRadio - Checking packet length (expecting 10, is 10)
Packet id: 53131
MiLightRemoteConfig::fromReceivedPacket: ERROR - tried to fetch remote config for unknown packet
WARNING: Couldn't find remote for received packet
Radio is available


Packet received: 90F3381BD1CB4DBC17Packet transformed: 09CF1CD88BD3B23DE8Failed CRC: expected 25491, got 15848

OFF button:

Packet received: 90AA9A609FB8005BF84CFF8CPacket transformed: 09555906F91D00DA1F32FF31Successfully parsed packet of length 10
Received packet (len = 10)!
NRF24MiLightRadio - received packet!
NRF24MiLightRadio - Checking packet length (expecting 10, is 10)
Packet id: 21810
MiLightRemoteConfig::fromReceivedPacket: ERROR - tried to fetch remote config for unknown packet

WARNING: Couldn't find remote for received packet
Radio is available


Packet received: 90AA9A609FB8005BF8Packet transformed: 09555906F91D00DA1FFailed CRC: expected 20352, got 55839

CH1 ON:

Packet received: 904998A7F442A85540469049Packet transformed: 099219E52F4215AA02620992Failed CRC: expected 3403, got 2450
Radio is available


Packet received: 904998A7F442A8554046D2B0Packet transformed: 099219E52F4215AA02624B0DSuccessfully parsed packet of length 10
Received packet (len = 10)!
NRF24MiLightRadio - received packet!
NRF24MiLightRadio - Checking packet length (expecting 10, is 10)
Packet id: 37474
MiLightRemoteConfig::fromReceivedPacket: ERROR - tried to fetch remote config for unknown packet
WARNING: Couldn't find remote for received packet

CH1 OFF

Packet received: 90FB3013DCC1160BE9EE85EEPacket transformed: 09DF0CC83B8368D09777A177Successfully parsed packet of length 10
Received packet (len = 10)!
NRF24MiLightRadio - received packet!
NRF24MiLightRadio - Checking packet length (expecting 10, is 10)
Packet id: 57207
MiLightRemoteConfig::fromReceivedPacket: ERROR - tried to fetch remote config for unknown packet
WARNING: Couldn't find remote for received packet
Radio is available


Packet received: 90FB3013DCC1160BE9EE85EEPacket transformed: 09DF0CC83B8368D09777A177Successfully parsed packet of length 10
Received packet (len = 10)!
NRF24MiLightRadio - received packet!
NRF24MiLightRadio - Checking packet length (expecting 10, is 10)
Packet id: 57207
@MiloshCZ
Copy link
Author

@sidoh
Copy link
Owner

sidoh commented Jul 22, 2018

Support will be added in v1.8. There's a feature branch with support for B2/FUT091:

https://github.com/sidoh/esp8266_milight_hub/tree/fut091_support

@MisterC925
Copy link

Would the B2/FUT091, etc extend to the B4 and B8 remotes as well?

@sidoh
Copy link
Owner

sidoh commented Jul 25, 2018

B4 should be RGB+CCT (FUT092). B8 is the same as FUT089. Both of these protocols are already supported.

@MisterC925
Copy link

Sorry I assumed (poorly) that B2/4/8 would be related protocol wise (that'll teach me to think there's logic in any of this :) )

Thanks

@sidoh
Copy link
Owner

sidoh commented Jul 27, 2018

haha. not a ton of rhyme or reason in the model numbers. :D

@sidoh
Copy link
Owner

sidoh commented Jul 29, 2018

Support added in the 1.8 release.

@sidoh sidoh closed this as completed Jul 29, 2018
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