Search found 76 matches
- Thu Feb 18, 2021 3:36 am
- Forum: Feature Requests
- Topic: Housebot Rendering Mapbox & Video feeds
- Replies: 2
- Views: 35878
Re: Housebot Rendering Mapbox & Video feeds
Thanks Scott, I've done a couple of things using dynamic images and will see how far I can take them, given other peoples success. I think I could do quite a bit with a browser window, and would be interested to follow or pilot any development. Agreed it would need a few properties, including those ...
- Sun Feb 14, 2021 2:26 pm
- Forum: Feature Requests
- Topic: Housebot Rendering Mapbox & Video feeds
- Replies: 2
- Views: 35878
Housebot Rendering Mapbox & Video feeds
Hi Scott, Hoping you're well. I haven't logged on to the Housebot website for a while, and I see you've been busy! I'm looking forward to see what can be done with the new Kodi update and Node-Red integration (looks really interesting). Beleiving everything to be possible, I'm interested to know if ...
- Tue Feb 25, 2020 1:10 pm
- Forum: General
- Topic: JScript as a new(ish) feature exploration
- Replies: 2
- Views: 32633
Re: JScript as a new(ish) feature exploration
Thanks Scott,
Always good to have the facts...
First item on my list is an RSS news feed that also extracts images to display alongside the article.
Always good to have the facts...
First item on my list is an RSS news feed that also extracts images to display alongside the article.
- Mon Feb 24, 2020 12:06 pm
- Forum: General
- Topic: JScript as a new(ish) feature exploration
- Replies: 2
- Views: 32633
JScript as a new(ish) feature exploration
"JScript as a language option for the Script Device and all HouseBot scripting" Hi Scott, before I start exploring JScript in Housebot, I would be interested in learning what you had in mind when you released this? Does it offer new functionality or is it "just" an option alongs...
- Tue Nov 13, 2018 7:39 am
- Forum: General
- Topic: If you had to start over...
- Replies: 5
- Views: 58687
Re: If you had to start over...
Hi Richard, Your explanation was complex, but useful. Thanks for sharing. Multiple security cameras, and the incorporation of video streams (in general and not directed at Housebot) does appear to be a challenge and I can see the attractions of keeping with something that works reliably. I will star...
- Tue Nov 06, 2018 7:30 am
- Forum: General
- Topic: If you had to start over...
- Replies: 5
- Views: 58687
Re: If you had to start over...
Richard, one more question: How do you display security camera video on your touchscreens? So far, I haven't seen a way to display a video stream directly within a Housebot panel using say DirectShow.
- Tue Nov 06, 2018 4:25 am
- Forum: General
- Topic: If you had to start over...
- Replies: 5
- Views: 58687
Re: If you had to start over...
Thanks Richard for sharing your experience and advice. I had been considering using the latest generic wifi based HA devices that have come onto the market, having dismissed ZWave as an expensive, out-dated, and proprietary standard (more of a gut-feel than knowledge based perception). Since reading...
- Thu Nov 01, 2018 5:50 am
- Forum: General
- Topic: If you had to start over...
- Replies: 5
- Views: 58687
If you had to start over...
Dear HB experts, I've been using Housebot in my campervan for the last 7 years, and now it's time to build a second server for the home. I'm quite excited about this as I shall be basing my solution on something I'm familiar with (HB), and feel "now is the time" with regards the availabili...
- Thu Sep 27, 2018 11:37 am
- Forum: General
- Topic: UI scrolling menu - any tips?
- Replies: 2
- Views: 39079
Re: UI scrolling menu - any tips?
Thanks Richard, It looks like some further work on alpha lists is required, and I'll look at this at the weekend. Essentially, I'm trying to create a "10-foot interface", where we can 1) view the status of all things automated, but 2) also control them using a simple (think 6-button) remot...
- Sat Sep 01, 2018 7:21 am
- Forum: General
- Topic: UI scrolling menu - any tips?
- Replies: 2
- Views: 39079
UI scrolling menu - any tips?
Dear All, I'm trying to find a way to create a scrollable menu / options list on a panel. Menu/Options list essentially a list or sub-group of buttons calling tasks Controlled by an IR remote / Cursor Keys / External Command (HTTP would be ideal for my requirement). Commands: Up / Down /Select / Exi...
- Wed Sep 13, 2017 3:30 pm
- Forum: General
- Topic: Pissed as h*ll
- Replies: 5
- Views: 45078
Re: Pissed as h*ll
Like the rest of the documentation of this software it is nonexistent! I'm not in any mood for conflict, and I'm nothing more than a fee paying customer myself, but I would question the usefulness of writing a post like yours - in the style chosen. Your contribution to this community for example, s...
- Tue Sep 13, 2016 11:35 am
- Forum: General
- Topic: Problem with USB Serial port.. Not a HB issue, but is.
- Replies: 12
- Views: 29322
Re: Problem with USB Serial port.. Not a HB issue, but is.
Assigning another serial port is difficult. Housebot's list of ports in the hardware serial port interface setup is different than that of what Windows sees as available ports. Steve, not sure if you already do this, but I had similar issues for Housebot serial connections that connect to "vir...
- Tue Sep 13, 2016 5:18 am
- Forum: General
- Topic: Problem with USB Serial port.. Not a HB issue, but is.
- Replies: 12
- Views: 29322
Re: Problem with USB Serial port.. Not a HB issue, but is.
Not sure if this helps, but I had issues with Arduino boards and serial connection with Girder 6. I lost the serial connection but could fix by reboots or a little reset routine using putty. The problem was dependent on the type of Arduino. Standard Uno type were OK, but hit the issues with the newe...
- Mon Jul 11, 2016 3:34 pm
- Forum: Plugin Development
- Topic: Get GPS & Navigation Info from Mapfactor Navigator 14 TCP - how difficult?
- Replies: 21
- Views: 111519
Re: Get GPS & Navigation Info from Mapfactor Navigator 14 TCP - how difficult?
Working! ' Get the full string Property Value. This will be formatted something like : LastPosition = GetPropertyValue("IP Socket Mapfactor Position.Received Data") ' Let VB break out the received components into its own format arrData = Split(LastPosition, ",") intLat = arrData(...
- Mon Jul 11, 2016 10:20 am
- Forum: Plugin Development
- Topic: Get GPS & Navigation Info from Mapfactor Navigator 14 TCP - how difficult?
- Replies: 21
- Views: 111519
Re: Get GPS & Navigation Info from Mapfactor Navigator 14 TCP - how difficult?
Thinking this may not need to be a plugin, "just" a script. I'm using the new IP Socket Device Scott attached earlier in this thread - now working well with the right terminators. I've set up a sleep timer to drive a repeating task to send the command $last_position. I get back 5 values se...