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...
Type: Posts; User: KRO74; Keyword(s):
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...
A small update,
I have added/updated some pages.
Weather page,
6517
Trend of outside temperature,
6518
Controll of set top box (?) miracle box
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...
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...
This might help you.......
http://www.promixis.com/download.php?ID=917
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...
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...
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 =...
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]*)...
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 :...
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)
...
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,...
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...
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........
...
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...
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...
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
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(...
Any news on this yet ??
Since I am a Newbie you do not want me to provide an example, search for"Startup Script" to find additional info.
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
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 ?...
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...
Thanks, works perfectly now. It's the small things.......
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,...