mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Updated documentation for VegeHub integration (#39928)
Co-authored-by: GhoweVege <85890024+GhoweVege@users.noreply.github.com> Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
6d36fc64bf
commit
fd74f853be
@ -8,33 +8,36 @@ ha_config_flow: true
|
||||
ha_release: 2025.7
|
||||
ha_iot_class: Local Push
|
||||
ha_codeowners:
|
||||
- '@ghowevege'
|
||||
- '@thulrus'
|
||||
- '@vegetronix'
|
||||
ha_domain: vegehub
|
||||
ha_platforms:
|
||||
- sensor
|
||||
- switch
|
||||
ha_integration_type: integration
|
||||
related:
|
||||
- url: https://www.vegetronix.com/Products/VG-HUB-RELAY/
|
||||
- url: https://vegetronix.com/Products/ha/VG-HUB-RELAY/
|
||||
title: VegeHub product page
|
||||
- url: https://www.vegetronix.com/Products/VG-HUB-GEN2/QuickStart
|
||||
- url: https://vegetronix.com/Products/VG-HUB-GEN2/QuickStart
|
||||
title: VegeHub Quick Start Guide
|
||||
- url: https://vegetronix.com/Products/VG-HUB-GEN2/Manual
|
||||
title: VegeHub Manual
|
||||
---
|
||||
|
||||
The **Vegetronix VegeHub** {% term integration %} allows you to control your [VegeHub](https://www.vegetronix.com/Products/VG-HUB-RELAY/) and gather data from its attached sensors.
|
||||
The **[Vegetronix VegeHub](https://vegetronix.com/Products/ha/VG-HUB-RELAY/)** is a compact, network-connected device designed for agricultural monitoring and control. It supports a variety of environmental sensors—including *soil moisture, soil temperature, light, and more*—making it suitable for use in gardening, landscaping, and precision agriculture. In addition to monitoring, the VegeHub can also control actuators such as *relays, pumps, or water valves*, enabling automation of irrigation and other systems. This {% term integration %} allows Home Assistant to receive real-time data from VegeHub devices and optionally control connected outputs.
|
||||
|
||||
The VegeHub is available in the [standard configurations](https://vegetronix.com/Products/ha/VG-HUB-RELAY/), as well as the [sprinkler control variation](https://vegetronix.com/Products/ha/VG-SPRINKLER-4L/). Both are supported by this integration.
|
||||
|
||||
There is currently support for the following platforms within Home Assistant:
|
||||
|
||||
- Sensor - Gathers data from sensor channels on a VegeHub and stores the values in Home Assistant
|
||||
- Switch - Allows you to view the status of relays on a VegeHub, and control them.
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
- Sensor: Collects data from VegeHub sensor channels.
|
||||
- Switch: Shows actuator states and lets you control them.
|
||||
|
||||
## Supported devices
|
||||
|
||||
- [Vegetronix VegeHub](https://www.vegetronix.com/Products/VG-HUB-RELAY/) - Firmware **4.0 or later** - All variants
|
||||
- [Sensor Based WiFi Controller](https://vegetronix.com/Products/ha/VG-HUB-RELAY/) - Firmware 4.0 or later - All variants
|
||||
- [Sensor Based WiFi Data Logger](https://vegetronix.com/Products/ha/VG-HUB/) - Firmware 4.0 or later - All variants
|
||||
- [Sensor Based WiFi Sprinkler Valve Controller](https://vegetronix.com/Products/ha/VG-SPRINKLER-4L/) - Firmware 4.0 or later - All variants
|
||||
|
||||
## Prerequisites
|
||||
|
||||
@ -46,13 +49,25 @@ Once connected to the network, you should automatically be directed by your devi
|
||||
It is crucial to change the default access point password. If you don't, anyone can easily access your VegeHub and potentially compromise your Wi-Fi network credentials.
|
||||
{% endimportant %}
|
||||
|
||||
Select **Apply** and your VegeHub will reset the network connection and try to connect to the credentials you put in.
|
||||
Select **Apply**, and your VegeHub will reset its network connection and try to connect using the credentials you entered.
|
||||
|
||||
### Connecting to Home Assistant
|
||||
|
||||
Home Assistant monitors your network for VegeHub devices. As soon as your VegeHub is connected to the same network as Home Assistant, it should be detected automatically. Go to {% my integrations title="**Settings** > **Devices & services**" %} in Home Assistant, where you should see your VegeHub listed under **Discovered** devices.
|
||||
|
||||
{% important %}
|
||||
The VegeHub device relies on your Home Assistant instance keeping the same IP address. If your Home Assistant device changes its IP address, the VegeHub will no longer be able to send updates until you update its configuration with the new IP address.
|
||||
|
||||
To avoid issues, it is recommended to assign a static IP address or DHCP reservation to your Home Assistant device on your network. If you ever change your Home Assistant device's IP address, remember to update the VegeHub's configuration so it can continue sending updates.
|
||||
{% endimportant %}
|
||||
|
||||
We recommend adding devices through Home Assistant's automatic detection, but you can also add devices manually if needed.
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
### Device settings
|
||||
|
||||
To open the VegeHub's device settings interface on their website, go to {% my integrations title="Settings > Devices & services" %}, and on the integration card, select 1 device to open the device page. Under Device info, select Visit to open the website with the settings.
|
||||
To open the VegeHub settings page, navigate to {% my integrations title="**Settings** > **Devices & services**" %}, choose the VegeHub device card, and under **Device info** select **Visit**.
|
||||
|
||||
## Power management
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user