How do I connect LoRaWAN or IoT sensor networks (Netmore, Talkpool, The Things Network) to Inbilit?
LoRaWAN-based sensor networks are increasingly used for sub-metering in buildings. Common providers include Netmore, Talkpool, and The Things Network (TTN). These networks use low-power wireless sensors that transmit readings through gateways to a cloud platform.
Netmore (common in Swedish commercial buildings)
Netmore provides a cloud portal where sensor data is collected:
- Log in to the Netmore portal and locate your devices
- Contact Netmore support for API access — they provide a REST API with device data
- Get API documentation and an API key
- In Inbilit, use Analytics → Data Import → Instant API Sync
- Alternatively, Netmore supports webhook forwarding — ask them to push data to your Inbilit webhook URL
Talkpool
Talkpool offers LoRaWAN sensors and a cloud platform:
- Request API credentials from Talkpool support
- Use REST API import in Inbilit with the Talkpool API documentation
- Talkpool may also support MQTT — that cannot be imported directly, so ask instead whether they can forward the same data to a webhook URL
The Things Network (TTN) / The Things Industries (TTI)
TTN is an open LoRaWAN network platform:
- In your TTN Console, go to Applications → Integrations
- Set up a Webhook integration and paste your Inbilit webhook URL
- In Inbilit, use a Real-Time Push (Webhook) data source — TTN's MQTT integration cannot be imported directly
Chirpstack
If you run your own LoRaWAN server with Chirpstack:
- Chirpstack has built-in MQTT and HTTP integration — use the HTTP one
- Configure an HTTP integration pointing to your Inbilit webhook URL
What to ask your IoT network provider: "I need to forward sensor data to an external platform. Do you support webhook forwarding or a REST API I can connect to?"