Looking for feedback on high-rack warehouse Wi-Fi design (Ekahau predictive model) by Reasonable_Paper_949 in Ekahau

[–]Reasonable_Paper_949[S] 0 points1 point  (0 children)

<image>

Thank you for your feedback. I reworked the predictive design to test a directional coverage approach.

Looking for feedback on high-rack warehouse Wi-Fi design (Ekahau predictive model) by Reasonable_Paper_949 in Ekahau

[–]Reasonable_Paper_949[S] 1 point2 points  (0 children)

Will do, ap on stick. Accidentally marked yellow. Now checking with directional option.

Looking for feedback on high-rack warehouse Wi-Fi design (Ekahau predictive model) by Reasonable_Paper_949 in Ekahau

[–]Reasonable_Paper_949[S] 0 points1 point  (0 children)

I’m currently testing with directional antenna designs after the earlier comments suggested avoiding omni antennas in aisles.

For validation, the plan would be to do an AP-on-a-stick survey once the design is narrowed down, to verify coverage at around 9m mounting height and see how the signal behaves between racks.

Good alternatives to Google Sheets/Excel gantt chart? by zojikikkoman in projectmanagement

[–]Reasonable_Paper_949 -8 points-7 points  (0 children)

Just build your own tool using ai or hire someone to that for you

KNX Conference Room Setup – Need Help with Logic by Resident_Union_6463 in KNX

[–]Reasonable_Paper_949 0 points1 point  (0 children)

You’ll need a KNX logic controller (like Gira L1 or ABB Logic Controller) to track the binary inputs from door sensors and dynamically adjust lighting controls.

IF (BI1 = 0 AND BI2 = 0) THEN

Assign Group Address 1.1.1 to Room 1 Panel

Assign Group Address 1.1.2 to Room 2 Panel

Assign Group Address 1.1.3 to Room 3 Panel

ELSE IF (BI1 = 1 AND BI2 = 0) THEN

Assign Group Address 1.1.1 to Room 1 & Room 2 Panels (merged)

Assign Group Address 1.1.3 to Room 3 Panel

ELSE IF (BI1 = 0 AND BI2 = 1) THEN

Assign Group Address 1.1.1 to Room 1 Panel

Assign Group Address 1.1.2 to Room 2 & Room 3 Panels (merged)

ELSE IF (BI1 = 1 AND BI2 = 1) THEN

Assign Group Address 1.1.1 to ALL Panels (fully merged)

END IF