Domoticz Premium apk has stopped working

Subforum for general discussions. Do not dump your questions/problems here, but try to find the subforum where it belongs!

Moderators: leecollings, remb0

Cubes
Posts: 23
Joined: Wednesday 04 March 2015 16:45
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Belgium
Contact:

Re: Domoticz Premium apk has stopped working

Post by Cubes »

HansF wrote: Friday 27 October 2023 16:250.2.366 (9403)
How do you get 366?
I'm on 365 but clicking download latest takes you to the different app in the appstore.
User avatar
jvdz
Posts: 2189
Joined: Tuesday 30 December 2014 19:25
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.107
Location: Netherlands
Contact:

Re: Domoticz Premium apk has stopped working

Post by jvdz »

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.
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
Cubes
Posts: 23
Joined: Wednesday 04 March 2015 16:45
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Belgium
Contact:

Re: Domoticz Premium apk has stopped working

Post by Cubes »

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.
Sorted. Tnx for the assistance.
kniazio
Posts: 198
Joined: Thursday 06 October 2016 8:14
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.7243
Contact:

Re: Domoticz Premium apk has stopped working

Post by kniazio »

What if someone deleted the Domoticz Premium app from their smartphone? Where should I download it now?
TurboX
Posts: 40
Joined: Wednesday 07 September 2022 9:15
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoticz Premium apk has stopped working

Post by TurboX »

jvdz wrote: Thursday 26 October 2023 9:25
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 :lol: .
LucVolders
Posts: 11
Joined: Sunday 23 April 2017 22:42
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoticz Premium apk has stopped working

Post by LucVolders »

You could build your own app and customize it like you want.
I build one for my girlfriend as I did not want her to mess around with settings etc.

Image

It is really easy to build your own app with MIT's app inventor.
But you could equally easy build it in Javascript.

Here is the link to my story on building your own app.
http://lucstechblog.blogspot.com/2018/1 ... n-app.html
pizzulicchio
Posts: 15
Joined: Wednesday 24 April 2019 14:01
Target OS: Linux
Domoticz version: beta
Location: Italy
Contact:

Re: Domoticz Premium apk has stopped working

Post by pizzulicchio »

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?
slash909
Posts: 3
Joined: Sunday 17 December 2017 13:00
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: Domoticz Premium apk has stopped working

Post by slash909 »

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à 8-)
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.

HTH
Stu
embee999
Posts: 9
Joined: Tuesday 08 March 2022 21:39
Target OS: Linux
Domoticz version:
Contact:

Re: Domoticz Premium apk has stopped working

Post by embee999 »

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?
redtop
Posts: 9
Joined: Wednesday 29 November 2017 10:33
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoticz Premium apk has stopped working

Post by redtop »

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
Screenshot_20240415_101829_Google Play Store.jpg (107.45 KiB) Viewed 1291 times
embee999
Posts: 9
Joined: Tuesday 08 March 2022 21:39
Target OS: Linux
Domoticz version:
Contact:

Re: Domoticz Premium apk has stopped working

Post by embee999 »

Thanks for the quick response, I'll get onto it.
embee999
Posts: 9
Joined: Tuesday 08 March 2022 21:39
Target OS: Linux
Domoticz version:
Contact:

Re: Domoticz Premium apk has stopped working

Post by embee999 »

Update to latest release fixed the app issue.
Mike38
Posts: 4
Joined: Friday 01 August 2014 22:38
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoticz Premium apk has stopped working

Post by Mike38 »

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

regards
Michel
User avatar
jvdz
Posts: 2189
Joined: Tuesday 30 December 2014 19:25
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.107
Location: Netherlands
Contact:

Re: Domoticz Premium apk has stopped working

Post by jvdz »

Mike38 wrote: Monday 15 April 2024 16:57 Hello
OK, but i cannot update to 2024 because: ARMv6 is not supported anymore
Then your option still is to use the reverse proxy solution I shared. ;)
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
juankar
Posts: 221
Joined: Saturday 30 August 2014 20:20
Target OS: Linux
Domoticz version: 4.
Location: Spain
Contact:

Re: Domoticz Premium apk has stopped working

Post by juankar »

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?
User avatar
jvdz
Posts: 2189
Joined: Tuesday 30 December 2014 19:25
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.107
Location: Netherlands
Contact:

Re: Domoticz Premium apk has stopped working

Post by jvdz »

Which version of Domoticz are you running?
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
juankar
Posts: 221
Joined: Saturday 30 August 2014 20:20
Target OS: Linux
Domoticz version: 4.
Location: Spain
Contact:

Re: Domoticz Premium apk has stopped working

Post by juankar »

Domoticz App (Android): 0.2.375 (9514)
Update a day ago. The problem appeared before update

I can access remotely using web browser.
EricDeMeutter
Posts: 1
Joined: Friday 19 April 2024 18:51
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: Domoticz Premium apk has stopped working

Post by EricDeMeutter »

I have the same problem a couple of days.
It won't work on 2 celfhones. (samsung A54 and A34)
It still works on a Ipad and samsung tab.
Cyril09
Posts: 1
Joined: Saturday 20 April 2024 7:25
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoticz Premium apk has stopped working

Post by Cyril09 »

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)
User avatar
waltervl
Posts: 5148
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Re: Domoticz Premium apk has stopped working

Post by waltervl »

I don't know about the premium app but the free app needs Domoticz 2024.x now.
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests