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

Powerfull and quiet options do not show up #300

Open
cleveHEX opened this issue Sep 8, 2024 · 16 comments
Open

Powerfull and quiet options do not show up #300

cleveHEX opened this issue Sep 8, 2024 · 16 comments

Comments

@cleveHEX
Copy link
Contributor

cleveHEX commented Sep 8, 2024

The eco mode does show up, but when I switch in settings, it does not show up, my remote does not have eco, but quiet and powerful are, so I guess I should use them:

Screenshot_20240908-090145
Screenshot_20240908-090214
Screenshot_20240908-090300

@Ricks88
Copy link

Ricks88 commented Sep 8, 2024

This seems to be correct.. ?

You can change ECO for QUITE in the settings.

@sockless-coding i would like to ask if you can make a Button for ECO like Nanoe has?
I made my own but the tap does not always work and it's very slow on response and icon change.

@cleveHEX
Copy link
Contributor Author

cleveHEX commented Sep 8, 2024

How is this correct that when I activate the switch, the options disappear?

@sockless-coding
Copy link
Owner

@cleveHEX did you restart HA after changed the setting?

@cleveHEX
Copy link
Contributor Author

Yes, I did restart home assistant.

@cleveHEX cleveHEX changed the title Powerfully and quiet options do not show up Powerfull and quiet options do not show up Sep 14, 2024
@sockless-coding
Copy link
Owner

sockless-coding commented Sep 14, 2024

@cleveHEX what language are you running HA in? Does it happen to be Czech?

@cleveHEX
Copy link
Contributor Author

Yes, it is, I have tried updating the lang file, but no luck.

@sockless-coding
Copy link
Owner

That is probably the reason...
Try setting the cs.json to and restarting HA

{
  "config": {
    "step": {
      "user": {
        "title": "Panasonic Comfort Cloud",
        "description": "Zadejte vaše Panasonic ID a heslo",
        "data": {
          "username": "Panasonic ID",
          "password": "Heslo"
        }
      }
    },
    "abort": {
      "device_timeout": "Vypršel čas pro připojení k zařízení.",
      "device_fail": "Neočekávaná chyba při vytváření zařízení.",
      "already_configured": "Zařízení je již nastavené"
    }
  },
  "options": {
    "step": {
      "init": {
        "data": {
          "force_outside_sensor": "Vynutit povolení venkovního teploměru",
          "enable_daily_energy_sensor": "Povolit měření denní energie (vyžaduje restart)"
        }
      }
    }
  },
  "entity": {
    "climate": {
      "climate": {
        "state_attributes": {
          "preset_mode": {
            "state": {
              "+8/15": "+8/15°C",
              "none": "None",
              "quiet": "Quiet",
              "powerful": "Powerful"
            }
          },
          "swing_mode": {
            "state": {
              "Auto": "Auto",
              "Up": "Top",
              "UpMid": "Mid-top",
              "Mid": "Middle",
              "DownMid": "Mid-bottom",
              "Down": "Bottom",
              "Swing": "Swing"
            }
          },
          "fan_mode": {
            "state": {
              "Auto": "Auto",
              "Low": "Low",
              "LowMid": "Medium-Low",
              "Mid": "Medium",
              "HighMid": "Medium-High",
              "High": "High"
            }
          }
        }
      }
    }
  }
}

@cleveHEX
Copy link
Contributor Author

This did not fix it, I have tried already by #304 , still the same

@sockless-coding
Copy link
Owner

I switched to Czech
Under Devices:
image
On a dashboard:
image

@cleveHEX
Copy link
Contributor Author

So then it's not related to the language, what else could it be?

@sockless-coding
Copy link
Owner

Have you tried the "reload resources" feature in HA? It might just be the front end...
Also, the screenshot you provided is from a phone, are you using the app or a browser?
How does it look if you access it from the Settings Devices page?

@cleveHEX
Copy link
Contributor Author

  • I have tried reloading frontend and no change.
  • Same behavior in desktop browser and mobile app.
  • Wow, this is strange:

Screenshot_20241013-094554
Screenshot_20241013-094548

@cleveHEX
Copy link
Contributor Author

Screenshot_20241013-105154

When I select it: "Preset is not valid, valid presets are..."

Screenshot_20241013-105207

Copy link

Hi there! This issue has been marked as stale due to inactivity. If you believe this is still relevant, please let us know. Otherwise, it will be closed soon.

@github-actions github-actions bot added the stale label Dec 13, 2024
@cleveHEX
Copy link
Contributor Author

Still didn't solve

@sockless-coding
Copy link
Owner

@cleveHEX, there must be something with your setup that is not working 100%
image
Does the text show up if you switch to English?
Also you could try to remove everything in the custom_components/panasonic_cc/translations/ folder and redownload the integration from HACS

@github-actions github-actions bot removed the stale label Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants