bitfocus / companion-module-panasonic-avhs

MIT License
2 stars 4 forks source link

HS410 Switcher connection dropout #1

Closed davidadevore closed 3 years ago

davidadevore commented 5 years ago

Using 1.2.0-85393af-1109 Describe the bug Connection to HS 410 drops for 3 seconds. Drops occur every 10-15 seconds. Network is a small netgear switch with just computer and switcher. When the connection is active, the commands work and control the switcher just fine. All commands that I have tried work great!

Desktop (please complete the following information):

haakonnessjoen commented 5 years ago

This is a known issue with panasonic 410. It does not happen with HS50 and is not documented in the spec.

Panasonic has yet to give an answer to the reason for this.

We could consider to open the connection every time we want to issue a command, like PJLINK, but that adds latency and module complexity. I might look at it some time soon.

thekdoggy commented 5 years ago

Just some side information to go along with this, using a Venetex VS-45 remote aux panel along with companion on the same network can cause the Venetex to drop out and need to be reset periodically

JeffreyDavidsz commented 5 years ago

Can we close this @haakonnessjoen ?

PTGitHubber commented 5 years ago

Has this been looked at? I have stopped using Companion with the AVHS 410 in show for this very reason, after experiencing it multiple times myself.

JeffreyDavidsz commented 5 years ago

We might put a stay alive command in, if nothing happens for 5 seconds send something. Or does it also happens during switching?

JeffreyDavidsz commented 5 years ago

mmmm looks like @haakonnessjoen allready put some check in for that; if (self.config.model == 'HS410') { self.udptimer = setInterval(function () { self.sendUDPCommand('SPAT:0:00'); }, 500); }

PTGitHubber commented 5 years ago

Ah. I'll test this on Monday, then. I'll be around an AVHS410, and postmy findings here.

haakonnessjoen commented 5 years ago

Hah, can’t even remember doing that. And I see I forgot to clear the timer in destroy too :/

PTGitHubber commented 5 years ago

I tested on the latest bleeding edge build just now, and the dropout is still happening. It's only if the connection is idle for approximately 8 seconds, and if you try to send a command while the connection is resetting, nothing happens.

Running Windows 10 Companion v2.0.0 (54767cc)

stmoss commented 4 years ago

Following up here, I am having the same problem...

McHauge commented 3 years ago

Got a unit with the same thing happening in 2020 too.

thedmo commented 3 years ago

I noticed this to happen on a Browser too. When using the Commands with OSC everything seemed to work nicely though.

stmoss commented 3 years ago

OSC?

thedmo commented 3 years ago

Last time i controled Companion with OSC Commands out of QLab, i could control the switcher in these moments, when in a my browser there was no Connection. I used it with Safari.

McHauge commented 3 years ago

@haakonnessjoen, @stmoss, @thedmo, I think I found the bug, it seems to work now without disconnecting in my dev builds :)

McHauge commented 3 years ago

I'll post a fix within a week or so.

McHauge commented 3 years ago

This should be fixed in the next version of the module (V1.0.2), I'll close this for now, please feel free to open it up again if need be.

stmoss commented 3 years ago

Thanks!

Steve Moss Director, Technical Services

FMP | 3600 Horizon Drive, Suite 180<x-apple-data-detectors://3> |<x-apple-data-detectors://3>King<x-apple-data-detectors://3> of Prussia, PA 19406<x-apple-data-detectors://4/0> Direct: 484-362-0818 | Mobile: 484-614-4670 | Fax:610-825-4430 | Main: 610-825-4000 @.**@.> || www.fmpmedia.comhttp://www.fmpmedia.com/

FMP is an award winning provider of integrated corporate communications solutions including video, webcasting, event production and translation & narration services. This email and any files transmitted with it are confidential, and may also be legally privileged. If you are not the intended recipient, you may not review, use, copy, or distribute this message.

On May 5, 2021, at 5:43 PM, Andreas Thomsen @.***> wrote:



This should be fixed in the next version of the module (V1.0.2), I'll close this for now, please feel free to open it up again if need be.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/bitfocus/companion-module-panasonic-avhs/issues/1#issuecomment-833029039, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANZALZSKPPZIYRPPMI4R7ETTMG3XPANCNFSM4GREYTOA.

McHauge commented 3 years ago

This is now in the beta builds, and you can get it from the website :)

DiViPro01 commented 3 years ago

Hi,

I have been testing this, but in all the versions build for avhs, companion doesnt even connect to the hs410

McHauge commented 3 years ago

@DiViPro01 Hi, keep in mind that this now requires you to have two plugins installed on the HS410, vs only one before. take a look at the Help.md file for info on the specific plugins, which can be found inside companion via the "?" symbol

DiViPro01 commented 3 years ago

thanks for the answer! I will try it out as soon as I can