Get started with Minut Sensors
Learn how to connect and control your Minut sensors with the Seam API
Last updated
Was this helpful?
Learn how to connect and control your Minut sensors with the Seam API
Last updated
Was this helpful?
Seam provides a universal API to connect and control many brands of devices such as smart locks, thermostats, and sensors. This guide provides a rapid introduction to connecting and controlling your sensors using the Seam API. To learn more about other brands of devices supported by Seam, head over to our .
email: jane@example.com
password: 1234
Minut noise sensors appear with the device_type
"minut_sensor"
. The Minut noise sensors report properties in addition to noise levels, namely temperature
and humidity
.
Minut users can define noise thresholds at which noise alerts are sent.
Now that you've completed this guide, you can try to connect a real Minut device. To do so, make sure to switch to a non-sandbox workspace and API key as real devices cannot be connected to sandbox workspaces.
If you have any questions or want to report an issue, email us at support@seam.co
Seam provides client libraries for many languages, such as JavaScript, Python, Ruby, PHP, and others, as well as a Postman collection and spec.
JavaScript / TypeScript (, )
Python (, )
Ruby Gem (, )
PHP (, )
Java ()
C# (, )
Go ()
Install using .
Once installed, to get your API key, and export it as an environment variable:
To control your Minut sensor via the Seam API, you must first authorize your Seam workspace against your Minut account. To do so, Seam provides: pre-built UX flows that walk you through authorizing your application to control your Minut sensor.
Navigate to the URL returned by the Webview object. Since you are using a sandbox workspace, complete the login flow by entering the Minut credentials below:
After you complete the login above, you'll get an event for if you set up a . Otherwise you can just poll for the webview until it's status changes, as shown below:
You'll get an event for noise_threshold.noise_threshold_triggered
when you set up a . You can also .