Jump to content

Can we integrate z-wave devices with unigui ?


irigsoft

Recommended Posts

  • 2 weeks later...

Your browser can do that out of the box ? Nope ?

"No can do" !

By out-of-the-box I mean no external libs/extensions/javalet-is/serverlet mutant ninja. If you have to install something additional, is not a very practical solution. Further more it always demand a some kind of USB gadget. Is more a browser issue. If your device installs all that and enables the browser to connect, just get the JS lib and get the party started.

Link to comment
Share on other sites

I just want to create SmartHome server software to control a UZB z-wave device (connected to server) and send commands to other wireless (Z-wave) devices in range if UZB.

If the installation of the devices is managed with unigui, then with a mobile and / or desktop browser we can control all the devices connected to the UZB on the server.

The question is, can we integrate z-wave standart commands ( by components) into unigui (and has anyone already created a device management communication?)

Link to comment
Share on other sites

1 hour ago, irigsoft said:

http, Yes.

So the communication method is standart.

If your communication is related to a user session and if you need to repeat the call to this API (like every few seconds)  use a TuniTimer events. If it is a one-time call than just call within events available to your forms, standard Delphi way.

So there is no ready made components to connect to your devices but you can use THttpClient, TJSONObject etc. to build your JSON and send it over http.

 

 

 

 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...