sfeakes / AqualinkD

Daemon to control Jandy Aqualink RS pool equipment from any home automation hub (Alexa, Homekit & Siri, Home Assistant, smartthings, domoticz etc) or web browser.
Other
169 stars 47 forks source link

I'm getting a Stack: e6 message in the web interface #29

Closed brianmccarty closed 5 years ago

brianmccarty commented 5 years ago

Do i need to do anything for this messgae?

image

sfeakes commented 5 years ago

That message has come from the control panel, I’m not sure what it means. Do you get it all the time, or only once you’ve done something?

Just a thought, I do reformat messages to look nicer, so maybe there is a character on the original received message that’s making my code put out some garbage. If you use the simulator interface no reformatting is done, so maybe try the simulator and see if you get that message.

brianmccarty commented 5 years ago

Thanks for the quick reply. I'm on an AquaLink 8157 Rev K. Attached is the scroll of the simulator page. The Stack: E6 is still there, perhaps it's placement will give you an idea of where I can look further.

here is a video clip. https://youtu.be/x5OCUuJT3Fs

sfeakes commented 5 years ago

That’s definitely a message from the control panel to the keypad. If you have an RS allbutton keypad I’m sure you’d see the same message. But it’s not a message I’ve ever seen created from the control panel before, what other equipment do you have connected?, I’m wondering if it’s from an accessory.

But nothing to worry about, just like to know why / what’s causing it.

brianmccarty commented 5 years ago

Yeah me too. This evening I'll take a look at things. I'm curious what the OneTouch is displaying on that line where the Stack message appears as it cycles through it's messages.

On Tue, Nov 20, 2018 at 10:51 AM sfeakes notifications@github.com wrote:

That’s definitely a message from the control panel to the keypad. If you have an RS allbutton keypad I’m sure you’d see the same message. But it’s not a message I’ve ever seen created from the control panel before, what other equipment do you have connected?, I’m wondering if it’s from an accessory.

But nothing to worry about, just like to know why / what’s causing it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sfeakes/AqualinkD/issues/29#issuecomment-440389086, or mute the thread https://github.com/notifications/unsubscribe-auth/AFt-hOkzLf-rHTKQGAHXvDV8F5wENHL7ks5uxE9KgaJpZM4YqZI7 .

brianmccarty commented 5 years ago

Well I'm still trying to work through stability. I've found the Stack: E6 in the aqualinkd.log file. I added a pastebin for that capture

https://pastebin.com/X9tWECpL

I also ran the serial logger via the command sudo ./release/serial_logger /dev/ttyUSB0 and got the following output. Not sure if the first part is expected, or I in fact have some connection issues. But it does eventually give me a list of IDs

https://pastebin.com/6N7atQRB

Any feedback would be greately appreciated

On Tue, Nov 20, 2018 at 11:04 AM Brian McCarty bkmccarty@gmail.com wrote:

Yeah me too. This evening I'll take a look at things. I'm curious what the OneTouch is displaying on that line where the Stack message appears as it cycles through it's messages.

On Tue, Nov 20, 2018 at 10:51 AM sfeakes notifications@github.com wrote:

That’s definitely a message from the control panel to the keypad. If you have an RS allbutton keypad I’m sure you’d see the same message. But it’s not a message I’ve ever seen created from the control panel before, what other equipment do you have connected?, I’m wondering if it’s from an accessory.

But nothing to worry about, just like to know why / what’s causing it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sfeakes/AqualinkD/issues/29#issuecomment-440389086, or mute the thread https://github.com/notifications/unsubscribe-auth/AFt-hOkzLf-rHTKQGAHXvDV8F5wENHL7ks5uxE9KgaJpZM4YqZI7 .

sfeakes commented 5 years ago

It looks like when you ran the serial logger, you also had aqualinkd running, so there was a lot of conflicts happening on the RS Buss. So I can't make much from that.

On the second, can you turn on debug logging in the aqualinkd configuration, then re-start aqualinkd, and post the log. That way I may get a better idea or what's happening.

brianmccarty commented 5 years ago

I'm in the process of wiring the pi up to the Aqualink RS directly with a couple feet of cable and disconnecting the OneTouch panel (which has a bad display anyway). My hope is to eliminate the errors of any possible cabling faults, and will recheck the address of the devices. Once I get this setup I'll capture logs and post them

On Tue, Nov 27, 2018 at 10:07 AM sfeakes notifications@github.com wrote:

It looks like when you ran the serial logger, you also had aqualinkd running, so there was a lot of conflicts happening on the RS Buss. So I can't make much from that.

On the second, can you turn on debug logging in the aqualinkd configuration, then re-start aqualinkd, and post the log. That way I may get a better idea or what's happening.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sfeakes/AqualinkD/issues/29#issuecomment-442159441, or mute the thread https://github.com/notifications/unsubscribe-auth/AFt-hN5zRzFrz2RehFEi-FIylTMUCc0Gks5uzX9-gaJpZM4YqZI7 .

sfeakes commented 5 years ago

Just a kind-a shot in the dark. It looks like you might have a pool heater connected to your RS Bus. Going over LX heater error codes. There is one, "E06 message replaced flue stack sensor" in the Pentair listings. Probably common on many other brand LX heaters as well. Have you looked for any error codes on your heaters LCD panel recently?

brianmccarty commented 5 years ago

I do have a heater connected and I have not checked the panel for any error codes, but I will check that out, thank you.

On Tue, Nov 27, 2018 at 10:22 AM sfeakes notifications@github.com wrote:

Just a kind-a shot in the dark. It looks like you might have a pool heater connected to your RS Buss. Going over LX heater error codes. There is one, "E06 message replaced flue stack sensor" in the Pentair listings. Probably common on many other brand LX heaters as well. Have you looked for any error codes on your heaters LCD panel recently?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sfeakes/AqualinkD/issues/29#issuecomment-442164051, or mute the thread https://github.com/notifications/unsubscribe-auth/AFt-hJPkBgEtV0DhFxAA3dHpZULqyOY_ks5uzYLugaJpZM4YqZI7 .