GithubHelp home page GithubHelp logo

Timezones about espsomfy-rts HOT 22 CLOSED

rstrouse avatar rstrouse commented on August 23, 2024
Timezones

from espsomfy-rts.

Comments (22)

rstrouse avatar rstrouse commented on August 23, 2024 2

Yeah the entire posix database is around 500 entries. To make sure we get valid log times it seemed pretty expensive to use the whole thing. Below is a link to one of the myriad of databases for them. I probably should have started with the Etc/GMT+- and eliminated those first. I am keying on the code (right hand column) and not the city for that very reason.

You may be surprised at how weird all of this DST stuff is when trying to keep track of the 4th dimension. I'll take a stab at reworking tags to generalize them.

https://github.com/nayarsystems/posix_tz_db/blob/master/zones.csv

Not willing to pay the $230 Somfy want for their bridge for something that contains $20 worth of hardware!

To add to that I don't want any more cloud stuff in my house. 10 years from now folks are going to look around at their home automation battlefield to see many soldiers that worked for a couple of years but couldn't keep up the fight. Imagine the carnage and blown out rusted relics littering the scene.

from espsomfy-rts.

rstrouse avatar rstrouse commented on August 23, 2024 1

v1.6.0 now supports the Europe/Berlin timezone.

from espsomfy-rts.

rstrouse avatar rstrouse commented on August 23, 2024 1

Update to v1.6.1 I added the Sao Paulo timezone.

from espsomfy-rts.

rstrouse avatar rstrouse commented on August 23, 2024 1

Unfortunately you probably caught it before I changed the release token. A hard refresh of the browser would have fixed the issue. I am doing some browser tricks to clear the cache on for the app and unfortunately I missed one spot on the release files earlier.

from espsomfy-rts.

rstrouse avatar rstrouse commented on August 23, 2024 1

That is the same timezone as Asia/Baku posix: <+4>-4. The reason I am not duplicating the them is that this is one of the more costly string arrays in terms of storage and transfer in the software. However, please keep them coming and I will let you know if there is a setting already in the same ntp timezone.

Unfortunately, I am not smart enough to gather which duplicates are the more logical selection.

from espsomfy-rts.

rstrouse avatar rstrouse commented on August 23, 2024

Is the posix code for Europe/Berlin CET-1CEST,M3.5.0,M10.5.0/3?

from espsomfy-rts.

ok11 avatar ok11 commented on August 23, 2024

CEST-1CET,M3.2.0/2:00:00,M11.1.0/2:00:00

from espsomfy-rts.

rstrouse avatar rstrouse commented on August 23, 2024

Thanks I added it to the tz list and will come in the next release that I will post this week.

from espsomfy-rts.

cesarvoggithub avatar cesarvoggithub commented on August 23, 2024

Could you please also add America/Sao_Paulo (Etc/GMT-3)?

TIA

from espsomfy-rts.

rstrouse avatar rstrouse commented on August 23, 2024

It will show up on the next release. Btw the posix code for the timezone is <-03>3

from espsomfy-rts.

cesarvoggithub avatar cesarvoggithub commented on August 23, 2024

from espsomfy-rts.

cesarvoggithub avatar cesarvoggithub commented on August 23, 2024

Thanks for the update. I'm afraid the Application is still 1.6.0. I first tried updating by uploading the firmware first (worked as the frmware "took" and changed to 1.6.1) and then the application (did not "take" as it remained 1.6.0). Then I decided I would start from scratch by reloading the original ESPhome firmware (worked as everything went back to default) and then by installing the newonboard file (worked, but firmware showed 1.6.1 and application remained 1.6.0). And since the application did not "take", America/Sao_Paulo is still not an available choice in the dropdown list.

from espsomfy-rts.

cesarvoggithub avatar cesarvoggithub commented on August 23, 2024

Scratch the above. I tried re-downloading the SomfyController.littlefs.bin file and this time it worked!

from espsomfy-rts.

pfak avatar pfak commented on August 23, 2024

America/Vancouver is also missing.

from espsomfy-rts.

rstrouse avatar rstrouse commented on August 23, 2024

America/Vancouver is the same timezone alias as America/Los_Angeles.

from espsomfy-rts.

getselim-stack avatar getselim-stack commented on August 23, 2024

Can you please add Asia/Dubai UTC+4 (no daylight saving)?

from espsomfy-rts.

getselim-stack avatar getselim-stack commented on August 23, 2024

That is the same timezone as Asia/Baku posix: <+4>-4. The reason I am not duplicating the them is that this is one of the more costly string arrays in terms of storage and transfer in the software. However, please keep them coming and I will let you know if there is a setting already in the same ntp timezone.

Unfortunately, I am not smart enough to gather which duplicates are the more logical selection.

Cool - I did spend an hour looking at options before posting, honest. Appreciate the quick response and the great work - this is the third option I've tried to automate my Somfy and it worked like a charm. Not willing to pay the $230 Somfy want for their bridge for something that contains $20 worth of hardware!

from espsomfy-rts.

pfak avatar pfak commented on August 23, 2024

@rstrouse

Instead of for example America/Los_Angeles, you could use US/Pacific etc:

/usr/share/zoneinfo/posix/US$ ls -lt
total 0
lrwxrwxrwx 1 root root 20 Apr  3 04:12 Alaska -> ../America/Anchorage
lrwxrwxrwx 1 root root 15 Apr  3 04:12 Aleutian -> ../America/Adak
lrwxrwxrwx 1 root root 18 Apr  3 04:12 Arizona -> ../America/Phoenix
lrwxrwxrwx 1 root root 18 Apr  3 04:12 Central -> ../America/Chicago
lrwxrwxrwx 1 root root 19 Apr  3 04:12 Eastern -> ../America/New_York
lrwxrwxrwx 1 root root 31 Apr  3 04:12 East-Indiana -> ../America/Indiana/Indianapolis
lrwxrwxrwx 1 root root 19 Apr  3 04:12 Hawaii -> ../Pacific/Honolulu
lrwxrwxrwx 1 root root 23 Apr  3 04:12 Indiana-Starke -> ../America/Indiana/Knox
lrwxrwxrwx 1 root root 18 Apr  3 04:12 Michigan -> ../America/Detroit
lrwxrwxrwx 1 root root 17 Apr  3 04:12 Mountain -> ../America/Denver
lrwxrwxrwx 1 root root 22 Apr  3 04:12 Pacific -> ../America/Los_Angeles
lrwxrwxrwx 1 root root 20 Apr  3 04:12 Samoa -> ../Pacific/Pago_Pago

from espsomfy-rts.

pfak avatar pfak commented on August 23, 2024

OR (preferably) where there is overlap, i.e. US and Canada, you could do "Pacific", "Central", "Eastern", etc.

from espsomfy-rts.

getselim-stack avatar getselim-stack commented on August 23, 2024

OR (preferably) where there is overlap, i.e. US and Canada, you could do "Pacific", "Central", "Eastern", etc.

Good idea. Generic time zones would be a good approach as I appreciate the need to keep it as light as possible. Happy to help define for this region if needed.

from espsomfy-rts.

rstrouse avatar rstrouse commented on August 23, 2024

The new time zone data will be posted in v1.7.1 in the next couple of days.

from espsomfy-rts.

rstrouse avatar rstrouse commented on August 23, 2024

v1.7.1 has been released with the timezone changes discussed.

from espsomfy-rts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.