No, what I mean is to try if the screen is working, put one of those recognized texts as input to the “weather_text” card.
i added basic “cloudy” and yes i get a cloud now! so its just the line comming in from openweathermap that is nog recognised as a symbol yet!
v1.3.0 is now available.
ADDED:
- Dutch traduction
- “Custom_Weather_Icon” card can be call to change the weather icon.
- New “Device_Type_Zone_X”: “compare” that compare previous value with the actual and display an up or down arrow
- 8 news icons
CHANGE:
- Language is now need to be define with SSID and PASSWORD
FIXED:
- Time deep sleep/ DeepSleep Enable, was not save in flash memory after reboot. It’s solved
Update guides for this is in progress…
First of all great work.
Maybe a good suggestion.
At the moment if the display loses its wifi connection there comes a display with the SSID and Password.
Is it possible to not show the password or blur the password.
You can comment the line below. This will show the error message without the password line.
(comment with 2 // at the begin of the line)
//writeln((GFXfont *)&OpenSans14B, ("PASSWORD: " + String(password)).c_str(), &errorPassword_x, &errorPassword_y, NULL);
Thx for your fast replay
You are the best! To update do i just need to reflash this new code?
what are the up down arrows on the screen?
Yes. Ensure you disable “Erase All Flash Content Before Sketch Upload” to conserve your settings
@Yov Maybe an older version of your IDE?
1.8.19
@JPe4619 i used arduino 2.0 and it worked
however, @sebyldino the weather icone is broken again, for now i added the new weather icon.
If we like to add more symbol’s, what is youre prefered action? we suggest them ? or can we make them and supply to you to maybe be added in future versions?
big thanks for the work! is there a way to offer you a coffee for this?
Just update to the new version and everything went well, even the Dutch language integration and weather icons.
Is it possible to use 2 lines in the value cards?
As you see in the picture the temperature cards are showing 20.4 °C 49.3 % RV
Is it possible to use it like this:
20.4 °C
49.3 % RV
@Yov which language setting did you use? Beware that, due to implementation of language in the new version, the weather descriptions/text are only recognised if they are in the same language as the setting. So if you want to use English weather, use language setting “EN”.
Weather icons are working for me with setting “NL” and Dutch weather text.
I flashed NL first but changed again to EN, have been using homey and al its functions in English anyways. But the icoon stayed homey symbol.
Hello,
Which weather app are you using?
I used Open Weather Map, in the code there are the descriptions i found here
In the last release i published, i reorganized the code and i put all languages in the “language.ino” file.
You can edit it as you want, you need to respect capital an lowercase letters.
I use Open Weather Map i got it working in the previous version but must be an action card i am not using correclty.
I use English as main language on al my Homey based products.
The problem was the EN list not being complete i have a “Clear” as weather description and this was not in the list.
i fear this wil be the case for all in EN as i notice openweather using the “main” words over the descirption. Same for Clouds description is cloudy but openweather uses “capital C”
but good to know we can change this ourself.
how do you select Dutch for the Openweather application?