Smart Home on Zigbee and Z-Wave: How to Connect Sensors and Devices to the ASI Biont AI Agent for Code-Free Automation

Smart Home on Zigbee and Z-Wave: How to Connect Sensors and Devices to the ASI Biont AI Agent for Code-Free Automation

Imagine a morning: 15 minutes before the alarm goes off, warm light slowly turns on in the bedroom at 10% brightness, the thermostat raises the temperature to a comfortable 22°C, the coffee machine starts in the kitchen, and the curtains automatically open outside the window. All of this happens by itself, without a single button. That's what a smart home with a real "brain" looks like. In 2026, ASI Biont became this brain for thousands of users.

Previously, smart home automation required writing scripts, configuring Node-RED, and spending long hours debugging. Now, an AI agent for smart homes can figure out the logic on its own: just connect Zigbee sensors to the AI through a visual builder and describe the desired scenario in plain Russian. No code, no intermediate controllers, no magic — only engineering and artificial intelligence.

In this article, we'll show you how to set up integration of ASI Biont with Zigbee and Z-Wave devices step by step. You'll learn which coordinator to choose, how to connect sensors, relays, and climate equipment, and you'll walk through several ready-made scenarios: morning routine, leak protection, energy saving, perimeter security, and adaptive context-based scenarios. All of this — without a single line of code.

Why Zigbee and Z-Wave Remain the Smart Home Standard in 2026

Zigbee and Z-Wave are the two most mature ecosystems for local automation. Zigbee operates at 2.4 GHz and uses a mesh network: each device amplifies the signal and relays data to neighboring devices. Z-Wave uses lower frequencies (868–908 MHz depending on the region), which results in less Wi-Fi interference and greater range in dense urban apartments.

In 2026, these technologies are experiencing a renaissance: manufacturers are abandoning proprietary clouds and returning to local standards. Moreover, Zigbee and Z-Wave are protected from internet outages — the smart home continues to work even when the cloud is unavailable. That's why ASI Biont supports both protocols: you can mix devices from different brands in a single automation setup without worrying about compatibility.

The key advantage for AI integration is the event-driven model. A motion sensor is not polled every second; instead, it "instantly" reports a trigger. This gives the AI agent the ability to react to events in real time, which is critical for safety and comfort.

What Is ASI Biont and Why It Is the Brain of a Smart Home

ASI Biont is an AI agent from the asibiont.com platform that connects IoT devices, cloud services, calendars, and notifications. It doesn't just turn on the lights on a schedule; it makes contextual decisions: it analyzes the time of day, the presence of people, the weather, your geolocation, and even the contents of your email.

Although there are many automation platforms on the market, most require setup through scripts. ASI Biont took a different path: all integrations are done in a builder using cards, and logic is specified in natural language. For example, instead of timers and conditions, you write: "If the kitchen gets dark and the motion sensor triggers, turn on the light at 70% brightness." The platform's neural network itself translates this into executable rules.

It is this capability that makes ASI Biont the ideal "brain" for a code-free smart home. You focus on what you want to achieve, not on how to implement it.

Step 1. Choosing a Zigbee/Z-Wave Coordinator

A coordinator is a radio module that "hears" devices and manages the mesh network. To integrate with ASI Biont, you'll need one of the popular coordinators connected via USB or Ethernet. Below is a table with recommended options.

Coordinator Support Features
ConBee III Zigbee + Z-Wave (with Pro version) USB, works with universal software, local mode
SONOFF Zigbee 3.0 USB Dongle Plus Zigbee 3.0 Inexpensive, for large mesh networks
Home Assistant Connect ZBT-1 Zigbee 3.0 + Thread Forward-looking, Matter support
Z-Wave.Me Z-Station Z-Wave Official Z-Wave USB coordinator
HubZ Zigbee + Z-Wave Hybrid, two radios in one enclosure

The choice depends on your tasks. If you're just starting out, go ahead and get the SONOFF USB Dongle Plus and a separate Z-Wave stick if needed. If you want a single device for both protocols right away, take a look at the ConBee III. It's important that the coordinator supports Zigbee 3.0 and Z-Wave S2 — these are modern security standards.

Step 2. Connecting the Coordinator to ASI Biont

Now let's move on to the practical part — integrating the ASI Biont Zigbee coordinator. Log in to your personal account at asibiont.com and go to the "Integration Builder" section.

  1. Click "Add integration".
  2. In the list, select "Zigbee / Z-Wave".
  3. Connect the coordinator to the computer or mini-PC running ASI Biont Gateway.
  4. Click "Detect device" — the platform will automatically find the coordinator and check the firmware.
  5. Confirm the selection and give it a name: "Home Coordinator".

Within a couple of minutes, ASI Biont will install drivers, collect a list of all already paired devices, and be ready for scanning. No configuration files or YAML scripts: just mouse clicks and, in the worst case, a coordinator reboot.

This step is a key part of Z-Wave smart home automation. Z-Wave devices operate on a network with minimal power consumption, so many sensors have batteries lasting one to two years. ASI Biont automatically manages "sleeping" devices: it sends commands only when the sensor comes online, saving battery life.

Step 3. Adding Sensors and Devices

Now that the coordinator is connected, you can start pairing. For Zigbee and Z-Wave, a similar process is used: the device is put into network search mode, and ASI Biont scans the airwaves.

Here's how it works with a leak sensor:

  1. In the ASI Biont panel, click "Add device" → "Zigbee / Z-Wave".
  2. Select the "Network open" mode.
  3. On the sensor itself, hold down the pairing button for 3–5 seconds until the indicator starts blinking.
  4. After a few seconds, the device will appear in the AI agent's list.

After pairing, give the device a meaningful name. This is important for working with natural language. For example, "Kitchen leak sensor," "Living room door," or "Bedroom thermostat." These objects and their states will be used in future scenarios.

What devices can be connected without code? Practically any:

Device Type Examples Use Cases
Motion sensors Aqara Motion, Philips Motion Lighting, security, energy savings
Open/close sensors Aqara Door/Window, Fibaro Alarm, notifications
Leak sensors Xiaomi Water Leak, Zooz Shutting off valves, flood protection
Thermostats Eurotronic, Trane Z-Wave Scheduled climate control
Smart plugs SONOFF S31, Aeotec Smart Plug Appliance control
Relays and switches Qubino, Fibaro Lighting and power control
Sirens and lights Heiman Siren, IKEA SYMFONISK Alerting and light scenarios

Even if you have sensors on different protocols, ASI Biont sees them uniformly. You can use a single device name in commands regardless of whether it operates over Zigbee or Z-Wave.

Step 4. Creating Scenarios in Natural Language

Now for the most interesting part — giving the smart home instructions. Instead of code, you describe the logic in words, and the AI agent turns it into rules. Open "Scenarios" in ASI Biont and click "Create". Enter, for example:

When: kitchen_leak_sensor == "triggered"
Then:
  - turn_off_water_valve
  - send_notification_to_phone
  - turn_on_siren_for_3_minutes

The visual builder will show you a ready-made chain of cards.

← All posts

Comments