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

FIX - SONOFF BULB B02-BL seen as switch and no dimmer or temperature options #1026

Closed
dipdipotat0chip opened this issue Nov 6, 2022 · 6 comments
Labels
enhancement New feature or request
Milestone

Comments

@dipdipotat0chip
Copy link

dipdipotat0chip commented Nov 6, 2022

  • SONOFF B02-BL seen as switch and no dimmer or temperature option
  • found no reference to a fix to this or any mentions on a work around
  • SOLUTION
  • on the device go to DOWNLOAD DIAGNOSTICS open the file and find the UIID mine was 135
  • open /config/custom_components/sonoff/core/devices.py
  • you should find the entry for UIID 135 missing
  • add the line

135: [XLightB02, RSSI], # Sonoff B02-BL

  • B02-BL should now be visible as a light in your drop downs and you will be able to add the dimmer and the cool temperature.

Hope this helps anyone.
DIPDIPOTATOCH1P

@camsaway
Copy link

This needs to please be added/pulled into code base.

AlexxIT added a commit that referenced this issue Nov 15, 2022
@AlexxIT AlexxIT added the enhancement New feature or request label Nov 15, 2022
@AlexxIT AlexxIT added this to the 3.4.0 milestone Nov 15, 2022
@AlexxIT
Copy link
Owner

AlexxIT commented Nov 15, 2022

Thanks!

@santiniuk
Copy link

Fix worked a treat!
Thanks for sharing.

@ZiggySatdust
Copy link

Just what i needed. Thank-you!

@Cruzy404
Copy link

Un grand merci !!!!!

@AlexxIT
Copy link
Owner

AlexxIT commented Feb 5, 2023

@AlexxIT AlexxIT closed this as completed Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants