Registering and configuring an APP

Follow this simple steps to create and configure a new MicroBees APP. You'll need MicroBees developer account to get started. If you don't have one or want to upgrade your user account to a MicroBees Developer account now simply follow the link below: Login with your microBees account Choose "Apps" in the header navigation and select "Add a New [...]

“Identify” Local Command

Input Esempio (caso wireBee): "{'productId':1,'senderIP':'192.168.1.2','conf':{"smartbee_serial":3225412315, "smartgate_serial":"F8-77-EB-47-75-85",},'data':{'command_type':8,'value_type':4,'payload':[]}}" Input Esempio (caso senseBee): "{'productId':9,'senderIP':'192.168.1.2','conf':{"smartbee_serial":3225412315, "smartgate_serial":"F8-77-EB-47-75-85",},'data':{'command_type':8,'value_type':4,'payload':[]}}" productId (Integer) Identifica il tipo di Attuatore (vedi tabella Tipi Bee) senderIP (String) IP del client che sta inviando il comando conf (JSONObject) Informazioni del Bee Padre »smartbee_serial (String) Seriale del Bee Padre »smartgate_serial (String) Seriale del gateBee padre data (JSONObject) Informazioni comando [...]

“SetRelay” Local Command

Input Esempio (caso wireBee): "{'productId':1,'senderIP':'192.168.1.2','conf':{"smartbee_serial":3225412315, "smartgate_serial":"F8-77-EB-47-75-85",},'data':{'command_type':6,'value_type':4,'payload':[1451,0,13]}}" Input Esempio (caso senseBee): "{'productId':9,'senderIP':'192.168.1.2','conf':{"smartbee_serial":3225412315, "smartgate_serial":"F8-77-EB-47-75-85",},'data':{'command_type':6,'value_type':4,'payload':[1451,0,99]}}" productId (Integer) Identifica il tipo di Attuatore (vedi tabella Tipi Bee) senderIP (String) IP del client che sta inviando il comando conf (JSONObject) Informazioni del Bee Padre »smartbee_serial (String) Seriale del Bee Padre »smartgate_serial (String) Seriale del gateBee padre data (JSONObject) Informazioni comando [...]

Bee Update Summary

Gli aggiornamenti dei Bee seguono uno standard che varia dal tipo di bee (vedi Tabella Tipi Bees) e dal "message_type". Il "message_type" definisce se l'aggiornamento che riceviamo è un Acknowledge (risposta in seguito alla ricezione di un comando) o un Update (aggiornamento). ID Tipo Aggiornamento Tipo Aggiornamento 1 Acknowledge 2 Aggiornamento La velocità di ricezione [...]