[APP][Cloud & Pro] Somfy Tahoma & Connexoon (v4.0.81, test v4.0.84)

OK, everything seems to work as expected. The following is a summary from the log showing the log line number and the action / event. The “ActiveZonesState” is a report back from Tahoma stating which zones are active.

Line    Action / Event
430:   "alarmOff", 
673:   "alarmOn",                     // Switching on activates all zones at once
987:   "ActiveZonesState", "A,B,C",   // And here we can see all zones have switched on
1029:  "ActiveZonesState", "A,B,C"
1068:  "alarmZoneOn" - "B,C",         // Zones can only be switched on, so this has no affected as all the zones are laready on
1405:  "ActiveZonesState", "A,B,C"
1447:  "ActiveZonesState", "A,B,C"
1546:  "alarmZoneOn", "A,B,C",
1868:  "ActiveZonesState", "A,B,C"
1958   "ActiveZonesState", "A,B,C"
2208:  "alarmZoneOn", "A",
2310:  "ActiveZonesState", "A,B,C"
2352:  "ActiveZonesState", "A,B,C"
2433:  "alarmZoneOn", "A,B,C",
2535:  "ActiveZonesState", "A,B,C"
2577:  "ActiveZonesState", "A,B,C"
2802:  "alarmOff",                    // Switch all zones off
2974:  "ActiveZonesState", ""         // All zones are now off
3016:  "ActiveZonesState", ""
3297:  "alarmOff",
3432:  "alarmOn"
3627:  "ActiveZonesState", "A,B,C"

So to see if the Zone buttons work, you need to start from all off and then turn on Zone A, leave it for about 30 seconds and then try Zones B and C in quick succession.

I hope that makes sense.

I have looked at the log and it appears the app is doing everything it can to stop the previous command. First I see the “close” command being sent on line 456. Then it sends a request to cancel that command (which is not shown in the log but the effects are shown on line 233). Then it sends “stop” command on line 206. The cancel command should be enough to stop the screen moving and the stop command is just an extra step to backup the cancel. So, I’m not sure why the screen is not stopping quicker

I will take a closer look later to check on timings just to make sure the stop command is not sent too soon after the cancel, etc.

Hi Adrian,

First the bad news: i pressed All off, the alarm
Confirms this command with a beep and then waited 30 seconds. Then pressed zone A and waited 30 seconds nothing happens. Then
B and C in quick succesion pressed and nothing happens.

Now the good news. It works when button for Zone A and B and C are on
quick succesion pressed and then again C is pressed to enable
Zone C.

I then turned off all to disable zone C

It works when Zone A and B and C in quick succesion are pressed and then again A is pressed to enabled zone A

I then turned off all to disable zone B.

So this sequence commands seem to do the trick.
Infomation log was send! Now keeping my fingers crossed but we look to be very close in cracking the code!

A second update.

When i press in very quick succesion button a, b and then c and then b and c again. This armed zone b and c.

Ps button a b c where in white color before starting.

I send you a second log… hope this helps to make the puzzle

Unfortunately my Internet is down so not getting the logs through.
Can you confirm if the zone buttons all turn off when you turn the alarm off?

Hi Adrian,

I don’t really understand the behaviour of the button colour (white/black).

When i open the device and press nothing i see the screenshot above as a atarting point.

When i press A then B then C and them A i get the screenshot below for a few seconds

It then after a few seconds jumps back to the screen below (same as first screen) and in this case zone A activated on the alarm.

I now by accident just discovered if i press A and then A again it activates zone A. Same for b and c. So pressing the zone button twice seems to do the trick!

I see no change om the buttons when the alarm is turned off. A, B and C remains white.

OK, I think I have found the issue so a new test version is up.

A white Zone button shows that the zone is set and a black zone button shows the zone is not set.
In theory, you should only be allowed to switch a zone on and the only way to switch them of is with the Off button. However, due to some quirks in the UI I can’t 100% block a button from switching off if you tap on it in quick succession. But tricking the UI like that doesn’t actually switch a zone off and at some point a status update will come in that puts the buttons back to the correct state.

Hi,

Pressing A works. However B and C generate the error as in screenshot.

Information log send.

If you press the Off button, do all the Zone buttons turn off?

Hi

I just send you a new log.

When i press zone A - zone a is enabled
When i press uit (off) - all zones are disabled
When i press all zones on - all zones are enabled
When i press uit (off) - all zones are disabled

When i press b or c nothing happens and i get the error as in previous screenshot.

Regards

Hi Adrian,

If you still need something from me let me know.

Regards

Have you sent me a log with that sequence?
The only logs I have received lately only have a few entries in just showing the app startup.

Hi

I just send you a brand new log.

When i press zone A - zone a is enabled
When i press uit (off) - all zones are disabled
When i press all zones on - all zones are enabled
When i press uit (off) - all zones are disabled

When i press b or c nothing happens and i get the error as mentioned in earlier posts.

Regards

Thanks, I have it. I will check it when my daughter let’s me get on th PC

Hey, I’m using a roller shutter Sonesse 40 io. Now, I was wondering if this screen is just for information purposes and if there’s an actual MyPosition button somewhere…


Thanks for helping out.

There probably should be. Could you send me the Device Log from the app settings page?

done

Could you try the new test version.

1 Like

Got it

It seems the Position states that 1 = open (100% Up), 0 = closed (100% down). The My position however takes is percentage from 100% = 100 % down. I tried to use “Invert Position” on a single device but this didn’t change anything … can this be adapted without doing any calculations.