There are little things to fix.. tell me how to do that or I can write you what and weregaladril wrote:you could do that if you like.
Inviato dal mio iPhone utilizzando Tapatalk
Moderator: leecollings
There are little things to fix.. tell me how to do that or I can write you what and weregaladril wrote:you could do that if you like.
We've a crowdin project for managing translations for both mobile apps:marcotrumpet wrote:There are little things to fix.. tell me how to do that or I can write you what and weregaladril wrote:you could do that if you like.
galadril wrote:We've a crowdin project for managing translations for both mobile apps:marcotrumpet wrote:There are little things to fix.. tell me how to do that or I can write you what and weregaladril wrote:you could do that if you like.
https://crowdin.com/project/domoticz-for-android
tequila wrote:Hey,
I am still having this weird and very annoing issue with actions being executed several times from the app.
From my experience this only happens with sripts that require some time (a couple of seconds) to run.
For example, I have a push on button defined that triggers 3 scripts.
When I use the button from Domoticz web interface, everything runs as expected - each of the 3 scripts is executed once; I receive 3 reports (each of the 3 scripts sends a report).
If I use the same button from the app, the log says I initiated the push 6 times!
And indeed, I am getting 18 (6*3) reports.
It's there, under the settings translations:marcotrumpet wrote: Can't find the talk back string in crowding
There is the right translation. Vote up the right one and down the other one now in use..galadril wrote:It's there, under the settings translations:marcotrumpet wrote: Can't find the talk back string in crowding
https://crowdin.com/translate/domoticz- ... -it#q=talk
I am getting:galadril wrote:tequila wrote:Hey,
I am still having this weird and very annoing issue with actions being executed several times from the app.
From my experience this only happens with sripts that require some time (a couple of seconds) to run.
For example, I have a push on button defined that triggers 3 scripts.
When I use the button from Domoticz web interface, everything runs as expected - each of the 3 scripts is executed once; I receive 3 reports (each of the 3 scripts sends a report).
If I use the same button from the app, the log says I initiated the push 6 times!
And indeed, I am getting 18 (6*3) reports.
Can you see with the new debugging panel (under settings screen) if the action is also triggered multiple times from the app??
Because else it's probably a domoticz system issue (api maybe)
I would guess that it's an domoticz / api issue, because the event only fire once in the app. So that one api call of me, internally in domoticz has issues with your script.tequila wrote:I am getting:
onButtonClick
set idx XX to ON
and I have been receiving all reports again and again unless
com.android.volley.TimeOutError appears.
So no, the debug doesn't show I would be pressing the button several times, but all reports are being sent until the above timeout error appears.
This is not a stupid question..bdormael wrote:Maybe a stupid question:
How do I enable notifications to work with the iOS app?
Sorry if this is a stupid questionk
Cool, thx for the swift answer, working fine now (without sound)galadril wrote:This is not a stupid question..bdormael wrote:Maybe a stupid question:
How do I enable notifications to work with the iOS app?
Sorry if this is a stupid questionk
1) You need the latest beta version of domoticz system!!! (them made changes to gcm/notifications for ios)
2) Enable GCM notifications on settings in domoticz system.
3) Open the app iPhone, check if notifications is enabled on the app.
4) The app should register itself automaticly on Domoticz, so with the latest beta you have a new settings screen called 'Mobile Devices' under more options, you should see your device registered there
5) Try a notification on a test switch with gcm enabled.
it should work.. if not, enable debugging on the debug panel in the app.. and we'll see what happens..
Perhaps a stupid question - how do you actually call that action? I assumed that the domoticz app is based on json url commands.galadril wrote:I would guess that it's an domoticz / api issue, because the event only fire once in the app. So that one api call of me, internally in domoticz has issues with your script.tequila wrote:I am getting:
onButtonClick
set idx XX to ON
and I have been receiving all reports again and again unless
com.android.volley.TimeOutError appears.
So no, the debug doesn't show I would be pressing the button several times, but all reports are being sent until the above timeout error appears.
Maybe some of the domoticz dev's can assist you on that
Code: Select all
curl 'http://USER:PASS@IP:PORT/json.htm?type=command¶m=switchlight&idx=39&switchcmd=On'
Maybe it'll improve if i make the timeout period longer on the data calls in the app......tequila wrote: In conclusion, I am not sure how to report that issue:-)
Cheers.
Ill have an improvement on set points for the next release with a minus+add button... for nowbdormael wrote:- handle set points like dimmers for setting temp (no free text box but like how dimmers work now)
Users browsing this forum: No registered users and 0 guests