This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
technik:homeassist [2026/01/10 23:32] marten [Home Assistant] |
technik:homeassist [2026/01/16 20:21] (current) marten [Einrichtung des Access points] |
||
|---|---|---|---|
| Line 15: | Line 15: | ||
| * '' | * '' | ||
| * System -> auf Datenpatrition umleiten ( Boot von USB geht nicht, Bootpartition im Windows gelöscht, Umschalten dauert lange) | * System -> auf Datenpatrition umleiten ( Boot von USB geht nicht, Bootpartition im Windows gelöscht, Umschalten dauert lange) | ||
| - | * System-> backups> Backup Einstellungen(runterscrollen) -> Nur lokales Backup -> Dieses System -> Einstellungen -> Verschlüsselung -> deaktivieren | + | * System-> backups |
| + | * MQTT integration konfigurieren bevor Tasmota konfiguriert wird | ||
| ===== Einrichtung des Access points ===== | ===== Einrichtung des Access points ===== | ||
| Line 21: | Line 22: | ||
| * Fritzbox: | * Fritzbox: | ||
| * Netz: 192.168.2.**0** | * Netz: 192.168.2.**0** | ||
| - | * Gateway: 192.168.0.102 | + | * Gateway: 192.168.0.102 |
| + | * network interface: enu1u1u1 | ||
| Line 73: | Line 75: | ||
| </ | </ | ||
| + | ===== WLAN AP ===== | ||
| + | Konfiguration YAML code umschalten: | ||
| + | <code yaml> | ||
| + | ssid: HomeAssist | ||
| + | wpa_passphrase: | ||
| + | channel: 11 | ||
| + | address: 192.168.2.1 | ||
| + | netmask: 255.255.255.0 | ||
| + | broadcast: 192.168.2.255 | ||
| + | interface: wlan0 | ||
| + | hide_ssid: false | ||
| + | dhcp: true | ||
| + | dhcp_start_addr: | ||
| + | dhcp_end_addr: | ||
| + | allow_mac_addresses: | ||
| + | deny_mac_addresses: | ||
| + | debug: 0 | ||
| + | hostapd_config_override: | ||
| + | client_internet_access: | ||
| + | client_routed: | ||
| + | client_dns_override: | ||
| + | dnsmasq_config_override: | ||
| + | - dhcp-host=8C: | ||
| + | - dhcp-host=8C: | ||
| + | - dhcp-host=8C: | ||
| + | - dhcp-host=8C: | ||
| + | - dhcp-host=8C: | ||
| + | - dhcp-host=E8: | ||
| + | - dhcp-host=D8: | ||
| + | - dhcp-host=3C: | ||
| + | - dhcp-host=84: | ||
| + | - dhcp-host=84: | ||
| + | - dhcp-host=60: | ||
| + | - dhcp-host=40: | ||
| + | </ | ||