Johannes

Results 214 comments of Johannes

Okay, let it run for a few minutes and if there are no messages lost try to lower `message_interval = 1` (0.8 0.6 0.4 0.2 0.1)

there is already a feature request for an alarm clock #378

It should be possible to configure a navigate item to the card and override the staus with the alarm entity

I will add states and icons for the alarm entities. (maybe also with an automatic link to an card alarm, have to see) However it should be possible to do...

I will review it and update it if needed

>I think this can be done without too much changes to the core code (which can't be said for the above suggestion). Implementation wise, parameters need to get encoded into...

Current development version allows to configure services. This should allow to call anything you want with any data. ``` - entity: service.light.turn_on name: test123 data: entity_id: light.schreibtischlampe color_name: "red" ```...

Hey, it seems like this is a bug in the nextion displays and everything that is send to the display has to be reversed before sending it, so this won't...

Can you add theese two additional lines to pages.py, restart AppDaemon and check if this solves the issue with the date? ``` def update_date(self, kwargs): global babel_spec if babel_spec is...

![image](https://user-images.githubusercontent.com/29555657/183297631-d72209f5-c0de-4aec-bac6-8e9bd492bffb.png)