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

Something went wrong :-( #1

Open
euqiuq opened this issue Aug 5, 2020 · 0 comments
Open

Something went wrong :-( #1

euqiuq opened this issue Aug 5, 2020 · 0 comments

Comments

@euqiuq
Copy link

euqiuq commented Aug 5, 2020

Hi,

I hope you are doing well!

First of all thank you very much for you job and effor.

I have tried this addon for Hassio, but I am not getting the specting result, it is not working :-(

This is my configuration in the addon (I am not getting any error in the log):

debug: '0'
proxy_port: '8000'
ecoforest_host: 'https://192.168.1.133:8000'
ecoforest_user: '1234567890'
ecoforest_pass: pass

This is my configuration in Configuration.yaml

  • platform: rest
    name: ecoforest
    resource: 'http://192.168.1.133:8000/ecoforest/fullstats'
    method: 'GET'
    scan_interval: 10
    force_update: true
    json_attributes:
    • temperatura
    • consigna_potencia
    • modo_func
    • modo_operacion
    • state
    • on_off
    • consigna_temperatura
    • estado
    • error_MODO_on_off
  • platform: template
    sensors:
    ecoforest_status:
    entity_id: sensor.ecoforest
    friendly_name: "Status"
    value_template: "{{ state_attr('sensor.ecoforest', 'state') }}"
    ecoforest_temp:
    entity_id: sensor.ecoforest
    friendly_name: "Temperature"
    unit_of_measurement: "°C"
    value_template: "{{ state_attr('sensor.ecoforest', 'consigna_temperatura') }}"
    ecoforest_potencia:
    entity_id: sensor.ecoforest
    friendly_name: "Power"
    value_template: "{{ state_attr('sensor.ecoforest', 'consigna_potencia') }}"
    ecoforest_room_temp:
    entity_id: sensor.ecoforest
    friendly_name: "Room Temperature"
    unit_of_measurement: "°C"
    value_template: "{{ state_attr('sensor.ecoforest', 'temperatura') }}"

Is there any way to connect to the easynet2.ecoforest.es:15614 server instead of the local connection?

Thank you so much in advance for you help,

Enrique.

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

1 participant