• Administrator
  •  
    Support Ukraine
    If you experience any problems with the forum (it is not visible, there is no way to post messages, or some functionality does not work), please let us know. If you have problems with registration or you did not receive confirmation letter, let us know and we will activate your account manually.
    If you get an "The submitted form was invalid. Try submitting again" error, delete cookies, then try again.
     

[Tutorial] How to create WFZ watchfaces for Stratos 3 (new style / GTRWidget)

This forum contains step by step guides, complete manuals and instructions.

Moderators: asoo, Internal error

User avatar
fcaronte
WF maker
Posts: 2
Joined: 03 May 2019, 18:17
Has thanked: 1 time
Been thanked: 4 times
Contact:

Post by fcaronte »

Try to give a check to my last Sam watch V2 for stratos3, we found the dayHands usage with a "mask" and maybe you can update the guide 👍🏻.
DxP
User avatar
COM-D
Posts: 15
Joined: 23 Oct 2020, 10:30
Location: Россия
Has thanked: 2 times
Been thanked: 1 time
Contact:

Post by COM-D »

fcaronte, I also noticed this new code in your watch face.
-<WatchFaceComponent type="datehand">
<Item config="@wfz/dateHands/day.png" type="day" y="125" x="125" a1="348" a0="0" yCenter="3" xCenter="-23"/>
</WatchFaceComponent>
It is very interesting! New opportunities.
Thank you.
DxP, this should definitely be added to your manual.
User avatar
DxP
Posts: 41
Joined: 10 Jun 2020, 19:31
Location: Germany
Has thanked: 2 times
Been thanked: 18 times
Contact:

Post by DxP »

Thanks guys, Tutorial updated....

Please be so kind and check my changes for errors .... I'm currently on the move and can't try anything


New entrys:
  • WatchFaceComponent "datehand" - (provides pointers to show date)
  • WatchFaceComponent "pointer" - (provides pointer to show various values)
Additional informations added
  • WatchFaceComponent "progress"
User avatar
COM-D
Posts: 15
Joined: 23 Oct 2020, 10:30
Location: Россия
Has thanked: 2 times
Been thanked: 1 time
Contact:

Post by COM-D »

DxP in the WatchFaceComponent "pointer" in the frame with the code, the description text is mixed. And the section <WatchFaceComponent type = "progress"
Should be corrected.

Image
User avatar
DxP
Posts: 41
Joined: 10 Jun 2020, 19:31
Location: Germany
Has thanked: 2 times
Been thanked: 18 times
Contact:

Post by DxP »

Ups...I forget a tag.... fixed - thanks.
User avatar
COM-D
Posts: 15
Joined: 23 Oct 2020, 10:30
Location: Россия
Has thanked: 2 times
Been thanked: 1 time
Contact:

Post by COM-D »

I want to share my experience.

WatchFaceComponent type="datehand" - displays date with pointers

This pointer can be used only as a last resort. This can be done - when it does not cross other digital pointers. As in the watchface by fcaronte.
I've tried this. I could not cover it so that other numbers were not covered.
The code for the "mask" - WatchFaceComponent type = "icon", doesn't work. It only covers the background.
Code for "mask" - Item type = "colon_hm" covers everything (datehand Digital time, steps)
Or the author needs to do so that the WatchFaceComponent type = "datehand" indicator merges with the background so that it cannot be seen.

Therefore, its application is now very specific, and a little limited.
[email protected]
WF maker
Posts: 7
Joined: 15 Sep 2019, 14:38
Location: Poland
Has thanked: 3 times
Contact:

Post by [email protected] »

fcaronte wrote: 18 Oct 2020, 21:23
About weather, as now is working correctly if you use AmazMod to push the weather to clock (need AmazMod service on watch too). I'm using it on my Stratos 3.
Can you describe? Because for me it doesn't work on Stratos3.
I have my own key from https://openweathermap.org/api in AmazMod / GreatFit / Calendar / Weather, but the weather for new widgets is not displayed
<WatchFaceComponent type = "gtrwidget" id = "5" dataType = "1048584">
I also did not find any dial on the S3 that shows the weather.

The weather works on Verge.
User avatar
mato
WF maker
Posts: 0
Joined: 29 Oct 2020, 14:32
Location: Debrecen
Has thanked: 3 times
Contact:

Post by mato »

Hi All,

I have an interesting problem.
I'd like to display calories circle progress bar, but the maximum is not the target set in Zepp for Stratos 3, but always permanent 300 cal.

Code: Select all

<WatchFaceComponent type="gtrwidget" dataType="4">
    <Item type="Arc" xCenter="236" yCenter="159" rx="46" ry="46" color="-256" size="4" cap="0" a0="0" a1="360"/>
</WatchFaceComponent>
Do you have any ideas?
User avatar
fcaronte
WF maker
Posts: 2
Joined: 03 May 2019, 18:17
Has thanked: 1 time
Been thanked: 4 times
Contact:

Post by fcaronte »

mato wrote: 27 May 2021, 06:13
Hi All,

I have an interesting problem.
I'd like to display calories circle progress bar, but the maximum is not the target set in Zepp for Stratos 3, but always permanent 300 cal.

Code: Select all

<WatchFaceComponent type="gtrwidget" dataType="4">
    <Item type="Arc" xCenter="236" yCenter="159" rx="46" ry="46" color="-256" size="4" cap="0" a0="0" a1="360"/>
</WatchFaceComponent>
Do you have any ideas?
I never try, but try to check zepp app under Stratos 3 setting, "activity" there is the "cal" goal to set and I think it will sync with the Wfz
User avatar
mato
WF maker
Posts: 0
Joined: 29 Oct 2020, 14:32
Location: Debrecen
Has thanked: 3 times
Contact:

Post by mato »

fcaronte wrote: 27 May 2021, 11:20
I never try, but try to check zepp app under Stratos 3 setting, "activity" there is the "cal" goal to set and I think it will sync with the Wfz
I tried, but it doesn't affect it. :(
According to the chart, the goal is 300.

But, as I noticed, the Stratos 3’s factory data sheet doesn’t show calorie progress well either.
In Zepp, I set 600 calories as my daily goal, Zepp is syncronized with my watch, yet it’s like the goal is 400.

Image

Maybe it's also a firmware bug?

I have already initiated many bugfix requests about the current firmware of the Stratos 3 at Amazfit Support, but they always close the topic by saying “Since the current firmware of the Stratos 3 now performs stably, so there is no plan for a new OTA update in short term."
Tragic, disappointing attitude from the Amazfit team. :-/
User avatar
COM-D
Posts: 15
Joined: 23 Oct 2020, 10:30
Location: Россия
Has thanked: 2 times
Been thanked: 1 time
Contact:

Post by COM-D »

I have already faced this problem. This is a watch software bug. On Stratos 3, this value is always 300. And it doesn't sync with Zepp. It is also not possible to change it in the settings.

For some reason, you have a calorie goal in the screenshot - 400
I am surprised.
User avatar
mato
WF maker
Posts: 0
Joined: 29 Oct 2020, 14:32
Location: Debrecen
Has thanked: 3 times
Contact:

Post by mato »

COM-D wrote: 27 May 2021, 14:51
I have already faced this problem. This is a watch software bug. On Stratos 3, this value is always 300. And it doesn't sync with Zepp. It is also not possible to change it in the settings.
Thanks for the information COM-D, then I won't deal with this dial component because it makes no sense.
It's a waste. :(
User avatar
fcaronte
WF maker
Posts: 2
Joined: 03 May 2019, 18:17
Has thanked: 1 time
Been thanked: 4 times
Contact:

Post by fcaronte »

Yes, I try to investigate and can confirm is a firmware bug, and yes huami practically discarded our android based watch 😭
User avatar
DxP
Posts: 41
Joined: 10 Jun 2020, 19:31
Location: Germany
Has thanked: 2 times
Been thanked: 18 times
Contact:

Post by DxP »

It all seems to be working fine for me. I have set a target of 500 Kcal in the Zepp app and this is also displayed correctly by the watch. Only the values between the clock and the app are never correct. The clock always shows more than the counter in the app.
User avatar
COM-D
Posts: 15
Joined: 23 Oct 2020, 10:30
Location: Россия
Has thanked: 2 times
Been thanked: 1 time
Contact:

Post by COM-D »

