Rollout of apps is often staggered, so it could take a bit before everybody get it proposed in the play store, sk it should be presented via the regular route in the play store.
jvdz wrote: ↑Friday 27 October 2023 19:11
Rollout of apps is often staggered, so it could take a bit before everybody get it proposed in the play store, sk it should be presented via the regular route in the play store.
TurboX wrote: ↑Wednesday 25 October 2023 22:05
Thanks@jvdz to the Nginx code, it works!
I had modified the config in order to adapt to my configuration.
Great it works for you too.
Just wondering why you removed the header fields...was that needed as now you will loose the original IP address and the proxy IP is used?
Hello,
I can't explain because NGinx Manage was new for me and this is the way I found which works .
Hi to all... i'm using the premium app of domoticz but it's no more possible to Enable/Disable the Events created into my server's intallation from the App. Entering into Settings-->Events, it chrashes with "OOPS! No data on DOmoticz server" but into the log of the server is showed the [WebsServer] Deprecated RType (devices) for API request.
What is wrong?
jvdz wrote: ↑Monday 23 October 2023 13:53
...
I added the below site config to my NGINX also running on the RPI which runs Domoticz.
The NGINX Site will proxy the traffic and first convert the parameters from new to old API format.
Then pointed the latest Android APP to port 8082 in stead of 8080.... e voilà
This config is for http, so in case you need https you will have to make changes to the proxy stuff as described in the wiki: https://www.domoticz.com/wiki/WebServer_Proxy
...
Thanks for the config! Works like a charm for my setup: Synology native app which CANNOT BE UPGRADED beyond 2020.2 due to maintainer dropping the project. I might take it on if I get annoyed enough My Synology NAS is too old to support Docker, so this upgrade route is closed to me also.
Some notes on NGINX setup on my Synology with DSM 6.2:
nginx seems to come pre-installed and is used for access to the admin web UI and any other Synology provided web apps e.g. their surveillance app.
configs are in /etc/nginx, and two symlinks: /etc/nginx/conf.d->/usr/local/etc/nginx/conf.d and /etc/nginx/app.d->/var/tmp/nginx/app.d
all config files outside of /usr/local/etc/nginx/conf.d are overwritten on startup so only put changes in here!
if you need HTTPS, you can follow the basic instructions in the wiki link above and then steal the files:
->config file from app.d/server.ReverseProxy.conf
->certificate files from /usr/syno/etc/certificate/ReverseProxy/*
put the config file in conf.d/http.{AnyNameYouLike}.conf
put the certificate files in conf.d/cert and update the file paths in the config file to match
add the above config lines to the config file to map the API calls
delete the basic reverse proxy config via the admin web UI as this will clash with your new one
restart nginx service (sudo stop nginx; sudo start nginx)
You may also want to force Domoticz user login on all network connections: simply go to the settings page and delete the local IP address (127.0.0.1) from the no-login-required box then click apply. This avoid any potential header-hacking based security issues.
The (non-premium) version is not working now. V0.2.371(9474) has the Oops! no data error. I have read there have been API changes causing the app to fail (but that was October). Can anybody inform my of the working server version that the premium is working with so I can upgrade?
embee999 wrote: ↑Monday 15 April 2024 10:03
The (non-premium) version is not working now. V0.2.371(9474) has the Oops! no data error. I have read there have been API changes causing the app to fail (but that was October). Can anybody inform my of the working server version that the premium is working with so I can upgrade?
Pic from Google Play. This is free version 0.2.371 (9474.
Accessing via web page on the phone still works.
Attachments
Screenshot_20240415_101829_Google Play Store.jpg (107.45 KiB) Viewed 1293 times
Hello
OK, but i cannot update to 2024 because: ARMv6 is not supported anymore
i have 2 raspberry pi B and do'nt need to upgrade, this hardware is working fine
one with arm v7
5.10.103-v7+ #1529 SMP Tue Mar 8 12:21:37 GMT 2022 armv7l GNU/Linux
update ok
one with arm v6
5.10.103+ #1529 Tue Mar 8 12:19:18 GMT 2022 armv6l GNU/Linux
update error
but the 2 pi are same raspberry B
Hi,
I'm using free version of Domoticz in my Android and I have the same problem "no data on the server" since about a week of days ago.
I've update to the lsat version without success.
In Domoticz Server log I can see that the app connect with server
2024-04-18 10:03:44.067 Status: Login successful from 192.168.1.86 for user 'xxxxx'
2024-04-18 10:03:44.068 Status: [web:8080] Incoming connection from: 192.168.1.86
Where is the problem?
Hi,
I too have exactly the same problem on my Google Pixel 6a.
Apk version :0.2.375(9514)
Domoticz os: raspberry pi 3B+
Domoticz version: 2020.2(b63341bc0)