Rosi

Results 14 comments of Rosi

Short intermediate result: ```bash $ gradle --stop No Gradle daemons are running. ``` did not help. The problem remains, I will try to install an gradle again.

I like the idea of compound states, as they tend to make my life a lot easier. I will have a look at it when I find some time.

I currenlty try to install the OH-IDE, but if someone else has more experience it might be faster :-).

Hello, I'm so sorry. Yes the title was wrong. It is about the tinkerforge binding. I change the title. Thanks.

Well - maybe a note in the documentation is sufficient. e.g. change ``` File names are not absolute but relative with a folder specific prefix. It’s best to use the...

Thanks @sander1988. I will keep looking at this issue - every once in a while.

Hi @arkid15r / @dsoprea , I'm looking for something similar - but would like to revert the logic. How about adding a function to get the "next" holiday. Getting the...

OK guys, I will then give it a try. And yes - returning a tuple is a good idea. Thanks.

Hi @Tahlor, for me (with my Outdoor Gen3) it does work with the temperature update. ```python async def get_temperature(blink): await blink.refresh() for sync in blink.sync.values(): await sync.update_cameras() for camera in...