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

Settings are changing by itself #636

Open
informatuss opened this issue Dec 9, 2024 · 3 comments
Open

Settings are changing by itself #636

informatuss opened this issue Dec 9, 2024 · 3 comments

Comments

@informatuss
Copy link

Few settings are changing by itself after few hours. In log there is no indication why.

Screenshot_20241209-065157 (1)
Screenshot_20241209-065205 (1)
Screenshot_20241209-065239 (1)

@syssi
Copy link
Owner

syssi commented Dec 9, 2024

Could you describe your setup in a few words? Which YAML configuration do you use?

@janas-karol
Copy link

janas-karol commented Dec 9, 2024

Could you describe your setup in a few words? Which YAML configuration do you use?

I'm using ESP32 via bluetooth. Used esp32-ble-example.yaml.
Everything is working great (thx for you work btw ;)) but these setting keep changing to default. I'm not connecting phone with app or anything, it looks random to me.

same with cell_request_charge_voltage
Screenshot 2024-12-09 111726

@syssi
Copy link
Owner

syssi commented Dec 25, 2024

Could you enable the VERY_VERBOSE output of the component by:

logger:
  level: VERY_VERBOSE
  logs:
    esp32_ble_tracker: INFO
    jk_bms_ble: VERY_VERBOSE
    scheduler: INFO
    component: INFO
    sensor: DEBUG
    mqtt: INFO
    mqtt.idf: INFO
    mqtt.component: INFO
    mqtt.sensor: INFO
    mqtt.switch: INFO
    api.service: INFO
    api: INFO

I would like to compare the random value with the RAW payload of the BLE notification.

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

No branches or pull requests

3 participants