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

Temperature from alternate sources #244

Closed
lprhodes opened this issue Feb 11, 2018 · 5 comments
Closed

Temperature from alternate sources #244

lprhodes opened this issue Feb 11, 2018 · 5 comments

Comments

@lprhodes
Copy link
Owner

Wrapping up what people want in terms of getting the temperature from other sources for use with the "aircon" accessory:

  • File - simply a number in a file
  • URL - either a number or a JSON payload that you specify
  • Broadlink devices including the A1
  • HomeKit accessory temperatures

The last time I checked, HomeBridge isn't architectures to allow communication between plugins. This means that this isn't possible at this time.

Ref: #164 and #242

@ashtonaut
Copy link

I use a 1-wire temperature sensor hooked up to the Raspberry Pi GPIO pins. It’s pretty easy to poll this and dump the temperature to a file, so I’d love to see this method supported.

@RealLittleSherman
Copy link

I thinks that MQTT that a multi purpose data source for this type of data

@tomky
Copy link

tomky commented Feb 23, 2018

I think either File or URL are useful enough in many cases. We may then use some shell scripts or http-webhooks as proxy.

@lprhodes
Copy link
Owner Author

Support has been added for temperatureFilePath in 3.0.5

@lprhodes
Copy link
Owner Author

My thinking is in line with @tomky's in that you should be able to achieve what you need using temperatureFilePath combined with other shell scripts.

I'll likely add support for other broadlink sources such as the A1 in the future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants