Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
EventGhost alternatives to getting driver/field *TO* SmartPhone?
#31
Here's a sample message from CQC to my cell.

Message from CQC: "BenCell&&CQC Say=:=This is a test" (without quotes) Sends to BenCell Tells Tasker to Say (speak) "This is a test"
Reply
#32
my turn to run out for the evening, but i'm trying to figure out how to setup EG to relay that message to the AutoRemote "message" field.
------------------------------------
Some of my devices: Sonos, Aeotec zWave, Nest, Rain8Net, Various H/T
What's next: CQC-Voice, Brultech GEM
My vlogs: https://www.youtube.com/c/IVBsHomeAutomation
Reply
#33
Already out, Stone IPA, Wife driving... No more HA for me tonight Confusedhock: More tomorrow...
Reply
#34
You know for simple status info and such, you can create web pages super-trivially, by just embedding field references in HTML. So:
Code:
<html>
<body>
Temp is: $(MyThermo.CurrentTemp)
</body>
</html>

and that sort of thing. That makes it pretty easy to set up simple, static status pages in the web server. If you have a registered certificate, then it's also easy to make it secure to get to. Put it in the secure area so than a CQC login is required, and the web server will require simple digest authentication. Since you are always secure at that point via the certificate, it becomes plenty secure with minimal effort.
Dean Roddey
Explorans limites defectum
Reply
#35
Dean Roddey Wrote:You know for simple status info and such, you can create web pages super-trivially, by just embedding field references in HTML. So:
Code:
<html>
<body>
Temp is: $(MyThermo.CurrentTemp)
</body>
</html>

and that sort of thing. That makes it pretty easy to set up simple, static status pages in the web server. If you have a registered certificate, then it's also easy to make it secure to get to. Put it in the secure area so than a CQC login is required, and the web server will require simple digest authentication. Since you are always secure at that point via the certificate, it becomes plenty secure with minimal effort.

one way doesn't help, i need the ability to control things from an android device.
------------------------------------
Some of my devices: Sonos, Aeotec zWave, Nest, Rain8Net, Various H/T
What's next: CQC-Voice, Brultech GEM
My vlogs: https://www.youtube.com/c/IVBsHomeAutomation
Reply
#36
batwater Wrote:Already out, Stone IPA, Wife driving... No more HA for me tonight Confusedhock: More tomorrow...

3 strong margaritas. Oy...
------------------------------------
Some of my devices: Sonos, Aeotec zWave, Nest, Rain8Net, Various H/T
What's next: CQC-Voice, Brultech GEM
My vlogs: https://www.youtube.com/c/IVBsHomeAutomation
Reply
#37
IVB Wrote:one way doesn't help, i need the ability to control things from an android device.

That's fairly easy as well, though you have to provide a simple CML-Bin handler on the web server side. Just use a standard HTML design tool. The buttons would just be forms that send out the appropriate URL with the appropriate parameters to do whatever your want it to do.
Dean Roddey
Explorans limites defectum
Reply
#38
I don't know CML, no desire to learn. Even HTML is more work than I want to do.
------------------------------------
Some of my devices: Sonos, Aeotec zWave, Nest, Rain8Net, Various H/T
What's next: CQC-Voice, Brultech GEM
My vlogs: https://www.youtube.com/c/IVBsHomeAutomation
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Error writing value to field Spot 6 1,538 05-28-2021, 03:22 PM
Last Post: Spot
  RFXcom driver or Tellstick driver kernal69 8 4,172 01-25-2020, 03:06 PM
Last Post: simplextech
  Dune driver wait for config error ellisr63 44 15,115 11-28-2019, 06:35 PM
Last Post: ellisr63
  TTS II Driver requirements znelbok 1 1,393 05-20-2019, 09:34 PM
Last Post: Dean Roddey
  Timed Field Change in Lutron HW8 avtexan 11 6,303 08-06-2018, 11:17 AM
Last Post: Dean Roddey
  CQC to PowerView Hub via Serial Driver Deane Johnson 18 9,541 05-14-2018, 01:11 PM
Last Post: Deane Johnson
  HAI Driver Issue avtexan 6 4,554 04-06-2018, 02:06 PM
Last Post: Dean Roddey
  Monoprice 8x8 HDMI matrix Driver NightLight 13 10,876 09-04-2017, 09:45 AM
Last Post: Dean Roddey
  ELK V2 Driver - AreaArm field & Triggers? sic0048 4 4,331 08-19-2017, 04:46 PM
Last Post: Dean Roddey
  UPB Driver Issue tcmcgec 6 6,179 01-27-2017, 07:18 PM
Last Post: Dean Roddey

Forum Jump:


Users browsing this thread: 1 Guest(s)