Skip to content

Commit b709677

Browse files
authored
Merge pull request #105 from thinger-io/develop/imbuildings/imbuildings-moodbox
Merge Plugin imbuildings_imbuildings_moodbox into Main
2 parents 1aca4b8 + 0a9eaaf commit b709677

5 files changed

Lines changed: 450 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## 1.0.0 - 2026-01-26
4+
5+
- First version of plugin
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright 2026 Thinger.io
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
# Moodbox
2+
3+
The IMBUILDINGS Moodbox is an easy-to-use and integratable user feedback device. It consists of five buttons in graduated traffic light colors, allowing users to provide direct feedback through labeled smileys. The low language barrier and inhibition threshold make it ideal for use in high-traffic environments.
4+
5+
## Features
6+
7+
- 5-button design with brightly colored smiley face buttons
8+
- Event or interval-based data transmissions
9+
- Configurable anti-spam delay time to ignore spurious button presses
10+
- NFC and downlink configuration
11+
- Heartbeat monitoring
12+
- Multiple payload options
13+
- Wall-mount and freestanding pole mount options available
14+
- Can be customized as a buttonbox with specific knobs, colors, and pictograms
15+
16+
## Specifications
17+
18+
| Parameter | Value |
19+
|-----------|-------|
20+
| Buttons | 5 |
21+
| Power Supply | 2x 3.6V AA Lithium batteries |
22+
| Battery Life | ~5 years (standard configuration) |
23+
| Communication | LoRaWAN Class A |
24+
| Frequency Plans | EU868, US915, AS923, AU915 |
25+
| Configuration | NFC app and downlinks |
26+
| Dimensions | 250 x 105 x 30 mm |
27+
| Material | White ABS |
28+
29+
## Use Cases
30+
31+
- Customer satisfaction surveys
32+
- Toilet cleanliness feedback
33+
- Restaurant and hospitality ratings
34+
- Hotel stay experience feedback
35+
- Service request buttons (coffee, paper, soap, etc.)
36+
- Smart buildings
37+
- Retail environments
38+
- Facility management
39+
- Park management
40+
41+
## Thinger.io Integration
42+
43+
### Requirements
44+
45+
A LoRaWAN server is required to connect the IMBUILDINGS Moodbox to Thinger.io. Some options are:
46+
47+
- [The Things Stack](https://www.thethingsindustries.com/stack/)
48+
- [LORIOT](https://loriot.io/)
49+
- [ChirpStack](https://www.chirpstack.io/)
50+
51+
The corresponding plugin for the selected LoRaWAN server needs to be installed in your Thinger.io instance.
52+
53+
### Get Started
54+
55+
#### Installation
56+
57+
Look for the plugin in the [Thinger.io Plugin Store](https://marketplace.thinger.io/) and install it in your Thinger.io instance. Once the plugin is installed, a new Product will be created for this device.
58+
59+
#### Configuration
60+
61+
The Product is already preconfigured. Check that the auto provision prefix matches the one selected in your LoRaWAN server plugin in Thinger.io, or change it as desired.
62+
63+
#### Usage
64+
65+
Start sending uplinks for autoprovisioning devices and buckets.
66+
67+
This product also provides a predefined dashboard for visualizing feedback data.
68+
69+
## Additional Resources
70+
71+
IMBUILDINGS resources can be found at:
72+
73+
- [IMBUILDINGS Moodbox LoRaWAN Product Page](https://imbuildings.com/products/moodbox-lorawan/)
74+
- [The Things Network Device Repository](https://www.thethingsnetwork.org/device-repository/devices/imbuildings/imbuildings-moodbox/)
75+
- [LoRa Alliance Product Page](https://lora-alliance.org/marketplace/imbuildings-b-v/moodbox/)
76+
- [Thinger.io Documentation](https://docs.thinger.io)
327 KB
Loading

0 commit comments

Comments
 (0)