ct-Smart-Home icon indicating copy to clipboard operation
ct-Smart-Home copied to clipboard

A ready-to-use Node-RED setup for home automation

Results 31 ct-Smart-Home issues
Sort by recently updated
recently updated
newest added

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2. Release notes Sourced from docker/setup-qemu-action's releases. v2.0.0 Node 16 as default runtime by @​crazy-max (#48) This requires a minimum Actions Runner version of v2.285.0,...

dependencies
github_actions

Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2. Release notes Sourced from docker/login-action's releases. v2.0.0 Node 16 as default runtime by @​crazy-max (#161) This requires a minimum Actions Runner version of v2.285.0,...

dependencies
github_actions

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2. Release notes Sourced from docker/setup-buildx-action's releases. v2.0.0 Node 16 as default runtime by @​crazy-max (#131) This requires a minimum Actions Runner version of v2.285.0,...

dependencies
github_actions

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.1. Release notes Sourced from actions/cache's releases. v3.0.1 Added support for caching from GHES 3.5. Fixed download issue for files > 2GB during restore. v3.0.0...

dependencies
github_actions

It seems to be quite simple to add persistence to mosquitto. Simply add `persistence true` `persistence_location /mosquitto/data` to _data/mqtt/config/mosquitto.conf_. But - that doesn't work. The reason is, that /mosquitto/data isn't...

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Update default runtime to node16 v2.4.0 Convert SSH URLs like org-<ORG_ID>@github.com: to https://github.com/ - pr v2.3.5 Update...

dependencies
github_actions

Hi, I'm running ct-smart-home on a Pi 4 and I keep experiencing an issue where restarting the nodered container will fail. `docker-compose ps` would tell me that nodered is `unhealthy`...

fix problems with /run/dbus/dbus.pid fixes #73

After updating with "./start.sh update" and "./start.sh fix" node red is not available. From docker-compose logs: nodered_1 | # nodered_1 | # Fatal error in , line 0 nodered_1 |...

Dear all, after updating, mqtt service cannot be connected any more, neither internally (node-red/Zigbee2Mqtt) nor externally (e.g. MQTTool). Log: mqtt_1 | 0: New connection from 172.19.0.2 on port 1883. mqtt_1...