HTML dashboards

Has anyone created a dashboard exclusively from HTML (and related curl,json,api,websocket, etc).? I'd like to integrate Hubitat into some web based apps for my home control and not sure what techniques to use for the 2way communication.

Depending on the external system you want to include HE dashboards / controls into, you may be able to display a HE dashboard inside an iFrame. For control of devices outside of the display of a HE dashboard, you may be interested in Maker API which allows for retrieving device state information and issuing commands.

The HousePanel dashboard app creates a multi-tab dashboard using exclusively HTML and related javascript calls. It also supports integrating 3rd party apps using the tile customizer, described in the documentation. Take a look at the doc at https://housepanel.net to determine if it is what you are looking for.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.