joBr99 / nspanel-lovelace-ui

Custom Firmware for NsPanel with the design of HomeAssistant's lovelace UI in mind, works with Tasmota.
GNU General Public License v3.0
872 stars 188 forks source link

[Help] Time is wrong on Screensaver page #988

Closed ksihota closed 11 months ago

ksihota commented 11 months ago

PROBLEM DESCRIPTION

For the last few days the Screensaver page has been displaying the wrong time. It was slow by about 17 minutes and now it appears to be slow by about 45 minutes. This is the same on two different NSPanels. I have checked through every file I could think of and have hunted for similar issues on line but have not found anything, Everything else is working as expected including the weather, temperature sensors and switches.

There must be something really simple that I am missing. It's driving me nuts. The time displayed in the Tasmota console is correct. The time displayed on the NSPanel is slow. How can that be? I can't find any way to change it. What have I done wrong? It was working properly before but I don't know when this changed so I can't figure out what might have been altered.

REQUESTED INFORMATION

client_host: 10.10.10.200

  client_port: 1883
  client_user: "mqtt"
  client_password: ""
  client_topics: NONE

http: url: http://127.0.0.1:5050 admin: api: hadashboard:


- [ ] Provide your apps.yaml:

apps.yaml here: nspanel-1: module: nspanel-lovelace-ui class: NsPanelLovelaceUIManager config: panelRecvTopic: "tele/NSPanel_1/RESULT" panelSendTopic: "cmnd/NSPanel_1/CustomSend" model: us-l sleepTimeout: 20 sleepBrightness:

- [ ] Go to Settings>Add-ons>AppDaemon>Log and then, provide the output of the log after restarting the appdaemon container:

Log output here: s6-rc: info: service s6rc-oneshot-runner: starting s6-rc: info: service s6rc-oneshot-runner successfully started s6-rc: info: service base-addon-banner: starting

Add-on: AppDaemon Python Apps and Dashboard using AppDaemon 4.x for Home Assistant

Add-on version: 0.13.5 You are running the latest version of this add-on. System: Home Assistant OS 10.5 (aarch64 / raspberrypi4-64) Home Assistant Core: 2023.9.3 Home Assistant Supervisor: 2023.10.0

Please, share the above information when looking for help or support in, e.g., GitHub, forums or the Discord chat.

s6-rc: info: service base-addon-banner successfully started s6-rc: info: service fix-attrs: starting s6-rc: info: service base-addon-log-level: starting s6-rc: info: service fix-attrs successfully started s6-rc: info: service base-addon-log-level successfully started s6-rc: info: service legacy-cont-init: starting s6-rc: info: service legacy-cont-init successfully started s6-rc: info: service init-appdaemon: starting



### ADDITIONAL INFORMATION

_Add information about your setup here, if any. (For example docker version of AppDaemon instead of the HomeAssistant Add-on)_
Armilar commented 11 months ago

The time is not taken from Tasmota, but comes from the operating system of the server on which HA or ioBroker is running. The system time must therefore be correct or updated via NTP

ksihota commented 11 months ago

Thank you soooooooo much. that makes it so much clearer.

Problem solved.