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

Question: Temperature is updated on start-up only #202

Open
tosate opened this issue Oct 1, 2022 · 0 comments
Open

Question: Temperature is updated on start-up only #202

tosate opened this issue Oct 1, 2022 · 0 comments

Comments

@tosate
Copy link

tosate commented Oct 1, 2022

Hi there,

I have an outside temperature sensor which is part of my heating system. This is no KNX device. The data of the heating system is available on my Home Assistant instance and it is exposed by Home Assistant to the KNX bus. In the group monitor of ETS5 I can see that the value is actually published to the KNX bus. I have also registered the the outside temperature sensor on my KNX thermostats. If I do a group value request in ETS5, the outside temperature is published to the KNX bus by Home Assistant and all of my thermostats.

When I start homebridge, the temperature value is fetched from the KNX bus. However, it never gets updated afterwards. So the KNXReadRequest seems to work, but not the Listen. Here is my configuration:

{
    "DeviceName": "Außentemperatursensor",
    "Services": [
        {
            "ServiceType": "TemperatureSensor",
            "ServiceName": "Außentemperatur",
            "Characteristics": [
                {
                    "Type": "CurrentTemperature",
                    "Listen": [
                        "3/1/12"
                    ],
                    "DPT": "DPT9"
                }
            ],
            "KNXReadRequests": [
                "3/1/12"
            ]
        }
    ]
}

I am using the same configuration for my real KNX temperature sensors and they work fine. Do you have any idea what could be the problem?

Kind regards,
Thomas

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