sfeakes

Results 136 comments of sfeakes

Oh, do you mean the buttons on the control panel that’s located by the equipment, and not the RS8 keypad buttons? I don’t think there is any way to control...

It's not quite as simple as that, One touch and PDA are really archaic protocols, so it won't be one simple command or even command sequence to send. But, if...

Yes. You need a USB2RS485 converter and a raspberry pi (any model will work). But you should check the version# of the RS8 for what’s supported. if PDA only #...

Every time AqualinkD starts is will detect what's available, and configure accordingly. So if on startup it can't find Heater Setpoints, it configures them as switches so you can turn...

Well done, I'd never thought about doing that. But yes that would work, as soon as AqualinkD realizes it can change set points it will re-configure itself. (up to 5...

AqualinkD tells the web browser to use Very heavy caching, my guess is the browser is using a cached version for config.js. So delete browser cache and/or put browser into...

Dynamic content is sent over a websockets, so not your normal http connection (which is why updates are instant and not polled). And browser can’t cache websockets data. So that’s...

I'll have to think a little about how to implement this. I don't have a PDA to test with so I had no idea it gives up control. There is...

Pulled your branch, changed it some, but kept most of functionality.

I really like what you have done here, but I think it'll break the other protocols. (wait after send for command to clear). I'll pull it later in the week...