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

App Not working #210

Open
kruzio1985 opened this issue Sep 19, 2024 · 3 comments
Open

App Not working #210

kruzio1985 opened this issue Sep 19, 2024 · 3 comments

Comments

@kruzio1985
Copy link

kruzio1985 commented Sep 19, 2024

Opera Zrzut ekranu_2024-09-19_193031_homeassistant local

Only that is whot HA see for my Gree AC nothink else
some years ago it was working later after many updates of HA and this aplication stop Working and nothink whot im tried works

in climate file i have :

  • platform: gree

    required settings:

    name: First AC
    host: <192.168.1.25>
    mac: '50:2C:C6:99:36:43'

    optional settings:

    port: 7000
    timeout: 10
    target_temp_step: 1
    encryption_version: 2

configuration.yaml :

Loads default set of integrations. Do not remove.

default_config:
automation:
trigger:
- platform: webhook
webhook_id: "kruzio"
allowed_methods:
- POST
- PUT
local_only: false

logger:
default: error
#logs:
#custom_components.climate.gree: info # not sure if this works in HASSIO 0.88.0+ (untested)

climate: !include climate.yaml

frontend:
javascript_version: latest
themes: !include_dir_merge_named themes
extra_module_url:
- /local/community/lovelace-card-mod/card-mod.js

external_url: "https://homeassistant. "Hidden"

Load frontend themes from the themes folder

Text to speech

tts:

  • platform: google_translate

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

binary_sensor:

powercalc:
enable_autodiscovery: true
create_utility_meters: true
utility_meter_types:
- daily
- yearly

logger:
default: warning
logs:
custom_components.powercalc: debug

template:

  • sensor: !include_dir_merge_list templates/sensors/

sensor:

  • platform: integration
    name: fuse_box_energy_kwh
    source: sensor.fuse_box_energy_meter_main_power
    unit_prefix: k
    method: left

http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24

Platform:

  • OS: Home Asistant Instaled on Mini PC
    Core
    2024.9.2
    Supervisor
    2024.09.1
    Operating System
    13.1
    Additional context
    Add any other context about the problem here.

I have AC GREE 3643 v2.06 wifi driver

it works only in gree+ app in phone or google home nest hub
now

@Machaeon
Copy link

name: First AC
host: <192.168.1.25>
mac: '50:2C:C6:99:36:43

Try
host: 192.168.1.25

@kruzio1985
Copy link
Author

nothink helped still HA so only this whot i post

@MarcoBolter
Copy link

MarcoBolter commented Sep 27, 2024

Try this:

Write mac: "50:2C:C6:99:36:43" in this way.

  • platform: gree
    name: First AC
    host: 192.168.1.25
    port: 7000
    mac: "50:2C:C6:99:36:43"
    encryption_version: 2 # < MUST BE V2
    target_temp_step: 1

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