Build your Own Sensor

microBees as always loved the Developer Community and we do our best to fulfill your requests. So we made ​​a small sketch for Arduino to send updates from your DIY sensors. For now we have considered only temperature sensors but in future we'll include all your DIY projects and sensors. If you haven't gateBee yet buy it [...]
microBees & IFTTT

microBees & IFTTT

What is IFTTT IFTTT stands for IF THIS THEN THAT. It is an online platform that enables users to connect two channels to create interesting recipes. Recipes are made up of two key ingredients. A trigger and an action. When something happens with one service, a trigger goes off and an action takes place automatically [...]

/getMyDataChannels

Method description End point /getMyDataChannels Description Returns the list of the user's Data channels Request method POST Bearer token Required Request RequestParam None RequestBody None Response A JSONArray representation of the user's Data channels Example Array Fields Field name Description Type sensor_id Sensor identifier Long sensor_prototype_id Sensor prototype identifier Long sensor_prototype_name Sensor prototype name String [...]

/getMyRawEnergyData

Method description End point /getMyRawEnergyData Description Returns a JSON representation of the raw stored energy data of a particular sensor Request method POST Bearer token Required Request RequestParam None RequestBody Field name Description Type minutesBack Number of minutes in the past from the current date Long sensor_id Sensor identifier Long Example Array Response A JSON [...]

/getMyEnergyData

Method description End point /getMyEnergyData Description Returns a JSON representation of the stored energy data of a particular sensor Request method POST Bearer token Required Request RequestParam None RequestBody Field name Description Type monthsBack Number of months in the past from the current date Integer sensor_id Sensor identifier Long Example Array Response A JSON representation [...]