It’s strange.
Can you take a screenshot?
What version of Zepp do you have? Maybe the problem is not with the watch software, but with the Zepp app?
User avatar
DxP
Posts: 41
Joined: 10 Jun 2020, 19:31
Location: Germany
Has thanked: 2 times
Been thanked: 18 times
Contact:

Post by DxP »

Watch: ROM: 4.2.8.0 + Amazmod
Zepp-App Version: 5.12.2 - Alorithmus: 2.8.10
User avatar
mato
WF maker
Posts: 0
Joined: 29 Oct 2020, 14:32
Location: Debrecen
Has thanked: 3 times
Contact:

Post by mato »

DxP wrote: 06 Jun 2021, 08:29
Watch: ROM: 4.2.8.0 + Amazmod
Zepp-App Version: 5.12.2 - Alorithmus: 2.8.10
Hmm.
All the same at me, but it doesn't work well. :(
User avatar
mato
WF maker
Posts: 0
Joined: 29 Oct 2020, 14:32
Location: Debrecen
Has thanked: 3 times
Contact:

Post by mato »

Well, gentlemen,

I paired the watch with my old iPhone and it turned out a few things.

The Android version of Zepp doesn’t, but the iPhone version can set the daily calorie target on Stratos 3.
The factory data sheet is correct, the diagram shows the situation well.
But on self-made watch faces, the daily target is still 300.
User avatar
fcaronte
WF maker
Posts: 2
Joined: 03 May 2019, 18:17
Has thanked: 1 time
Been thanked: 4 times
Contact:

Post by fcaronte »

Yes probably is one of the ignored bug from Huami Dev team 🤦🏻‍♂️
User avatar
mato
WF maker
Posts: 0
Joined: 29 Oct 2020, 14:32
Location: Debrecen
Has thanked: 3 times
Contact:

Post by mato »

Hi guys,

I feel like the unique dial design of the Stratos 3 watches is exhausted, the big masters can’t bring in a new design either.

Many of my acquaintances say that they chose the GTR watch because it has a nicer dial.

Bullshit.

Lately, I’ve been embroiled in a terribly hard job: popular GTR47 watch faces redisign for Stratos 3.

Okay, there’s a converter known to all of us for this, which is awesome, since we can learn a lot from the converted source code.

However, in most cases, nothing is where it should be, especially the dinamic text areas are misaddressed. These can be reworked, although it is a big job.

The other problem is the 3-bit 8c display.

For me, it is a requirement that a watch face be enjoyable in 3 bit color depth as well.

I use free software to design all the dial surfaces. (Paint dot net, Notepad ++)

There is a poor-looking but more useful web option for converting graphics to 3-bit:

http://mncaudill.github.io/3bitdither/

This, in turn, cannot handle pixel transparency, which is important because Stratos 3 does not know transparency in lo-fi mode.
I have to fix everything for the lo-fi mode pixel by pixel.

How do you solve 3-bit graphics?

Thanks in advance,
mato
Last edited by mato on 11 Jul 2021, 07:51, edited 2 times in total.
User avatar
COM-D
Posts: 15
Joined: 23 Oct 2020, 10:30
Location: Россия
Has thanked: 2 times
Been thanked: 1 time
Contact:

Post by COM-D »

mato
How do you solve 3-bit graphics?
Adobe Photoshop has a feature to convert RGB color mode to Indexed Colors. There you choose the number of flowers - 8. Indexed colors have non-translucent pixels.
See screenshot. Marked in red.
Sorry that he is in Russian.

Image
User avatar
mato
WF maker
Posts: 0
Joined: 29 Oct 2020, 14:32
Location: Debrecen
Has thanked: 3 times
Contact:

Post by mato »

Thanks!
I do not have legal Adobe PS, I use only free softwares, so it is no option for me :(
User avatar
fcaronte
WF maker
Posts: 2
Joined: 03 May 2019, 18:17
Has thanked: 1 time
Been thanked: 4 times
Contact:

Post by fcaronte »

mato wrote: 18 Jul 2021, 17:40
Thanks!
I do not have legal Adobe PS, I use only free softwares, so it is no option for me :(
If you want use free software you can use "gimp" I was using together with Photoshop when I convert PNG to 8c and some time gimp get better results, give it a try!
Post Reply

Return to “Manuals and instructions”

Who is online

Users browsing this forum: No registered users and 1 guest