This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
AndrewChittams
About
- Username
- AndrewChittams
- Joined
- -
- Visits
- 35
- Last Active
- Roles
- Member
Comments
-
Hi All, Thanks for everyone help I have worked out the array syntax which was stopping me from adding multiple units, with this I can now import the 25 unit into the devices array and then into homey. socket.on('list_devices', function (data, c…
-
So if I add the Homey.addDevice to the drivers\pair\start.hml and replace the 'list_devices' with 'add_devices' socket.on('add_devices', function( data, callback ){ var devices_data = { { name: "Device 1", …
-
Thanks MacroF I can see how the init (); is being passed from homey the device and you testing to see if the device is on and the status of the device is being passed back to homey. What I am trying to do is add multiple new devices, I think I am co…
-
Thanks EvertorN for responding. I think I see now! I have been using the pairing method. I should be using the init method! (insert emoticon head slap) now I can register all 25 devices in one go. devices_data.forEach(function(device_data){ …
-
Sorry Yes iBeacon, Cool
-
Does homey support ibeam (Bluetooth 4.0) ? This would allow homey to track you location around your house.
-
Hi Emile, Will your custom OS be available for download? Would it work on a standard raspberry pi to develop apps? Andrew