Now I understand, thanks!
Will try the public ip and wait for the new feature implementation.
Search found 8 matches
- Thursday 06 February 2020 6:37
- Forum: Dashticz
- Topic: Dashticz can't work with ngrok tunnel connection
- Replies: 6
- Views: 500
- Wednesday 05 February 2020 3:14
- Forum: Dashticz
- Topic: Dashticz can't work with ngrok tunnel connection
- Replies: 6
- Views: 500
Re: Dashticz can't work with ngrok tunnel connection
Detail describe my network setup: I purchased the public server (google cloud) and a domain name, domain name link to this server ip, then installed ngrok server on it. I installed ngrok client in my home network and created the tunnel: http://dash.my domain name.com:9091 -> 192.168.1.11:9091(my ...
- Wednesday 05 February 2020 2:51
- Forum: Dashticz
- Topic: Dashticz can't work with ngrok tunnel connection
- Replies: 6
- Views: 500
Re: Dashticz can't work with ngrok tunnel connection
I will try your public IP address suggestion. My domoticz and dashticz are on the same Raspberry Pi. I think by setting domoticz_ip to local 192.168.1.xxx, dashticz is able to talk to domoticz server, I doubt if it need to route to external network connections through ngrok tunnel and end up ...
- Wednesday 05 February 2020 2:33
- Forum: Dashticz
- Topic: Dashticz can't work with ngrok tunnel connection
- Replies: 6
- Views: 500
Re: Dashticz can't work with ngrok tunnel connection
My home network doesn't have public IP address, so I use ngrok to setup the tunnel connection so that I can access my home network domoticz server where ever I have internet access with my mobile, laptop etc. I used to setup ngrok tunnel and used web brower to visit domoticz page directly and use ...
- Tuesday 04 February 2020 9:33
- Forum: Dashticz
- Topic: Dashticz can't work with ngrok tunnel connection
- Replies: 6
- Views: 500
Dashticz can't work with ngrok tunnel connection
Installed latest Dashticz beta on RaspberryPi 3B and working well in my lan network Setup the ngrok tunnel to allow external access to my RaspberryPi. I used http://dash.mydnsname.com:9091 to access the apache web server. With this address, apache default page shows successfully. But as I try http ...
- Monday 17 July 2017 6:59
- Forum: Bash / PowerShell / Batch etc.
- Topic: How to use curl in bash with domoticz API to control switch
- Replies: 4
- Views: 7790
Re: How to use curl in bash with domoticz API to control switch
yes, it is working now.
- Thursday 13 July 2017 17:39
- Forum: Bash / PowerShell / Batch etc.
- Topic: How to use curl in bash with domoticz API to control switch
- Replies: 4
- Views: 7790
Re: How to use curl in bash with domoticz API to control switch
No I didn't. That is it! A tiny thing took me hours yet to figure out, Thanks!
- Thursday 13 July 2017 15:13
- Forum: Bash / PowerShell / Batch etc.
- Topic: How to use curl in bash with domoticz API to control switch
- Replies: 4
- Views: 7790
How to use curl in bash with domoticz API to control switch
I have setup a switch in domoticz and want to use curl in a bash file with domoticz API to control switch. bash command is this: curl http://192.168.1.205:8080/json.htm?type=command¶m=switchlight&idx=134&switchcmd=On the domoticz API: http://192.168.1.205:8080/json.htm?type=command¶m ...