snowdd1 / homebridge-knx

KNX platform shim for homebridge
https://github.com/nfarina/homebridge
GNU General Public License v2.0
97 stars 56 forks source link

Implementation of TemperatureSensor #96

Closed ctschach closed 5 years ago

ctschach commented 7 years ago

I'm pretty new to all this, so it might be a dumb question: I know that there is a service type called "TemperatureSensor". How do I set this up with homebridge-knx?

Any configurations samples?

ctschach commented 7 years ago

Okay, I figured it out...but...

                {
                    "ServiceType": "TemperatureSensor",
                    "ServiceName": "Temperatur",
                    "Characteristics": [
                        {
                            "Type": "CurrentTemperature",
                            "Listen": [
                                "5/1/15"
                            ],
                            "DPT": "DPT9"
                        }
                    ]
                }

But...I was hoping that I could use Elgato Eve's app to display a nice little graph of my temperature....but unforunately this does not work.

But I guess it's not an issue of homebridge-knx and more a issue of homebridge in general.

snowdd1 commented 7 years ago

Elgato uses an TLV data series for the graph from its own devices. Never played with that.

ctschach commented 7 years ago

Basierend hierauf müsste man ja eigentlich in der Lage sein, die Tempratur-History einzubauen:

https://github.com/simont77/fakegato-history

snowdd1 commented 6 years ago

Klingt cool. Habe aber gerade wenig Zeit - neuer Job...

Mr-S-D commented 6 years ago

Is there any way to see/add decimals? If the temperature outside is 23.5 it shows as 24, but if I would like it to show 23.5, could that be done? The same goes for adjusting thermostats, can steps on the set value be 23.5 instead of 23 or 24? So increase by 0.5 instead of 1 degrees?

snowdd1 commented 5 years ago

That's a question of decimals in the front end. Home app is very basic, have you tried other apps like Elgato EVE?