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

Unable to use MSR-2 as BLE proxy - Please remove power save mode in the yaml #15

Closed
bharvey88 opened this issue Oct 14, 2024 · 4 comments
Assignees

Comments

@bharvey88
Copy link

https://github.com/ApolloAutomation/MSR-2/blob/main/Integrations/ESPHome/MSR-2.yaml#L109
image

Unable to use MSR-2 as BLE proxy - Please remove power save mode in the yaml

@foXaCe
Copy link

foXaCe commented Oct 27, 2024

hello, same problem for me

@TrevorSchirmer
Copy link
Member

@bharvey88 @foXaCe We created specific BLE versions of our firmware so we can keep things like power_save_mode in the production firmware but if people want to add BLE proxy they would switch to: MSR-2_BLE.yaml in ESPHome addon.

Have you guys tried switching to that? Just replace MSR-2.yaml with MSR02_BLE.yaml in ESPHome addon

@bharvey88
Copy link
Author

bharvey88 commented Oct 27, 2024

This is now working I just tested and confirmed. yaml code necessary to switch:

  ApolloAutomation.MSR-2: # name of package/project
    url: https://github.com/ApolloAutomation/MSR-2 # url of the repository
    ref: main # branch, tag or commit SHA
    files: [Integrations/ESPHome/MSR-2_BLE.yaml] # Path to config from base repo URL
    refresh: 1min # how often to sync updates from the remote url```
    
    You'll remove or comment out the packages: line and the line below it then replace it with the code above. @foXaCe 

@foXaCe
Copy link

foXaCe commented Oct 28, 2024

work for me thanks you

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