We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
name: ecoforest
resource: 'http://192.168.1.133:8000/ecoforest/fullstats'
method: 'GET'
scan_interval: 10
force_update: true
json_attributes:
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.
The text was updated successfully, but these errors were encountered: