HousePanel 2 Node Version

Everything is now merged to master branch. Default DB is now SQLite so installs are easier.

Hi folks - if anyone is interested in using Hubitat with ISY, the HousePanel.groovy file now supports a new ISY Node Server that I wrote to read devices into ISY, and HousePanel was updated to read and control those devices as first class citizens. If you are visiting this forum from the UD forum, all you need to support the Node Server is to install the HousePanel.groovy file. You don't need all the other files unless you also want to use the HousePanel dashboard, which i recommend since it is much better than any other ISY provided GUI.

EDIT: Numerous bug fixes have been posted and the node server is now on the production server.

Posted an update to HousePanel that includes a number of bug fixes and new features.

  • ISY integration restored including back-end support for node server
  • Photos now rotate when screen blanked out if present in "photos" folder
  • Mode determined to drive blackout behavior
  • Menu moved to upper left for a cleaner and more conventional look
  • Hot keys for menu items
  • Replaced weather with Weather.io support, must have an API key
  • Option to skip OAUTH flow using accessToken issued by the hub (must use this method for ISY back end support)
  • Many bug fixes to tile editor and new features like bottom and right padding and margins and float tiles to left or right, and more font sizes and border types
  • Reinstated option to do short and long polling for frames, etc
  • Redesigned "Link" feature so linked to tile no longer has to be on the screen
  • Tons of bug fixes and code cleanup including removal of all legacy ST stuff
  • updated editor to include custom border colors and more precise icon placement
  • Support editor placement of linked items on linked-to tiles
  • Reinstated donation-ware feature since I no longer am prevented from it
  • Added ability to change icon repeat to repeat-x, repeat-y, or both

If you haven't tried HP in awhile, now would be a great time to try it out. I am actively updating it again and have lots of ideas. It already has many more features than the built-in dashboard and others out there. The Link and Rule features are big standouts as is the ability to customize it like crazy.

1 Like

V3.084 posted with a nasty bug fixed that broke the Options page when I added back in the donation blurb. Hopefully nobody ran into this.

I also did a considerable amount of code cleanup in this version in the tile editor mostly for maintenance reasons, but it does give it a little more speed.

I'm curious to see how some of your panels look in the new app. I was a religious user of your first gen app, but lost track as you moved into the node version and I transitioned my pi to other tasks... I've been using the built in dashboards for a while now, but might have to take this out for a spin again!

Here are a few eye candy examples. A few things to point out. On the first one note the links to Lux and temperature on the analog clock. Also note the link to a Hubitat dashboard on the third tile which uses the URL link. On the second dashboard note the graphic to the patio and key drawer. Lots of custom options. On both panels note the uniform tiles and partial see-through. The third image shows the new Tile Editor with a number of new controls such as border color, new padding options, and more precise icon location settings.

There are so many other things it can do.

1 Like

Looks awesome Ken!

1 Like

Thanks @SuperDupe - it is a labor of love and practicality since I use this on 3 dashboards mounted in my home. One in the kitchen, one in my office, and one in my wife's office. I also typically launch one on my computer when I'm working from home too. The built-in Rule engine is wicked cool too, but I don't use it much. It works like a champ but Hubitat's Rule Engine is so good that I use it instead. The only exception is HousePanel's Rule Engine is the only way to trigger ISY devices from Hubitat sensors since they are different platforms, so I use it for that. At this point I'm just making super fine and nuanced updates like the ability to nudge icons around into specific locations within a tile, and a built-in weather tile based on the tomorrow.io platform. It's a shame more people don't use it because there is so much here and the flexibility is unlike anything else I've seen out there.

2 Likes

[RELEASE - New HousePanel LIST feature]

Hi good people... posting another update about HousePanel that I've been slowly chipping away at improving and adding new features. This update features a brand new feature that allows end users to use the Tile Customizer to capture historical data about any field on any tile. That data can then be assigned to any new field name (sort of like custom TEXT fields) but in this case, when that field is clicked on, it will display a table and a graph of the values seen since last reset. When you define the list variable, you will be asked what events will cause a reset. The default is "d" which means daily, but weekly, monthly, and yearly are availably. You can also pick to reset the variable when mode changes to Day, Evening, Away, or Night. Here is a sample of a variable that I use to track my water drinking - each time it changes the LIST is updated.

I'm still working on documenting this feature but it should be simple enough to figure out. The above example could have been anything. For example, you can graph the temperature of your thermostat, or the status of any light level in your home. I wrote this feature mainly to track variables but it can be used to track and plot anything.

To make this graph, you do into edit mode (press E or pick Edit from the menu), then open the Tile Customizer by clicking on the blue round circle of the tile you want to edit. It will show a screen like below.

On this screen, pick "LIST" type in the upper left, and then pick the tile you want to link on the upper right. Then pick the field to track in the list on the right. The custom field name will be "list_field" where field is the source field by default, but can be changed to anything you want that isn't an existing field name. Then click Add. After the field changes the table and plot will be automatically generated and updated in the background.

1 Like

For those remaining loyal HousePanel users, I posted a bugfix and code cleanup update tonight to GitHub in the usual location. This update adds a security layer to all POST api calls done internally in HousePanel to prevent external bad actors from making random API calls into HousePanel if they happen to have your IP and access code. Now all API calls need a special code that is only known to the server code and passed to the javascript code for use in making API calls. User API calls are still possible using this code if you extract it from the debug print. I fixed a bunch of other bugs and tweaks too. Enjoy.

Damn - had a minor but important bug. Fixed it, so if you grabbed the update, please grab it again to get to V3.2.14

2 Likes

Just sharing some recent "eye candy" of HousePanel. The feature to put images on the tabs has been there for some time but I never used it. This screen shot shows this feature off. Also shows off oval shaped tiles and user-editable tile sizes.

2 Likes

Had some time to work on docs this weekend. Check out the updated HousePanel doc website here today.

2 Likes

Some major stability updates. Removed all the old ST code and cleaned up things a lot. This update also makes the hub authorization step work more robustly.