Git Product home page Git Product logo

Comments (15)

paulwakeford avatar paulwakeford commented on June 15, 2024

I had the same issue until I started it with --upnp.config.address= pointing to the server on which I was running the jar.

from amazon-echo-ha-bridge.

litfoo avatar litfoo commented on June 15, 2024

Thanks for this paul - excuse my ignorance

on the box (xxx.xxx.x.80) i have the jar on , i am currently entering C:\echo>java -jar amazon-echo-bridge-o.2.1.jar to get the bridge running

where would I run/start with --upnp.config.address= exactly?

from amazon-echo-ha-bridge.

paulwakeford avatar paulwakeford commented on June 15, 2024

C:\echo>java -jar amazon-echo-bridge-o.2.1.jar --upnp.config.address=xxx.xxx.x.80

For example I run mine on a server with IP 192.168.1.150 so I use

java -jar amazon-echo-bridge-o.2.1.jar --upnp.config.address=192.168.1.150

from amazon-echo-ha-bridge.

litfoo avatar litfoo commented on June 15, 2024

excellent news - used the command as you described paul and it found the device i had created

thanks again!

from amazon-echo-ha-bridge.

litfoo avatar litfoo commented on June 15, 2024

how would one create a custom script/bat file for this command line to auto execute on startup of a PC? java -jar amazon-echo-bridge-o.2.1.jar --upnp.config.address=192.168.1.150

can it be entered as is or what would need in order to be able to auto-execute that command above?

thanks, litfoo

from amazon-echo-ha-bridge.

jyarnell avatar jyarnell commented on June 15, 2024

litfoo,
Here is what I use in a *.bat file that I run from the Task Scheduler:

cd C:
javaw -Xmx200m -jar -Djava.net.preferIPv4Stack=true amazon-echo-bridge-0.2.1.jar --upnp.config.address=

Cheers

from amazon-echo-ha-bridge.

litfoo avatar litfoo commented on June 15, 2024

thanks for this - my path is echo - so am wondering if i created a .bat file with:

cd C:\echo\ java -jar amazon-echo-bridge-o.2.1.jar --upnp.config.address=192.168.1.150

would that work?

or do I need to specify the additional info you have mentioned?

thanks, litfoo

from amazon-echo-ha-bridge.

litfoo avatar litfoo commented on June 15, 2024

not having much luck with the batch file - getting error: The system cannot find the path specified

my exact path that works from command line is:

C:\echo>java -jar amazon-echo-bridge-0.2.1.jar --upnp.config.address=192.168.1.124 --server.port=8082

have tried the below in bat file but it does not execute-

cd c:\echo\ java -jar amazon-echo-bridge-0.2.1.jar --upnp.config.address=192.168.1.124 --server.port=8082

any ideas as to what I am doing wrong?

thanks, litfoo

from amazon-echo-ha-bridge.

paulwakeford avatar paulwakeford commented on June 15, 2024

Just google 'batch file start up Windows' and follow one of the guides.

On Tuesday, 1 December 2015, litfoo [email protected] wrote:

how would one create a custom script/bat file for this command line to
auto execute on startup of a PC? java -jar amazon-echo-bridge-o.2.1.jar
--upnp.config.address=192.168.1.150

can it be entered as is or what would need in order to be able to
auto-execute that command above?

thanks, litfoo


Reply to this email directly or view it on GitHub
#51 (comment)
.

from amazon-echo-ha-bridge.

litfoo avatar litfoo commented on June 15, 2024

trust me.. i have been googling that all day

from amazon-echo-ha-bridge.

litfoo avatar litfoo commented on June 15, 2024

can anyone offer any more advice? I have been looking online but am still not getting very far

from amazon-echo-ha-bridge.

ifuchs avatar ifuchs commented on June 15, 2024

Try connecting your server directly to the access point serving the Echo and then see if Discovery works.

On Dec 2, 2015, at 11:00 AM, litfoo [email protected] wrote:

can anyone offer any more advice? I have been looking online but am still not getting very far


Reply to this email directly or view it on GitHub #51 (comment).

from amazon-echo-ha-bridge.

litfoo avatar litfoo commented on June 15, 2024

thanks for the comment ifuchs - that problem is fixed now - Echo can discover my devices

the outstanding issue is the correct content for my .bat file

from amazon-echo-ha-bridge.

paulwakeford avatar paulwakeford commented on June 15, 2024

cd c:\echo\ java -jar amazon-echo-bridge-0.2.1.jar --upnp.config.address=192.168.1.124 --server.port=8082

This should be over two lines in your batch file.

cd c:\echo\

java -jar amazon-echo-bridge-0.2.1.jar --upnp.config.address=192.168.1.124 --server.port=8082

from amazon-echo-ha-bridge.

litfoo avatar litfoo commented on June 15, 2024

Thanks again Paul. works like a charm

from amazon-echo-ha-bridge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.