[Feature Request] Jeedom home automation widget #6720
Unanswered
clement-cunin
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Add a native Homepage widget for Jeedom, a popular open-source home automation platform widely used in France and Europe.
Motivation
Jeedom exposes a JSON-RPC API that allows reading device states, sensor values, messages and update availability. A native Homepage widget would surface key home automation data directly on the dashboard, without requiring any third-party plugin or custom endpoint on the Jeedom side.
Proposed fields
lightssummary::global(light key)temp_intcmd::byIdtemp_extcmd::byIdmessagesmessage::allupdatesupdate::allExample configuration
Implementation
A fully working implementation is already available and running in production:
Branch: https://github.com/Jaganin/homepage/tree/feat/jeedom-widget
It includes:
The custom proxy is required because Jeedom uses JSON-RPC over POST, and the widget needs to aggregate multiple API calls into a single response.
Ready to submit a PR once this request reaches the required threshold. Happy to address any feedback from maintainers.
About Jeedom
Beta Was this translation helpful? Give feedback.
All reactions