Search
How to enable Javascript
Sign Up
Login
Home
Latest Posts
Re: github / NPM repositorys from every User developing with the SDK
This is somewhat pointless now, but we published our driver for Yoctopuce devices: https://github.com/yoctopuce/NEEO-driver-Yoctopuce
Marc Martin
Marc_Martin
3 yrs ago
SDK / API
Reported - view
Re: Multi-device driver ?
@Niels de Klerk OK, I'll do what I can with the current version and I'll see what can be improved when the new version is out. There is no point in writing software that our customers won't be able…
Marc Martin
Marc_Martin
3 yrs ago
SDK / API
Reported - view
Re: Multi-device driver ?
@Niels de Klerk OK. I went for dynamically creating drivers for each discovered device and adding them to config's devices array while stop/restart the NEEO server.…
Marc Martin
Marc_Martin
3 yrs ago
SDK / API
Reported - view
Re: Duplicate entries in NEEO app "adding device" search
@Patrick Fiaux FIY this actually happens when one starts to play with the name field in the startServer's configuration structure parameter: const neeoSettings = { brain: "192.168.0.…
Marc Martin
Marc_Martin
3 yrs ago
SDK / API
Reported - view
Re: Multi-device driver ?
So, basically, right now I'm stuck with only one options 😐, OK, I can work with that. One more question though: is it possible to dynamically add drivers without having to stop/ restart the server?…
Marc Martin
Marc_Martin
3 yrs ago
SDK / API
Reported - view
Multi-device driver ?
I'm trying to write a single driver able to handle all the hardware line made by my company. Thanks to enableDiscovery ( https://neeoinc.github.io/neeo-sdk/#lib-device-devicebuilder.…
Marc Martin
Marc_Martin
3 yrs ago
6
replies
116
SDK / API
Re: Brand new NEEO brain won't power up
Yes, I tried two different outlets. Ok, I'll contact support.
Marc Martin
Marc_Martin
3 yrs ago
NEEO Remote & Brain
Reported - view
Brand new NEEO brain won't power up
Today I tried to install my second (brand new) NEEO system at work, the one I plan to use for driver development. The brain doesn't power up (the white led stays off, no network activity).…
Marc Martin
Marc_Martin
3 yrs ago
2
replies
62
NEEO Remote & Brain
Re: Duplicate entries in NEEO app "adding device" search
@Patrick Fiaux that fixed the problem. thanks.
Marc Martin
Marc_Martin
3 yrs ago
SDK / API
Reported - view
Re: How display sensors value ?
@Michael Kohler OK, noted. Is there some official place where developers could appeal for more liberty about user interface design on the remote? I'm pretty sure that I'm not the only one to find it…
Marc Martin
Marc_Martin
3 yrs ago
SDK / API
Reported - view
Re: Duplicate entries in NEEO app "adding device" search
@Markus Mahr sure here it is, along with some background info: This is a driver for Yoctopuce's sensors and relays (I work at Yoctopuce). Right now, this is just a little proof of concept I made on…
Attachment
Marc Martin
Marc_Martin
3 yrs ago
SDK / API
Reported - view
Duplicate entries in NEEO app "adding device" search
So, I used the SDK to write my ACCESSORY driver. It works. During the development process I made many add/delete device cycles from the Android app and I noticed something quite strange:…
Marc Martin
Marc_Martin
3 yrs ago
5
replies
77
SDK / API
Re: How display sensors value ?
@Michael Kohler OK, it works, but there are some annoying issues: The label text is automatically converted to uppercase, what's the point ? The font is freakishly small,…
Marc Martin
Marc_Martin
3 yrs ago
SDK / API
Reported - view
Re: How display sensors value ?
@Michael Kohler Thanks Micheal, I'll give it a try.
Marc Martin
Marc_Martin
3 yrs ago
SDK / API
Reported - view
How display sensors value ?
I created an ACCESSORY driver implementing a sensor among other things, it works, I can use the sensor value in recipes, but is there a way to display that value on the NEEO remote?…
Marc Martin
Marc_Martin
3 yrs ago
7
replies
148
SDK / API
Re: Is addSwitch example bogus ?
Tim Roberts At least this will give a hint to the next guy, so he doesn't waste hours trying to find out why his perfectly correct piece code doesn't work.…
Marc Martin
Marc_Martin
3 yrs ago
SDK / API
Reported - view
Is addSwitch example bogus ?
I believe that example for AddSwitch in https://neeoinc.github.io/neeo-sdk/#lib-device-devicebuilder.js-addswitch is bogus and should be: .addSwitch( { name: 'example-switch', label: 'my switch' },…
Marc Martin
Marc_Martin
3 yrs ago
5
replies
120
SDK / API
Marc Martin
Marc_Martin
20
1
0
Follow
Home
Discussion Rooms
Discussion Rooms
General
NEEO Remote & Brain
Device Specific
Recipes
SDK / API
Off Topic