Chris Chreece

Results 49 comments of Chris Chreece

Thanks @olicooper. I changed in developer tools the attributes of my sensor, to leave only the datetime, condition and temperature. That worked! ~~So something in the original attributes is messing...

Because I'm using this sensor also for other purposes I'm not happy to remove keys. I will create a new one to remove the null key values. If you want...

I would like to send the greek translation file: _EDIT: also added the days of week and months since there is no more necessary to put them seperately to the...

That was a lot of work for you buddy, thank you very much. I can confirm, it works like a charm :)

I'm no programmer, don't kill me please... Just wanted to see how good is chatgpt: stream.py: ``` """Snapcast stream.""" import requests import json class Snapstream(): """Represents a snapcast stream.""" def...

This device returns in passive ble monitor battery as unknown but in the Xiaomi BLE integration reports a percentage. I think here is parsed: https://github.com/Bluetooth-Devices/xiaomi-ble/blob/main/src/xiaomi_ble/parser.py line: 1619

@myhomeiot Unfortunately that didn't help, in ESP logs the battery % is parsed but in HA it stays unavailable. ``` external_components: - source: github://myhomeiot/esphome-components myhomeiot_ble_host: myhomeiot_ble_client: - mac_address: ${flower_care_mac} service_uuid:...

![image](https://github.com/user-attachments/assets/86d28d6f-b01c-482e-926a-c0bb4494ba09) ![image](https://github.com/user-attachments/assets/5b604017-1504-4f4d-b160-69851da11906)

No, the data that you see in ha are parsed on the host from its own bt chi. They existed before installing your library on an esp32 that I have...

Wonderful! Worked as intended. Thank you