Search found 992 matches

by Richard Naninck
Fri Mar 01, 2024 12:17 pm
Forum: General
Topic: Apparently Insteon is no more
Replies: 6
Views: 38401

Re: Apparently Insteon is no more

I just looked into an Aqara FP2 presence sensor and came around Matter as well. Aqara works with its own bridge or Homey or any other zwave bridge. For me integration with HouseBot has become easy since HouseBot interfaces with Node-Red and MQTT. There are so many options now and most of them use MQ...
by Richard Naninck
Sat Oct 02, 2021 6:20 pm
Forum: Feature Requests
Topic: MQTT support
Replies: 11
Views: 59674

Re: MQTT support

Yes, this new version works fine. The data picks up automatically after I cycled my broker. With this I can add some more Air Quality sensors that make use of MQTT.
Another way would have been using Node-Red MQTT and push that data into HouseBot but I like it better when it is native;)

Thnx!
by Richard Naninck
Fri Oct 01, 2021 9:56 am
Forum: Feature Requests
Topic: MQTT support
Replies: 11
Views: 59674

Re: MQTT support

Scott, I setup an MQTT broker in a docker on my QNAP NAS. Thereafter I setup HouseBot (HW Device and a Device to subscribe to a sensor using mqtt. All works fine however when I stop the docker and restart it again, the data doesn't pickup in HouseBot until I disable and enable the HW Device. Could i...
by Richard Naninck
Sun Sep 08, 2019 5:16 am
Forum: VB Scripts
Topic: trigger IFTTT maker webhook from HB vbscipt
Replies: 5
Views: 29639

Re: trigger IFTTT maker webhook from HB vbscipt

I just created the code below and tested it. It gives me "Congratualations! You...." However after comparing my code with yours, there seems to be no difference and your code is supposed to work. If it doesn't, it is not the code that is wrong, but some other setting. Just try different XM...
by Richard Naninck
Sun Sep 08, 2019 4:25 am
Forum: VB Scripts
Topic: trigger IFTTT maker webhook from HB vbscipt
Replies: 5
Views: 29639

Re: trigger IFTTT maker webhook from HB vbscipt

Ah, that makes sense now. Never tried that but I will give it some thought and report back if I find something
by Richard Naninck
Sat Sep 07, 2019 6:32 pm
Forum: VB Scripts
Topic: trigger IFTTT maker webhook from HB vbscipt
Replies: 5
Views: 29639

Re: trigger IFTTT maker webhook from HB vbscipt

Not sure what you are trying to do however IFTTT Webhooks work just fine for me. https://my.housebot.com/xc/SPV?D=Your%20Device&P=Your%20DeviceProperty&V=Your%20Value%53{{TextField}}&C=your my.housebot key This IFTTT Webhook gets triggered by Google Home if I ask Google where a certain p...
by Richard Naninck
Wed Jul 24, 2019 3:54 pm
Forum: General
Topic: Voice setup - Google Assistant
Replies: 6
Views: 27837

Re: Voice setup - Google Assistant

You did nothing wrong. That's googles part not fully functional but the voice commands should work fine
by Richard Naninck
Wed Jul 24, 2019 10:25 am
Forum: General
Topic: Voice setup - Google Assistant
Replies: 6
Views: 27837

Re: Voice setup - Google Assistant

OK, I must still be running a HB beta and Scott didn't release the latest version yet.
by Richard Naninck
Wed Jul 24, 2019 7:41 am
Forum: General
Topic: Voice setup - Google Assistant
Replies: 6
Views: 27837

Re: Voice setup - Google Assistant

Hi, Do you run the latest version of HB? Mine is 3.52.03 and it has the Blinds function. Create a NULL Device with a name of your choice. Attach two properties to the device 1) Blind State, 2) Percentage. The Blind State should be Alphanumeric and should contain two discrete Values: Closed and Opene...
by Richard Naninck
Sun Apr 07, 2019 3:13 pm
Forum: Bug Reports
Topic: Run Time Error
Replies: 1
Views: 11218

Re: Run Time Error

Really not sure about Windows XP anymore, but 3.52 should be running fine however some dbase conversions have gone wrong in my own setup as well. The image you posted doesn't show. Please repost as that error may point in the right direction. Also not sure about HB.mdb pointing to the default one. M...
by Richard Naninck
Wed Nov 07, 2018 12:18 pm
Forum: General
Topic: If you had to start over...
Replies: 5
Views: 21670

Re: If you had to start over...

Security cams are one of the reasons why I use a VGA matrix. My NVR has a VGA output which is input to the 8x8 matrix. All my touchscreens and tv's are connected to the matrix and the matrix is controlled by housebot. So if somebody presses the doorbell, I can switch my TV source to VGA and display ...
by Richard Naninck
Fri Nov 02, 2018 12:02 pm
Forum: General
Topic: If you had to start over...
Replies: 5
Views: 21670

Re: If you had to start over...

1. What would your general approach be in terms of protocols and hierarchy? HouseBot + ZWave 2. What functional devices would you retain? Which would you consider essential? (security devices, HVAC, lighting, information services, etc) Camera system, Doorbell, HVAC, Alarm, Lighting, Curtains, Locks,...
by Richard Naninck
Sat Oct 13, 2018 11:22 am
Forum: General
Topic: Sending Binary data using the IP Socket Device
Replies: 10
Views: 33963

Re: Sending Binary data using the IP Socket Device

As long as it can handle eventlisteners and is multithreading. Both at which vbscript is very limited. Sometimes I have to write external scripts because HouseBot cannot the On event. I use node.js to catch events from my Nest smokedetectors because vbscript and therefore HouseBot can't handle it in...
by Richard Naninck
Thu Oct 11, 2018 9:42 am
Forum: General
Topic: Sending Binary data using the IP Socket Device
Replies: 10
Views: 33963

Re: Sending Binary data using the IP Socket Device

I already call HB through node.js in my Apple Homekit setup. So I would like node.js like vbscript without sacrificeing vbscript btw.
by Richard Naninck
Wed Oct 10, 2018 3:56 pm
Forum: General
Topic: Sending Binary data using the IP Socket Device
Replies: 10
Views: 33963

Re: Sending Binary data using the IP Socket Device

Having node.js in HB would be a great add on. Can't wait :D