homeautomatisation:iobroker
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| homeautomatisation:iobroker [2022/02/24 20:38] – created illu | homeautomatisation:iobroker [2023/12/16 23:02] (current) – illu | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ioBroker ====== | ====== ioBroker ====== | ||
| - | first i created a volume for iobrokers data | + | iobroker ([[homeautomatisation: |
| - | ^ name ^ path ^ | + | its possible to run it on a raspberry pi, container or own pc. lots of plugins and possibilities. |
| - | | broker_data | /opt/iobroker | | + | |
| - | {{: | + | my docker-compose.yml |
| + | <code yml> | ||
| + | version: " | ||
| - | then the container | + | services: |
| - | ^ type ^ config ^ extra ^ | + | |
| - | | image | buanet/ | + | |
| - | | volume container | /opt/iobroker | + | |
| - | | volume data | broker_data | look above| | + | |
| - | | working dir | / | + | |
| - | | network | host | due to node-red for echo need broadcast to detect new devices| | + | |
| - | | env USBDEVICES | / | + | |
| - | | runtime mode | privileged mode | for node-red listening on port 80| | + | - "80:80" |
| - | | runtime devices | container / | + | - "1880:1880" |
| - | + | - "1882:1882" | |
| - | {{:portainer_iobroker_1.jpg? | + | - "1883:1883" |
| - | + | - "8091:8081" | |
| - | {{: | + | - "8092:8082" |
| - | + | | |
| - | Port forwarding was a process of trying and finding the right adapters. You may not forward all those ports, just u need right now. | + | |
| - | ^ host ^ container ^ service ^ | + | - / |
| - | | 80 | 80 | node-red listening for alexa detect new devices | | + | |
| - | | 1880 | 1880 | node-red | + | - IOB_STATESDB_HOST=127.0.0.1 |
| - | | 1882 | 1882 | mqtt shelly | + | - IOB_STATESDB_PORT=6379 |
| - | | 1883 | 1883 | mqtt sonoff | + | - IOB_STATESDB_TYPE=redis |
| - | | 8081 | 8081 | iobroker admin | | + | - SETGID=1200 |
| - | | 8082 | 8082 | iobroker web | | + | - SETUID=1200 |
| - | | 8086 | 8086 | influx DB web | | + | volumes: |
| - | | 3001 | 3001 | grafana web | | + | - / |
| - | | 38835 | 38835 | alexa proxy | | + | </ |
| - | + | ||
| - | {{:portainer_iobroker_3.jpg?600|}} | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | {{:portainer_iobroker_5.jpg? | + | |
| - | + | ||
| - | {{:portainer_iobroker_6.jpg? | + | |
| - | + | ||
| - | when you are ready you can deploy the container. | + | |
| - | if you need to edit some specifications, | + | |
| + | i dont need to expose ports, but for own documentation its usefull. | ||
homeautomatisation/iobroker.1645731513.txt.gz · Last modified: 2022/02/24 20:38 by illu