Daniel

Results 98 comments of Daniel

Logs: ``` 2022-08-12 10:00:53.845 DEBUG (MainThread) [custom_components.alexa_media] Finished fetching alexa_media data in 1.839 seconds (success: True) 2022-08-12 10:01:41.425 DEBUG (MainThread) [custom_components.alexa_media] d****l@b******a: Received websocket command: PUSH_VOLUME_CHANGE : {'destinationUserId': 'A**********F5L', 'dopplerId':...

I think it might be a timing issue: ``` Executed: August 12, 2022 at 10:01:46 AM Result: params: domain: notify service: alexa_media_last_called service_data: message: I'm sorry, It looks like you'll...

I will try changing ``` service: notify.alexa_media_last_called ``` to: ``` service: notify.alexa_media data: target: "{{ states('sensor.last_alexa' }}" ``` to eliminate notify.alexa_media_last_called which to me seems to be the problem.

I agree. `hvac_modes` only says 'auto'. The thermostat manual at https://www.eq-3.com/downloads/download/max/bda_portal/BC-TC-C-WM-4_UM_EN.pdf does not provide much info. I see `Automatic mode` (Auto), `manual mode` (Manu), `holiday function` ( ), `boost function`...

I also would like to see this implemented as my vertical blinds open from right to left. I am using invert:true for now to get the correct action in the...

I think I prefer what I have created [here](https://community.home-assistant.io/t/my-nest-thermostat-card-config-using-thermostat-dark-card/248773) using custom:browser-mod, custom:card-mod, custom:vertical-stack-in-card, custom:thermostat-dark-card and custom:button-card to create a Nest App-like display, rather than mucking up the nice nest-like dial,...

While we're at it, the gap between the indexes and the outer edge of the dial is much larger than Nest app... ![image](https://user-images.githubusercontent.com/49846893/99990440-a69ba900-2d68-11eb-8847-36623e43e8ca.png) Oh, and I forgot rounding to nearest...

I'm working on a sensor which will estimate the time_to_temp. If/when successful, it will be possible for the card to display `IN 50 MIN`.

Can the above be rectified by ozw somehow doing a reset? See [https://github.com/OpenZWave/open-zwave/issues/2405](https://github.com/OpenZWave/open-zwave/issues/2405)

Thanks Keith. Mine was probably 2-3 weeks old? I did a new docker pull last night… docker images --digests | grep allinone-latest openzwave/ozwdaemon allinone-latest sha256:815a5c8141a693d8d8a1c1f5fd36165024fbb42a4e0136760f69c8481ea5076f 917fd3778ab6 5 days ago 500MB...