GithubHelp home page GithubHelp logo

Comments (16)

dbrouwer1979 avatar dbrouwer1979 commented on August 30, 2024 1

I am wondering how your radiator thermostats communicate with your heater, can you contact me on my google mail? dbrouwer1979

from freeathome.

jheling avatar jheling commented on August 30, 2024

Hello Daniel, This is probably one of the devices that is not supported yet. I don't have any thermostat devices so I need input from other users to get this device working.

from freeathome.

Zyro16 avatar Zyro16 commented on August 30, 2024

Okay, and how can I help? :)
What do you need?

from freeathome.

dbrouwer1979 avatar dbrouwer1979 commented on August 30, 2024

Hi Daniel, I have the wireless thermostats working. I will sent you the added line later tonight

from freeathome.

dbrouwer1979 avatar dbrouwer1979 commented on August 30, 2024

I have the following lines in pfreeathome.py (lines 931 to 933):
# thermostat
if device_id == '1004' or device_id == '9004' or device_id == '2041':
self.add_thermostat(neighbor, serialnumber, roomnames)

Device id 2041 is the wireless thermostat.

Let me know if it works for you!

from freeathome.

Zyro16 avatar Zyro16 commented on August 30, 2024

Hi dbrouwer1979,

thank you very much!
But it's not working. HA says, that the config is not valid.

Here is my config. Can you find the failure?

Bildschirmfoto 2020-05-08 um 07 13 49

Thank you,
kind regards!

Daniel

from freeathome.

dbrouwer1979 avatar dbrouwer1979 commented on August 30, 2024

I do not see an error. Do you have the wireless room thermostats or the wireless radiator thermostats?

from freeathome.

Zyro16 avatar Zyro16 commented on August 30, 2024

I have the wireless radiator thermostats.
Model: 6256/2-WL

The Thermostat is not available as an entity or something else.

from freeathome.

dbrouwer1979 avatar dbrouwer1979 commented on August 30, 2024

I gave you the device id for the room thermostats. The device id for the radiator thermostats is 2043.
But I must say, these devices are not supported (yet).
I have my radiator thermostats linked to a wireless room thermostat so therefore I don't need the radiator thermostats in HA.

from freeathome.

Zyro16 avatar Zyro16 commented on August 30, 2024

Thank you very much!
I don´t have any wireless room thermostat, so this solution will not work for me.
Hope the device will supported at the feature :)

from freeathome.

Zyro16 avatar Zyro16 commented on August 30, 2024

sorry for my late reply... you've got mail
Many thanks in advance for your efforts!

from freeathome.

Zyro16 avatar Zyro16 commented on August 30, 2024

Now I see the thermostat! Many Thanks to dbrouwer1979 for your help!!!
I added the lines here and added the device_id 2043

image

But the service is not available. I got no data from the thermostat.
@jheling Can you please try to integrate the thermostats?

from freeathome.

dbrouwer1979 avatar dbrouwer1979 commented on August 30, 2024

@jheling I have included the WL room thermostats by adding device_id == 2041 to pfreeathome.py
I noticed that these Wireless thermostats do not respond to actions in HA (turning off/on, etc, does not work)
I know you don't have any thermostats, but what would you need from my end to get these thermostats integrated in the component?

Regard,
Daniel

from freeathome.

jheling avatar jheling commented on August 30, 2024

This component will probably use other datapoints than the current thermostat. User Nadir made a FahThermostatDisp where you can see that it also uses other datapoints. You should use get-master-message.py to intercept the messages from the sysapp when you an action on the thermostat with the official FAH app.
The actions should be:

  • Turn on thermostat
  • Turn off thermostat
  • Turn eco mode on
  • set a new target temperature
    These message will probably contain a input datapoint like 'idp0011'.

The thermostat will also send out status message like the current room temperature. These contain output datapoints like 'odp0006'. The following datapoints are processed in update_thermostat:

  • Target temperatur
  • Thermostat on/off
  • Thermostat eco mode
  • Current temperature
  • Actuater state (heat on/off)

from freeathome.

jheling avatar jheling commented on August 30, 2024

@Zyro16 with the changes Tho85 made to the thermostat component I assume your wireless thermostats are now visible and working. Can I close this issue?

from freeathome.

Zyro16 avatar Zyro16 commented on August 30, 2024

Yes, thank you! Now it works perfect!!! Great job

from freeathome.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.