"A week or so ago I started working on a xap 1wire gateway, and with the help of Patrick Lidstone a a few others, I can now release an alpha version for you to...
I've deleted the database logger from the "Files" area of this group. An updated version, together with the latest version of xAPdb, can be found at...
You can also download the schema for the xAP 1wire gateway from www.smgsystems.co.uk, but bear in mind it's a work in progress. The schema I have published...
Hi Stuart, I have no experience in 1 wire yet but I'm going to have a play soon - I am thinking of getting one of those 1 wire weather stations which seem ...
I've got one! It'll need a bit more work to get the 1-wire gateway to work with it, because it uses a 1-wire mux to control some of the sensors. Be nice to get...
Mainly aimed at Patrick, but others welcome to chip in :-) I've been toying with the idea of adding "pages" to Patrick's xAP-Display app, so that each new...
... I've been doing something along similar lines with the Homepod software. Each page comprises a number of xAP message elements, which are cached locally -...
... Wassat then? I did use some chaps linux 1-wire weather station for a while, but it used to lose sight of the WS so often that it became more trouble than ...
Devices appear in a filesystem similar to /proc simple example of how to read all the temperatures to see all the temperatures: grep '.' 1wire/*/temperature ...
... OWFS is the one-wire file system, it basically opens up the 1wire net in a more recognisable fashion, you use normal unix tools to read them as files. It...
... There's an interesting overlap here with the very capable display queue management that Stuart's Slim Connector has. Within that he has handled multiple...
I have just uploaded the latest version of the 1wire gateway schema, along with a new version of the code that actually follows it. There are now only two...
I am running some queries on the tables created by the xapdblogger (mysql) and have come across an oddity that there is probably a really simple explanation...
... How much data is there in the table? I assume header_id & source are both indexed? 9 seconds is a hell of a long time for a query. ... The manual states...
... If you prepend "explain" to the query, it will tell you what it's doing and what indexes it's using etc. Prepend explain to both those queries & mail it to...
... Then it must be that mysql is doing something different with the quoted version. PHP for example treats " different to ', it will look through the " string...
... If they are treated differently then, it may be an issue with character coding and translation to/from unicode. (Perhaps the single quote form assumes...
... There was a primary key on header_id, thats all. ... +----------------+-------+---------------+---------+---------+--------+--------+------------+ ... rows...
... Now it's seeing SOURCE as a possible key, but it's still using "index" as it's join type. I would suggest dropping the FULLTEXT key, and just creating it...
On Wed, 12 May 2004 09:09:07 +0000, Stuart Grimshaw ... I haven't yet. Its on the enormous list that is entitled "ToDo". Mono beta 1 has been released and with...
Anybody using the xAP Message Viewer application in an environment with lots of other xAPplications running (such as UKHA2004) might find the latest v1.2.1.5...
Dear all, (I hope you don't receive two similar messages - Yahoo is either taking 12 hours + to deliver my messages, or it's eating them - so I'm typing this...
Guys, Thanks for all your input on this subject over the weekend. Please find attached a write-up of the various discussions I had. It's actually harder to...