Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Help] Questions on cardThermo #798

Closed
1 task
EddyK69 opened this issue Mar 5, 2023 · 5 comments
Closed
1 task

[Help] Questions on cardThermo #798

EddyK69 opened this issue Mar 5, 2023 · 5 comments
Labels
configuration related to configuration question Further information is requested
Milestone

Comments

@EddyK69
Copy link
Contributor

EddyK69 commented Mar 5, 2023

PROBLEM DESCRIPTION

I've got a climate entity based on OTGW. When I add this entity to a cardThermo, I see a clickable text 'Mo' in the left-bottom-corner. What is it and how can I get rid of is, as it seems to do nothing.

IMG_8756

Second question: can I disable the clickable 3 vertical dots under the temperature, as its shows an extra card with no essential information.

IMG_8757

REQUESTED INFORMATION

  • Provide your apps.yaml:
      - type: cardThermo
        title: Thermostaat
        key: m-thermostaat
        entity: climate.awb

ADDITIONAL INFORMATION

@EddyK69 EddyK69 added configuration related to configuration question Further information is requested labels Mar 5, 2023
@joBr99 joBr99 closed this as completed in 70211d5 Mar 5, 2023
@joBr99
Copy link
Owner

joBr99 commented Mar 5, 2023

fixed the bug with the vertical 3 dots;

The Mo button looks like you have a missmatch between the backend and the firmware that you are running on your panel.

Can you update your backend and the panel to the latest version?

@joBr99 joBr99 added this to the 4.0.X milestone Mar 5, 2023
@EddyK69
Copy link
Contributor Author

EddyK69 commented Mar 6, 2023

I updated to the latest dev-version and flashed the beta tft-file, but both issues are still there.
When I click the 'Mo' text, i see this in the console log:
16:39:06.468 MQT: tele/tasmota_nspanel_1/RESULT = {"CustomRecv":"event,buttonPress2,climate.awb,hvac_action,"}

and I noticed the I flash with:
FlashNextion http://nspanel.pky.eu/lui.tft
that it starts at 86% with flashing, is that correct?

16:35:43.734 CMD: FlashNextion http://nspanel.pky.eu/lui.tft
16:35:43.746 MQT: stat/tasmota_nspanel_1/RESULT = {"FlashNextion":"Done"}
16:35:43.789 FLH: host: nspanel.pky.eu, port: 80, get: /lui.tft
16:35:44.410 FLH: Send (High Speed) flash start
16:35:44.771 MQT: tele/tasmota_nspanel_1/RESULT = {"Flashing":{"complete": 0, "time_elapsed": 0}}
16:35:45.261 FLH: host: nspanel.pky.eu, port: 80, get: /lui.tft
16:35:45.725 MQT: tele/tasmota_nspanel_1/RESULT = {"Flashing":{"complete": 86, "time_elapsed": 1}}
16:35:47.223 MQT: tele/tasmota_nspanel_1/RESULT = {"Flashing":{"complete": 87, "time_elapsed": 2}}
16:35:49.615 MQT: tele/tasmota_nspanel_1/RESULT = {"Flashing":{"complete": 88, "time_elapsed": 5}}
16:35:51.846 MQT: tele/tasmota_nspanel_1/RESULT = {"Flashing":{"complete": 89, "time_elapsed": 7}}
16:35:54.646 MQT: tele/tasmota_nspanel_1/RESULT = {"Flashing":{"complete": 90, "time_elapsed": 10}}
16:35:56.845 MQT: tele/tasmota_nspanel_1/RESULT = {"Flashing":{"complete": 91, "time_elapsed": 12}}
16:35:59.235 MQT: tele/tasmota_nspanel_1/RESULT = {"Flashing":{"complete": 92, "time_elapsed": 14}}
16:36:01.347 MQT: tele/tasmota_nspanel_1/RESULT = {"Flashing":{"complete": 93, "time_elapsed": 16}}
16:36:03.445 MQT: tele/tasmota_nspanel_1/RESULT = {"Flashing":{"complete": 94, "time_elapsed": 19}}
16:36:05.574 MQT: tele/tasmota_nspanel_1/RESULT = {"Flashing":{"complete": 95, "time_elapsed": 21}}
16:36:07.966 MQT: tele/tasmota_nspanel_1/RESULT = {"Flashing":{"complete": 96, "time_elapsed": 23}}
16:36:10.146 MQT: tele/tasmota_nspanel_1/RESULT = {"Flashing":{"complete": 97, "time_elapsed": 25}}
16:36:12.347 MQT: tele/tasmota_nspanel_1/RESULT = {"Flashing":{"complete": 98, "time_elapsed": 27}}
16:36:14.545 MQT: tele/tasmota_nspanel_1/RESULT = {"Flashing":{"complete": 99, "time_elapsed": 30}}
16:36:20.328 NXP: Screen Initialized
16:36:20.435 MQT: tele/tasmota_nspanel_1/RESULT = {"CustomRecv":"event,startup,50,eu"}
16:36:21.184 MQT: tele/tasmota_nspanel_1/RESULT = {"nlui_driver_version":"8"}

@joBr99
Copy link
Owner

joBr99 commented Mar 6, 2023

yes, that is normal in case fonts or pictures didn't change

Please post the logs right after restarting appdaemon and the logs while rendering that page.

@EddyK69
Copy link
Contributor Author

EddyK69 commented Mar 8, 2023

Here the requested logs:

2023-03-08 15:18:49.061655 INFO nspanel-1: Sending MQTT Message: pageType~cardThermo
2023-03-08 15:18:49.067454 INFO nspanel-1: Sending MQTT Message: timeout~60
2023-03-08 15:18:49.122882 INFO nspanel-1: Sending MQTT Message: entityUpd~Thermostaat~x~navUp~���~65535~~~delete~~~~~~climate.awb~18.5 ��C~180~Inactief
(Verwarmen)~10~300~5~Momenteel~Toestand~Werking~���~~0

and used config:

      - type: cardThermo
        title: Thermostaat
        key: m-thermostaat
        sleepTimeout: 60
        entity: climate.awb
        supportedModes: []

resulting in the text 'Mo' in de left-bottom-corner

@joBr99
Copy link
Owner

joBr99 commented Mar 8, 2023

Please paste the startup log right after restarting the addon too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
configuration related to configuration question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants