Connecting an ultrasonic water meter or LoRaWAN water meter to a customer platform typically involves steps such as device connection, network transmission, and data integration. Here are the details:
-
Device Connection and Configuration
- Ensure network devices work properly: Check if LoRaWAN gateways and other network devices are powered on and functioning, ensuring their coverage includes the area where the water meters are located.
- Pair water meters with LoRaWAN network: Pair the LoRaWAN module of the water meter with network devices, and input correct network configuration information (such as Network ID and keys) to ensure the water meter successfully connects to the LoRaWAN network.
-
Establish Data Transmission Path
- Water meter data transmission: After the water meter sensor detects water consumption and status changes, it sends the data to the LoRaWAN gateway via its LoRaWAN module.
- Gateway data forwarding: The LoRaWAN gateway forwards the received data from the water meter to the LoRaWAN network server.
-
Data Integration with Customer Platform
- Extract data via API interfaces: If water meter data is uploaded to the manufacturer’s server, the manufacturer will package the data and create API interfaces. Customers only need to access these interfaces to obtain data in a fixed format, then import it into their own database for system retrieval and use.
- Transit via operator platforms: Customers can apply for operator platforms independently. For example, the water meter manufacturer can configure meter parameters to directly upload data to public platforms like China Telecom’s APP or China Mobile’s Anwang Platform. Customers can then obtain data from these operator platforms through subscription and import it into their database.
- Direct upload to customer server: Customers can confirm details with the manufacturer before placing orders. The manufacturer will configure the water meter with the target IP address and port, enabling direct data upload to the customer’s server via UDP. This method offers high data security but involves higher integration difficulty and costs.
-
Protocol Conversion and Adaptation (if necessary)
- If the customer platform supports protocols different from LoRaWAN’s default protocols, protocol conversion may be required. For instance, LoRaWAN usually works with CoAP/MQTT for data cloud upload. If the customer platform only supports MQTT, protocol conversion (from LoRaWAN to MQTT) should be performed on the network server or gateway side before sending data to the customer platform.
-
Testing and Debugging
- Use network debugging tools (such as NetAssist) to verify proper data transmission and reception.
- Check if the customer platform correctly displays water meter data (including real-time water volume, status, etc.) and conduct functional tests (e.g., remote valve control, if supported) to ensure successful integration.
Post time: Jul-30-2025