mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
1.2 KiB
Executable File
1.2 KiB
Executable File
Overview
- Feed your data and device changes into Home Assistant via the MQTT Mosquito broker. (other brokers might work as well)
Usage
- Go to settings and fill in relevant details.
Notes
The first run will take a while, subsequent should be much faster because new sensors don't have to be created anymore. If the first sync times out, try to increase the timeout setting (default: 10s per device). A bit of background:
- The app keeps a hash of the sensors. The hash includes:
- deviceId: Unique identifier for the device associated with the sensor.
- deviceName: Name of the device.
- sensorType: Type of sensor.
- sensorName: Name of the sensor.
- icon: Icon associated with the sensor.
- This hash is compared to existing MQTT plugin object hashes, which can be found under Integrations > Plugins > MQTT (Plugin objects tab) > Hash
- If the hash is not found, a new device/device state is assumed and the device is sent to the broker
The state is managed differently, the state of the sensor is not included in the hash. This might be improved upon in later releases.