-
Notifications
You must be signed in to change notification settings - Fork 10
FAQ
Yes, you need to compile or download a new dock firmware image. Then use curl
to push the firmware to the dock with the following command:
curl -F "[email protected]" http://<Dock IP>/update
You can also use ESPHome-Flasher to update the firmware via USB.
The default system timezone is set to UTC. The timezone for the app can be set in the file /boot/timezone
. This file is on the FAT boot partition and accessible from the mounted SD card.
The content of /boot/timezone
is a single line containing the Linux TZ name.
See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for a list of valid TZ database names. They can also be retrieved with timedatectl list-timezones
. Examples:
- Europe/Copenhagen
- Asia/Hong_Kong
- America/Vancouver
At the moment you can only set the timezone or current time in a ssh shell with the following commands:
- Time zone:
- List timezones:
timedatectl list-timezones
- Set timezone example:
timedatectl set-timezone America/Los_Angeles
- List timezones:
- Date and time:
- Show current time:
timedatectl
- Set date and time:
timedatectl set-time YYYY-MM-DD HH:MM:SS
Example:timedatectl set-time '2020-09-08 03:19:00'
- Show current time:
YIO Remote Project Documentation Wiki Page https://github.com/YIO-Remote/documentation/wiki
Home
YIO Remote API
Dock
FAQ
Supporters
Remote Firmware
Dock Firmware
YIO Homepage
YIO Community
YIO Github
YIO Discord Channel
YIO Facebook
YIO Instagram
YIO Twitter
YIO YouTube
YIO Translation
Dock
Remote
Supported IR Extenders
Home Assistant
Homey
openHAB
Roon
Spotify
YIO Dock
Build Environment
Setup Qt IDE
Setup PlatformIO IDE
Developer VM
Setup Buildroot
API
API
WebSocket API
Generic
SSH/SCP
Architecture
Coding Guidelines
Configuration File
Developing Integrations
Entity Types
Logging
Workflow
Git Workflow
Pull Requests
Continuous Integration