Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
projects:ha [2022/08/12 16:52] Andreas Böhlerprojects:ha [2024/02/29 12:48] (current) – [Shutters] Andreas Böhler
Line 9: Line 9:
 One of the most important backbones in our home is the network infrastructure. We ran CAT7 cables in all rooms, used them for the light switches (see next section) and for the alarm system (see later section). Orange CAT7 cables are either network or light, blue CAT7 cables are alarm system cables.  One of the most important backbones in our home is the network infrastructure. We ran CAT7 cables in all rooms, used them for the light switches (see next section) and for the alarm system (see later section). Orange CAT7 cables are either network or light, blue CAT7 cables are alarm system cables. 
  
-Most of the network is run by a TP-Link T-1600G switch which features 48-Ports and PoE+ on every port with a total power capacity of 384WIt's a L2+ switch, so it provides VLAN and some advanced switching stuff. For Internet access, an Ubiquiti EdgeRouter-X powered by OpenWrt is used. All other switches and the WiFi APs are also VLAN capable: That's important, because we defined three VLANs in our home:+Most of the network is run by two core switches: ZyXEL GS1900-24HPv2 and HPE JG927ABoth are L2+ switches, so they provide VLAN and some advanced switching stuff. For Internet access, an DreiNeo Pro powered by OpenWrt is used. All other switches and the WiFi APs are also VLAN capable: That's important, because we defined three VLANs in our home:
  
   * VLAN "Management": for configuring devices; does not have Internet access   * VLAN "Management": for configuring devices; does not have Internet access
Line 15: Line 15:
   * VLAN "Technik": for all switches, alarm system etc. with "partially" trusted interfaces   * VLAN "Technik": for all switches, alarm system etc. with "partially" trusted interfaces
  
-The access points (a TP-Link Archer C7 and a TP-Link EAP221) are also powered by OpenWrt and provide two WiFi networks, one bridge to "Private" and one bridge to "Technik". This way, also the wireless appliances can be added to an "untrusted" network section.+The access points (Extreme Networks WS-AP3915i) are also powered by OpenWrt and provide one WiFi network with different keys, one bridge to "Private" and one bridge to "Technik". This way, also the wireless appliances can be added to an "untrusted" network section.
  
-The OpenWrt firewall on the EdgeRouter-X allows or denies access and routes between the different subnets and the Internet.+The OpenWrt firewall on the main router allows or denies access and routes between the different subnets and the Internet.
  
 ===== Switching Lights ===== ===== Switching Lights =====
Line 45: Line 45:
 The newly installed floor heating can be controlled via wall thermostats as well as over IP: The control modules are Möhlenhoff Alpha 2 IP systems that provide an XML interface. The newly installed floor heating can be controlled via wall thermostats as well as over IP: The control modules are Möhlenhoff Alpha 2 IP systems that provide an XML interface.
  
-As we have a few older radiators, I installed HomeMatic wireless thermostats, wireless wall thermostats and I'm using [[http://www.homegear.eu|Homegear]] as central coordinator. Homegear provides a CCU interface and is therefore easily integrated into Home Assistant.+As we have a few older radiators, I installed HomeMatic wireless thermostats, wireless wall thermostats and te CCU interface and it is therefore easily integrated into Home Assistant.
  
 ===== Alarm System ===== ===== Alarm System =====
Line 59: Line 59:
 ===== Shutters ===== ===== Shutters =====
  
-We have shutters around the house, driven by Elero and Somfy remotes. For the Elero-based shutters, I did a lot of research and finally went for two Mediola v4 gateways. I got them used for a few euros, each gateway can control up to 15 Elero shutters. As integration, I wrote [[http://github.com/andyboeh/mediola2mqtt|mediola2mqtt]], which makes certain Mediola devices available via MQTT, including auto discovery for Home Assistant.+We have shutters around the house, driven by Elero and Somfy remotes. For the Elero-based shutters, I did a lot of research and finally went for <del>two Mediola v4 gateways. I got them used for a few euros, each gateway can control up to 15 Elero shutters. As integration, I wrote [[http://github.com/andyboeh/mediola2mqtt|mediola2mqtt]], which makes certain Mediola devices available via MQTT, including auto discovery for Home Assistant.</del> a custom solution based on an ESP32 with a CC1101 module. The relevant ESPHome-module can be found on github: [[http://github.com/andyboeh/esphome-elero|esphome-elero]].
  
-The Somfy shutters will be controlled by Homegear and one of my CUBes with a 433MHz module. For this, I integrated Somfy RTS into Homegear, currently only available in my [[http://github.com/andyboeh/Homegear-Somfy|github]].+The Somfy shutters <del>will be controlled by Homegear and one of my CUBes with a 433MHz module. For this, I integrated Somfy RTS into Homegear, currently only available in my [[http://github.com/andyboeh/Homegear-Somfy|github]].</del> are controlled by a similar ESP32 + CC1101, but with ESPSomfyRTS as software component.
  
 ===== Further devices ===== ===== Further devices =====
  
 Some further devices integrated into Home Assistant are our Neff oven (via Home Connect) or some Gosund wireless wall plugs, the entire SqueezeBox eco system and a few other devices.  Some further devices integrated into Home Assistant are our Neff oven (via Home Connect) or some Gosund wireless wall plugs, the entire SqueezeBox eco system and a few other devices.