ebaauw / homebridge-rpi

Homebridge plugin for Raspberry Pi.
Apache License 2.0
308 stars 18 forks source link

getState script #42

Closed WeltenbummlerKA closed 4 years ago

WeltenbummlerKA commented 4 years ago

When I follow your instructions I get in Homebridge only the CPU temperature. All other values of the getState script didn't appears. Do I need a syntax to show also the load, the frequency and the voltage?

my JSON: { "name": "RPi", "hosts": [ { "host": "192.168.178.9", "name": "Homebridge" } ], "platform": "RPi" }

ebaauw commented 4 years ago

You need to use a decent HomeKit app, see https://github.com/ebaauw/homebridge-rpi#prerequisites.

WeltenbummlerKA commented 4 years ago

Thank you I see with Eve I get all informations.