877dev

Results 37 comments of 877dev

Hmm, is it possible to use websocket nodes to get this working?

I was wondering the same thing, did you ever find a way? I don't really understand the arm types being honest :) ``` armed_away, armed_home, armed_night, armed_custom_bypass, armed_vacation ```

Same here, the new code did not help for me either I’m afraid. Using Arduino IDE 1.8.8

> Rewrite some or all of `menu.sh` to allow for more advanced configurations, and automated deployments. I think the appeal of this project is that it's simple for most people...

@senarvi thanks for this post, I also recently noticed the same issue. I temporarily fixed it by adding the timezone manually to each container in `docker-compose.yml`. It could be added...

Excellent work, quite interesting how it works. So it does not actually hurt to declare the TZ variable, it's just not used in unsupported containers. As I just swapped back...

> Mix and match as much as you like. > > It also doesn't matter what order the `environment:` and `env_file:` directives appear in, inline always overrides a file. >...