Search
How to enable Javascript
Sign Up
Login
Home
Latest Posts
Re: Shape the NEEO future
@Niels de Klerk amazing work mate. Comms aren't my strong suite but if I can help in anyway then give me a shout
Chris Shepherd
Software Engineer
Chris_Shepherd
3 yrs ago
General
Reported - view
Re: Shape the NEEO future
@Niels de Klerk count me in bud. The SDK was always lacking and could be so much better. I mentioned a lot of ideas on the GitHub repo and most were just ignored. No I know why.…
Chris Shepherd
Software Engineer
Chris_Shepherd
3 yrs ago
General
Reported - view
Re: NEEO - Driver Manager (ALPHA)
@David Ledermann No worries. It's currently on pause until the SDK export functionality is finalised by the NEEO dev team but as soon as it is I will carry on and release :)
Chris Shepherd
Software Engineer
Chris_Shepherd
4 yrs ago
1
SDK / API
Reported - view
Re: API Examples to get started.
@Tim Roberts Yeah theres plenty missing - I just wanted it out there for feedback. If you have anything in particular you want adding can you create an issue on the repo? Thanks for the feedback bud.…
Chris Shepherd
Software Engineer
Chris_Shepherd
4 yrs ago
SDK / API
Reported - view
Driver - Virgin Media TiVo V6 Box
Hi All, I quickly cooked this up the other day but have only just got around to publishing it on npm: https://www.npmjs.com/package/neeo-driver-virgin-media-tivo-v6 For the reasons below,…
Chris Shepherd
Software Engineer
Chris_Shepherd
4 yrs ago
199
SDK / API
NEEO-API (node package)
This is by no means fully featured but it is a start: https://www.npmjs.com/package/neeo-api Apologies for the documentation, I went with a quick and dirty solution to get it out into the wild.…
Chris Shepherd
Software Engineer
Chris_Shepherd
4 yrs ago
135
SDK / API
Re: API Examples to get started.
@Niels de Klerk @Fonzo I've just publish a simple API wrapper module if this is of any use to you: https://www.npmjs.com/package/neeo-api It doesn't do everything,…
Chris Shepherd
Software Engineer
Chris_Shepherd
4 yrs ago
2
SDK / API
Reported - view
Re: Plex Support?
@Bryan Eickelberg I'm currently working on a Plex driver. At the moment it's for Chromecast clients but I want to expand it further to other client types when I have a v1 release done
Chris Shepherd
Software Engineer
Chris_Shepherd
4 yrs ago
General
Reported - view
Re: Missing Device - JBL Bar Studio
@Andy apologies for the late response. This indeed works great. Thank you again!
Chris Shepherd
Software Engineer
Chris_Shepherd
4 yrs ago
Device Specific
Reported - view
Re: Missing Device - JBL Bar Studio
@Andy Thank you. I will let you guys know when I get home from work.
Chris Shepherd
Software Engineer
Chris_Shepherd
4 yrs ago
Device Specific
Reported - view
Re: Missing Device - JBL Bar Studio
@Ingrid thank you
Chris Shepherd
Software Engineer
Chris_Shepherd
4 yrs ago
Device Specific
Reported - view
Re: Help needed with Node.JS Promise hell
@Niels de Klerk So a promise will always return a promise object as they are run asynchronously. For example, any of the code snippets below will always return a promise object,…
Chris Shepherd
Software Engineer
Chris_Shepherd
4 yrs ago
2
SDK / API
Reported - view
Missing Device - JBL Bar Studio
Hi All, Just got my NEEO today and the only device missing in your catalogue is the JBL Bar Studio. I tried a few of the others listed in the catalogue as I know manufacturers use very similar IR…
Chris Shepherd
Software Engineer
Chris_Shepherd
4 yrs ago
6
replies
184
Device Specific
SOLVED
SOLVED
Re: NEEO - Driver Manager (ALPHA)
@Niels de Klerk So I spent an hour looking into the best way to distribute this as a production piece of software and after some playing around I think I am settled on an electron app (native…
Chris Shepherd
Software Engineer
Chris_Shepherd
4 yrs ago
1
SDK / API
Reported - view
Re: NEEO - Driver Manager (ALPHA)
@Niels de Klerk All fixed bud, also got a way nicer search UX going on: Please pull the latest code.
Chris Shepherd
Software Engineer
Chris_Shepherd
4 yrs ago
SDK / API
Reported - view
Re: NEEO - Driver Manager (ALPHA)
@Niels de Klerk Ace. Thanks so much. I just triaged them and I will have a fix up for the 4 bugs in ~5 mins. Just testing it now. The search UX is much nicer now too.
Chris Shepherd
Software Engineer
Chris_Shepherd
4 yrs ago
SDK / API
Reported - view
Re: NEEO - Driver Manager (ALPHA)
@Niels de Klerk Thanks so much for trying it out and providing some feedback. Would it possible for you to raise these issues against the GitHub repo so I can keep track of them and take a look for…
Chris Shepherd
Software Engineer
Chris_Shepherd
4 yrs ago
1
SDK / API
Reported - view
Re: NEEO - Driver Manager (ALPHA)
@Mike Potts no worries, just follow what the video does. Hopefully that does a better job of explaining then my words!
Chris Shepherd
Software Engineer
Chris_Shepherd
4 yrs ago
SDK / API
Reported - view
Re: NEEO - Driver Manager (ALPHA)
@Mike Potts At the moment you have to manually add them by searching NPM, once installed the manager will auto start them. If they fail to run (nothing to do with the manager) then it will show as…
Chris Shepherd
Software Engineer
Chris_Shepherd
4 yrs ago
SDK / API
Reported - view
Re: NEEO - Driver Manager (ALPHA)
@Mike Potts If you pull down the latest code I've updated it so it should work remotely without you needing to change any config. Let me know if it works.
Chris Shepherd
Software Engineer
Chris_Shepherd
4 yrs ago
SDK / API
Reported - view
Re: NEEO - Driver Manager (ALPHA)
@Mike Potts Replace the section "devServer", with: devServer: { host: '0.0.0.0', port: 3000, proxy: { '/api': { 'target': 'http://localhost:3001', 'ws': true }, '/socket.…
Chris Shepherd
Software Engineer
Chris_Shepherd
4 yrs ago
SDK / API
Reported - view
Re: NEEO - Driver Manager (ALPHA)
@Mike Potts So at the moment it is using a webpack development server which by default doesn't allow remote connections, however you can make one real quick change in the webpack,.config.js file.…
Chris Shepherd
Software Engineer
Chris_Shepherd
4 yrs ago
SDK / API
Reported - view
Re: NEEO - Driver Manager (ALPHA)
@Niels de Klerk Thanks, I hope it turns out to be useful. I haven't been on here very long but I can see that you're very active in the community and are contributing lots towards the drivers and…
Chris Shepherd
Software Engineer
Chris_Shepherd
4 yrs ago
SDK / API
Reported - view
Re: NEEO - Driver Manager (ALPHA)
@Bruno @Patrick I've pushed the repo up here . I've also created an issue on the SDK repo linking to it. If you can't install it in its current form, here is an updated video .
Chris Shepherd
Software Engineer
Chris_Shepherd
4 yrs ago
SDK / API
Reported - view
Re: NEEO - Driver Manager (ALPHA)
Hi @Bruno Thanks - it's still some way from being MVP and sharable with the community as outlined in the post above but it's getting there. I'll definitely create an issue on the SDK repo and share…
Chris Shepherd
Software Engineer
Chris_Shepherd
4 yrs ago
1
SDK / API
Reported - view
1
2
Next
Chris Shepherd
Chris_Shepherd
Software Engineer
UK
58
24
0
Follow
Samsung TVs
Sony AVR
TiVo
Chromecasts
Ring Doorbell
Google Homes/Minis
Passionate about tech, can never sit idly!
Home
Discussion Rooms
Discussion Rooms
General
NEEO Remote & Brain
Device Specific
Recipes
SDK / API
Off Topic