
Driver for KODI - Version 0.6.0
Available on:
- Github: https://github.com/alxbauer/neeo-driver-kodi
- Docker (outdated): https://hub.docker.com/r/alxbauer/neeo-driver-kodi
Current features
- Power on the MediaPC via Wake-on-LAN
- Optional "exit KODI", "suspend" or "shutdown" the MediaPC on power off
- Auto reconnect KODI, if connection was lost
- Start Kodi application on recipe launch implemented.
- Browsing support for Video, Music, TV Shows and PVR
- Available as ready to use docker image (currently outdated).
Control functions currently available
- Power on / off
- Navigation with control pad
- Subtitle / Audio / Guide / Info
- Page up / down
- Skip next / previous
- Step back / forward
- Fast forward / rewind
- Home / Menu / Info / Back
- Shortcuts for Videos / Live Tv / Music / Radio
If someone is testing the driver I would appreciate your feedback and suggestions.
-
Alexander Bauer If you want, you can add your driver over here:
https://planet.neeo.com/t/q5fql9
in the Spreadsheet we currently collect all coded Drivers. Thanks!
-
cant seem to wake kodi. On my macbook i use a WOL utility thats using port 4343. i changed that in the kodiApi.js but that doesnt seem to help.
btw, when i edit the kodiApi.js saving and re running the script (index.js) should be enough for changes to take effect right?
terminal output:
Wake-on-LAN package sent to: BC:AE:C5:B3:DF:1B
Socket error: connect EHOSTUNREACH
-
just something i noticed:
[CONTROLLER] SUBTITLE button pressed
Unhandled button SUBTITLE pressed
also, on the remote display you have a play and pauze button, they can be one and the same i guess ?
btw, i dont have much time, but kodi (and an amp) is my only use for NEEO, so ill definitely going to spend some time on this drive this weekend.. looking forward to if :)
(running the sdk in a tmux session btw. very handy :)
-
here's a thought, when in kodi menu, channel buttons dont have a function, when in playback mode, the ok and menu button dont seem to have a function, thats a good waste of hardware buttons. Would be nice to utilise dual functions depending on kodi mode, if you get my drift. Would something like this mean extensive editing of the kodi keymap or is this something that can be done from within the driver maybe?
-
nice work!
I have some strange behavior but maybe I've done something wrong:
I have a small PC in de Livingroom where Win10 is running and Kodi on top. Now I installed Node.js and made a *.bat file where I first start kodi wait 5 seconds and the start the index.js. In the console I can see the your Driver has recognized NEEO and also Kodi. But from time to time when I like to start the kodi recipe on my remote the recipe closes immediately and I have to delete the device in the NEEO App and add the Kodi device once again to get it back working.
Did I do something wrong or what might cause this problem?
-
Hi there,
What might my issue be here? The driver is recognising the button press, but somethings blowing up preventing it from working.
Driver is installed to a Raspbian Stretch Lite OS running on a Pi3.
I'd love to initiate WoL to two devices, could I simply clone the config.kodi.mac parameter and add the second MAC (same subnet), or would that break even more things?
-
There is a new version on Github.
New features:
- "Suspend" as an option for the power off function added.
- Allow Wake-On-Lan for multiple devices. E.g. to start the Media-PC and a NAS device
- Ability to start multiple driver instances to control multiple KODI instances
Take a look at the config. sample. js for the new options.
-
I'm trying to make this driver work for me and installed it on my RPI3. This was simple enough and seemed to work. I did notice some double (or not) registering of button presses. My first thought was it's probably wifi related (PI has no cable close) So decided to run it on a Windows machine instead. Unfortunately, after setting up the driver and running it, it never seems to find it in the NEEO app. (This does work when running the driver on the PI) What could a cause for this be? The console is exactly the same when looking at it on the PI or Windows.
Thanks in advance!