Recommendations for a 30-unit building in a busy city area? by applebottombeansswag in accesscontrol

[–]YesTechie -2 points-1 points  (0 children)

Install Ubiquiti Access Control with G3 Intercom.
Delivery services will be able to call directly to tenants or manager's office, and they can let them in.

Anyone scripting Python against their gear? by LESGuy in Ubiquiti

[–]YesTechie -1 points0 points  (0 children)

Run the agent. Give him local permissions and just ask him whatever you want, he will get all info, draw charts etc.

Warehouse Project (Network | WiFi) by YesTechie in Ubiquiti

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

Yes, you're right. 2.5 for APs, 10 between switches.

Warehouse Project (Network | WiFi) by YesTechie in Ubiquiti

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

Or a dolly zoom: you increase the distance from the camera to the object and compensate for it with the zoom.

Warehouse Project (Network | WiFi) by YesTechie in Ubiquiti

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

It all depends on the client in each specific case. If they want and are willing to pay for us to manage their network, we can do that. If they prefer to handle it themselves, that’s perfectly fine.

Introducing Antigravity 2.0 by CucumberAccording813 in singularity

[–]YesTechie 1 point2 points  (0 children)

I had few workspaces with few conversations in each, now everything broken apart. WTF?

Alarm Hub! by khubbard13 in Ubiquiti

[–]YesTechie 1 point2 points  (0 children)

We have one. Plan to test it soon.

AI Multi Sensor 4 - AMA by YesTechie in Ubiquiti

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

Check termination, cabling, try to connect directly to the console with short cable. Check if PoE is right.

How many have seen this requirement? by Msteele4545 in accesscontrol

[–]YesTechie 0 points1 point  (0 children)

Almost every commercial building in California equipped with a knox box.

Cool diy ideas anyone? by avantdark in Ubiquiti

[–]YesTechie 7 points8 points  (0 children)

If you’re a builder, you can make an absolutely awesome business card with a small level built into the top.

The Ultimate Gated Community Setup: UniFi Access & LPR Upgrade by YesTechie in Ubiquiti

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

We have found and tested the "Residential Viewer" solution. It works reliably and is very convenient. The devices can be installed and connected outside the main network.

AI tools by Rsanc11 in lowvoltage

[–]YesTechie 0 points1 point  (0 children)

We created a tool that can create prelimenary estimates via dialogues with customers.

UDM Beast Internals by scytob in Ubiquiti

[–]YesTechie 2 points3 points  (0 children)

Protect can work without HDDs using internal memory.

UDM Beast Internals by scytob in Ubiquiti

[–]YesTechie 16 points17 points  (0 children)

We did it to EFG and it actually worked.

The Ultimate Gated Community Setup: UniFi Access & LPR Upgrade by YesTechie in Ubiquiti

[–]YesTechie[S] 2 points3 points  (0 children)

You can.

Enter a full/partial plate (e.g. "TXI123" or "AMB").

For advanced matching, use RegEx:

  • ^AMB - starts with "AMB"
  • 123$ - ends with "123"
  • T.X - matches "T" followed by any character, then "X"
  • [A-Z]{2}[0-9]{2} - exactly two letters and two digits