simplextech Posted April 21, 2020 Posted April 21, 2020 8 hours ago, leffertd said: var url = "http://<UNIFI VIDEO IP>:7080/api/2.0/snapshot/camera/<CAMERA ID>?force=true&apiKey=<API KEY>"; //url to load image from // Get the Camera ID from the RTSP address in Unifi Video. "rtsp://<UNIFI VIDEO IP>:7447/<CAMERA ID>eb_1" My Id's are 22 digits of lower case and numbers. var refreshInterval = 500; //in ms This answers my question. You're pulling the snapshot and not the video feed. I was wondering how you managed to convert a RTSP feed without 3rd party interaction like Blue Iris or something but you didn't.
kewashi Posted April 23, 2020 Author Posted April 23, 2020 Well... I recently “bricked” my Polisy trying to install HP as a service. I am working on bringing it back to life. In the mean time I am running HP on a Pi4 in my home and it seems perfectly fine.
TJF1960 Posted May 17, 2020 Posted May 17, 2020 Hello kewashi@ Question, when ISY hub is done being authorized it does not seem to pull scenes and variables. Is this normal? I see all devices and programs. Thanks so much for your work on this. -Tim
kewashi Posted May 25, 2020 Author Posted May 25, 2020 Posted an update to HousePanel today that fixes a bunch of bugs and handles Logins properly. Version 2.270 Many people were having log in issues that this update should fix. It also permits different logins on the same server with different layouts so you can now have a different panel in each room running off the same HP server install. 1
kewashi Posted May 25, 2020 Author Posted May 25, 2020 On 5/17/2020 at 10:49 AM, TJF1960 said: when ISY hub is done being authorized it does not seem to pull scenes and variables. Variables are loaded into a single tile called Variables. Scenes are not yet supported. 1
Envirogreen Posted May 29, 2020 Posted May 29, 2020 Are you able to create multiple pages with this? I had irules before and had the primary page much like a control 4 layout and hoping this fills the billI’ve been looking for an irules replacement (without cloud) and really hope this is it. Sent from my iPhone using Tapatalk
kewashi Posted May 30, 2020 Author Posted May 30, 2020 (edited) On 5/29/2020 at 9:57 AM, Envirogreen said: Are you able to create multiple pages with this? Yup - any number of pages are supported. I call them tabs and they are all loaded up front for fast switching from tab to tab. i think you will like HP. See screen shot with multiple tabs on top. Edited May 30, 2020 by kewashi Add photo 1
pyrorobert Posted July 3, 2020 Posted July 3, 2020 Hello Kewashi, I'm trying to install your HP, but when I try to use your link to add the Node.js, I receive the error below. Connecting to node-arm.herokuapp.com (node-arm.herokuapp.com)|35.153.122.21|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2020-07-03 13:01:52 ERROR 404: Not Found. Thanks, Robert
kewashi Posted July 3, 2020 Author Posted July 3, 2020 1 hour ago, pyrorobert said: when I try to use your link to add the Node.js Hi Robert - I'm not sure what the quoted statement means. To install HP, clone the GitHub or download the zip files and unzip them into a folder on a Raspberry Pi or onto your Polisy Box if you have it set up to do so via ssh. The simplest way is to use git clone from a rPI or Polisy as follows: git clone https://github.com/kewashi/hpserver.git Then run "npm install" when logged into your server. Make sure you know the IP of your rPI or Polisy box - or wherever you did the install. You can also install it on a PC but I have found that it isn't convenient to leave your PC on all the time. After you do that, then go back to your main PC and run the following: http://<yourip>:3080 where <yourip> is the IP address of your server where you did the intall. HP has nothing to do with Heroku so I'm confused why you would get that error. Full installation directions can be found at the HousePanel Doc Website
kewashi Posted July 4, 2020 Author Posted July 4, 2020 (edited) HP is not a device that aligns with the node server model. You need to install it separately by cloning the GitHub repo as noted above. Edited July 4, 2020 by kewashi 1
asbril Posted July 4, 2020 Posted July 4, 2020 2 hours ago, kewashi said: HP is not a device that aligns with the node server model. You need to install it separately by cloning the GitHub repo as noted above. That's a pity. I don' t want to mess with my Polisy.
kewashi Posted July 25, 2020 Author Posted July 25, 2020 Hi folks ... I have made numerous bug fixes and started working on a node server version. This should be coming soon. 1
tazman Posted July 26, 2020 Posted July 26, 2020 Thanks for your work on this kewashi! I seem to be stuck on 2.28 but I am happy with it and I don't really know if there is any advantage to the newer versions for me. I just tried the new version today and after having over half of my nodes setup it crashed and I can't pull up the web page after restarting the Pi and house panel?? I kept my old version and I am still able to run that so it's not that big of a deal for me.
Michel Kohanim Posted July 26, 2020 Posted July 26, 2020 Thanks so very much @kewashi! With kind regards, Michel
kewashi Posted July 26, 2020 Author Posted July 26, 2020 10 hours ago, tazman said: I just tried the new version today and after having over half of my nodes setup it crashed and I can't pull up the web page after restarting the Pi and house panel?? I kept my old version and I am still able to run that so it's not that big of a deal for me. I’m glad the old version is still working for you. I didn’t change much on the ISY side so you are fine with sticking with this version. Most of the improvements are tied to SmartThings updates and Hubitat bug fixes. I would like to make it work for ISY so if you can share more about the crash I would be appreciative. I have the new Version 2.311 working with my ISY hub but I don’t have a very complex node structure. Anyway if you can share the crash dump that would help me fix any issues.
tazman Posted July 26, 2020 Posted July 26, 2020 If you let me know what to send you I ca PM you the file. It gave an error in the browser when it crashed but I did not think to capture it because I thought just restarting it would bring it back. Now it seems like the server starts but the browser shows nothing out there. Some things I noticed adding nodes is a fanlinc needed to be on while adding it or it did not have the slider for the speeds. I place the light node over the fan node on my display and the only way to do this is the item that is placed on top must be added after the other.
kewashi Posted July 26, 2020 Author Posted July 26, 2020 (edited) You can place things on top by editing them last and moving them. That set the z-index to the next largest number. you can also use the Tile Customizer to add the light to the fan tile using LINK and then style it in the editor to suit your tastes. PM me the hpserver.log file after you see a crash. Edited July 26, 2020 by kewashi Added link info
kewashi Posted July 26, 2020 Author Posted July 26, 2020 (edited) Uploaded V2.312 that attempts to fix the problem reported above by @tazman - which turned out to be a JSON.parse error while attempting to read the hm_user.cfg file. Before using this version make sure you keep a backup copy of your .cfg files just in case. This version will replace a faulty .cfg file with a default setup. EDIT - V2.313 posted that fixes a bug introduced in 2.309 Edited July 26, 2020 by kewashi
tazman Posted July 26, 2020 Posted July 26, 2020 Is there a way to "update" instead of redoing everything? I have one folder with my 2.28 then I have been doing a new folder to try the newer versions and just typing that now since there is an install script is there any chance I am messing things up having different versions even though I only run one at a time with a reboot in between. Thanks for the help and I will post back if I find anything out.
kewashi Posted July 26, 2020 Author Posted July 26, 2020 To update you just need to replace the updated files. This new version updates hpserver.js housepanel.js and utils.js then restart the server. multiple folders can exist without any problem as long as only one is run at a single time. 1
tazman Posted July 26, 2020 Posted July 26, 2020 Thanks kewashi I got the new update working and I found to update and keep all of my devices all I need to do is copy the config file you mentioned and the skin house panel folder with all my pictures I use. I have to deal with my main floor plan file because it is now cutting part of the left and top of it off which I had problems getting it the correct size before. 1
kewashi Posted July 26, 2020 Author Posted July 26, 2020 Looking really good man... thanks for being a HP trailblazer and for your assistance with the troubleshooting.
kewashi Posted July 26, 2020 Author Posted July 26, 2020 Here is my floor plan setup that I have on a separate tab in my panel. A feature I added some time ago allows the styling to be constrained to a given tab. I used this to set the titles of all the tiles here to the same look and feel and the backgrounds to transparent.
tazman Posted July 27, 2020 Posted July 27, 2020 Something that I don't like seeing are the scroll bars on the bottom and right side! Is there an easy way a non programmer could integrate this into just using the background pic maybe as a SVG file but then there would have to be a hot key button to bring up the buttons on the bottom to edit things??? Just a thought I don't want to cause you a lot of work outside of your project kewashi.
Recommended Posts