Search:

Type: Posts; User: KRO74; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    562

    For now it is only downloading "playing Now" info...

    For now it is only downloading "playing Now" info from the different zones you have as well as the zones and place them in tables (JRMC_Zones). See it as a starting point and build whatever...
  2. Thread: @Home

    by KRO74
    Replies
    4
    Views
    1,844

    A small update, I have added/updated some pages....

    A small update,
    I have added/updated some pages.

    Weather page,
    6517

    Trend of outside temperature,
    6518

    Controll of set top box (?) miracle box
  3. Thread: @Home

    by KRO74
    Replies
    4
    Views
    1,844

    Since I have the original Tellstick (USB...

    Since I have the original Tellstick (USB connected) I use the "TDTOOL.EXE" with a "File Execute" action to turn on/off ligtning.
    Not sure how to do it with the tellstick.net but I assume it will be...
  4. Replies
    7
    Views
    562

    You can always check out web interface at...

    You can always check out web interface at http://192.168.1.10:52199/LibraryServer/
    I think what I describe here require JRMC 17 or better

    I have used the stuff at...
  5. This might help you....... ...

    This might help you.......

    http://www.promixis.com/download.php?ID=917
  6. No, I am not KaspH. I control Tellstick with...

    No, I am not KaspH.
    I control Tellstick with tdtool.exe, an applicatin that comes with tellstick, with the Girder "File execute" action and parameters.
    And yes, I do manual control via Girder...
  7. One solution that I am using is a , Tellstick...

    One solution that I am using is a , Tellstick, to controll receivers from Nexa.
    You should be able to find both these at Clas Ohlsson, Teknik Magasinet etc, I think You have these in Norway...
  8. Replies
    1
    Views
    492

    I got it. Kind of obvious when you see...

    I got it.
    Kind of obvious when you see it........

    The following did the trick,

    pattern = string.char(255)..string.char(255).."(.-)"..string.char(255)..string.char(255)
    st, en, wdata =...
  9. Replies
    1
    Views
    492

    Decode USB data stream

    Hi
    I am trying to decode data from a USB connected weather station and need some support/help regarding pattern matching,
    I have tried "everything" like,

    "%x255([^%x255]*)"
    ([^%x255%x255]*)...
  10. Thansk for having a look at this. There should...

    Thansk for having a look at this.
    There should not be a space in the table name and it was.

    Was,

    data: {Data : "weatherdata, fifo_temp"},

    Should have been,

    data: {Data :...
  11. another piece of informtion that might be...

    another piece of informtion that might be important is that I do the following to publish the data to the page,


    function checkDATA(data) {
    alert(data)
    ...
  12. Hi, I have tried this myself and it partly...

    Hi,

    I have tried this myself and it partly works for me.
    I request data from two tables, "weatherdata" and "fifo_temp" and I get the following data to the client,...
  13. Thread: @Home

    by KRO74
    Replies
    4
    Views
    1,844

    @Home

    This is my first attempt on a web based remote control. I have based this on the project done by Sebastian Nilsson, see his site for a live demo http://www.vagott.nu/va/jq/
    It is based on Jquery...
  14. Thread: WebGizmo

    by KRO74
    Replies
    0
    Views
    227

    WebGizmo

    Hi

    I just tested WebGizmo from J River, seems to be working OK.
    I am not a web guru but I guess it should be possible to combine the girder web interface with WebGizmo fairly easy........
    ...
  15. Thread: NetRemote

    by KRO74
    Replies
    4
    Views
    496

    No I am not on iphone (yet, company phone...

    No I am not on iphone (yet, company phone will/must be in the near future) I do prefer android both for cell phones and "slates"(?) and we have a couple of them in the family.
    Andre could be an...
  16. Thread: NetRemote

    by KRO74
    Replies
    4
    Views
    496

    NetRemote

    Hi,

    Over a year ago there was alot of talk about a new release for NetRemote including bugfixes, some new features and maybe WinCE6 support. What has happened to this ?
    Is it a waste of time to...
  17. Replies
    590
    Views
    49,311

    Hi, I have just started to fool around with...

    Hi,

    I have just started to fool around with Andre and it looks promising.
    I have one question though,
    How can I show a girder variable ? Would be nice with an example.

    Regards
  18. Thread: Logging question

    by KRO74
    Replies
    3
    Views
    534

    You could most likely try the sqlite lua lib to...

    You could most likely try the sqlite lua lib to implement logging, see example from the manual below,


    require 'luasqlsqlite3';
    local env = luasql.sqlite3();
    local con = assert(...
  19. Replies
    43
    Views
    6,678

    Any news on this yet ??

    Any news on this yet ??
  20. Replies
    8
    Views
    1,677

    Since I am a Newbie you do not want me to provide...

    Since I am a Newbie you do not want me to provide an example, search for"Startup Script" to find additional info.
  21. Replies
    8
    Views
    1,677

    Search for UDP and you will find a thread from...

    Search for UDP and you will find a thread from Nov -08 giving an example. I have not tested the example myself in Girder but it works OK in NR
  22. Replies
    3
    Views
    510

    After a reboot it started to work.....then it...

    After a reboot it started to work.....then it stopped...then started and now it has stopped again.
    I'm not really sure what is going on here.
    Is it possible to "force" an update of an image in NR ?...
  23. Replies
    3
    Views
    510

    NetRemote.SetImage problem

    Hi,

    I am using the following code to update an "imagebutton" in NR from Girder.

    require ('NetRemote')
    NetRemote.SetImage ('NR.PicFrame', "E:\\PicFrame\\"..Pics[cPicsRun], true)
    print...
  24. Replies
    2
    Views
    539

    Thanks, works perfectly now. It's the small...

    Thanks, works perfectly now. It's the small things.......
  25. Replies
    2
    Views
    539

    NetRemote.GetVariable

    Hi,

    I'm having a problem to read a NR variable in LUA. If I look in the NR Variable Inspector I can see there is data in the variable but the LUA code returns nil, please see code below.
    I could,...
Results 1 to 25 of 27
Page 1 of 2 1 2