Giter VIP home page Giter VIP logo

Comments (13)

dh1tw avatar dh1tw commented on July 30, 2024 1

Thanks @Void-Seeker,
indeed there are some breaking changes in the syntax between caddy v1 and caddy v2. I just updated the tutorial to the caddy v2 syntax.

from remoterotator.

dh1tw avatar dh1tw commented on July 30, 2024 1

fixed with ed4fbc7. Will be included in the next release.

from remoterotator.

dh1tw avatar dh1tw commented on July 30, 2024 1

Indeed - That's a regression bug. I will fix it.

from remoterotator.

dh1tw avatar dh1tw commented on July 30, 2024

Hi @Void-Seeker,
can you provide your complete config file?

At least on the remoteRotator playground elevation-min and elevation-max work as expected (check the UHF rotator). Here is the config file of that (dummy) rotator.

from remoterotator.

Void-Seeker avatar Void-Seeker commented on July 30, 2024

Here it is, with proof screenshot. Current antenna elevation is beyond green zone. I've just commanded it to go there through remoteRotator.
vhf.toml.txt

image

from remoterotator.

dh1tw avatar dh1tw commented on July 30, 2024

ok - thanks. That helps. Just to make sure - which version of remoteRotator are you using? Please send us the output of remoteRotator version. Which browser and version are you using?
How did you actually command the elevation to go about elevation-max? By clicking on the Web Interface, manually moving the rotator or maybe the telnet interface?

from remoterotator.

Void-Seeker avatar Void-Seeker commented on July 30, 2024

Server:

uname -a
Linux <redacted> 5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) x86_64 GNU/Linux
remoteRotator version
copyright Tobias Wellnitz, DH1TW, 2020
remoteRotator Version: v0.6.2, linux/amd64, BuildDate: 2021-12-17T09:23:52+02:00, Commit: bcb3d46

Client:

uname -a
Linux <redacted> 5.4.0-91-generic #102-Ubuntu SMP Fri Nov 5 16:31:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
firefox --version
Mozilla Firefox 95.0

Also tried that on Windows 10, also with recent firefox.

I've commanded the rotator through the browser. Also tried to wipe browser cache.

I can provide a link for the working setup, but be careful as they are real antennas, and too high elevation puts too much stress to the cables (the reason why I want to restrict it). In fact, that cable is actually already broken, we will repair it when possible, but that may take a while.

from remoterotator.

ea4tx avatar ea4tx commented on July 30, 2024

What is the interface to control the rotator you use?
In my opinion, it is your interface control software that should limit elevation to the 90º you want to use. I do not see logic that the interface reports that it is at 106º and the remoteRotator changes it to 90 because you have defined the "elevation-max = 90"

73s Pablo EA4TX

from remoterotator.

Void-Seeker avatar Void-Seeker commented on July 30, 2024

What is the interface to control the rotator you use? In my opinion, it is your interface control software that should limit elevation to the 90º you want to use. I do not see logic that the interface reports that it is at 106º and the remoteRotator changes it to 90 because you have defined the "elevation-max = 90"

73s Pablo EA4TX

I'm not talking about what sensor reports, I'm talking about remoteRotator delivering out-of-operational-range command to the interface. That should not happen. But I agree it also should be limited in hardware.

I believe UHF rotator hardware is one of yours design. It wasn't me who configured it tho. I'm more of just a system administrator there.

from remoterotator.

dh1tw avatar dh1tw commented on July 30, 2024

Thanks for the additional information. This seems to be a browser-related issue. With Chrome the Web UI works as expected, while Firefox lets us indeed select values above elevation-max and below elevation-min.

I will fix it with the next release.

I also agree with Pablo. You should never rely on remoteRotator for enforcing limits. This should always be done either in the Rotator controller or a mechanical way.

Do yourself a favor and remove the link to your instance of remoteRotator. You should never expose a remoteRotator instance unprotected to the public Internet. In the WIki you can find an article on how to properly expose remoteRotator to the internet in a secure way.

from remoterotator.

Void-Seeker avatar Void-Seeker commented on July 30, 2024

Thanks for the additional information. This seems to be a browser-related issue. With Chrome the Web UI works as expected, while Firefox lets us indeed select values above elevation-max and below elevation-min.

I will fix it with the next release.

I also agree with Pablo. You should never rely on remoteRotator for enforcing limits. This should always be done either in the Rotator controller or a mechanical way.

Do yourself a favor and remove the link to your instance of remoteRotator. You should never expose a remoteRotator instance unprotected to the public Internet. In the WIki you can find an article on how to properly expose remoteRotator to the internet in a secure way.

Thank you for security reminder, but I'm aware about password protection and all that Caddy stuff. It is left unprotected for a reason, as it is a part of public WEBSDR server and is intended to be accessed by anyone, at least for now.

from remoterotator.

Void-Seeker avatar Void-Seeker commented on July 30, 2024

Thanks for the additional information. This seems to be a browser-related issue. With Chrome the Web UI works as expected, while Firefox lets us indeed select values above elevation-max and below elevation-min.

I will fix it with the next release.

I also agree with Pablo. You should never rely on remoteRotator for enforcing limits. This should always be done either in the Rotator controller or a mechanical way.

Do yourself a favor and remove the link to your instance of remoteRotator. You should never expose a remoteRotator instance unprotected to the public Internet. In the WIki you can find an article on how to properly expose remoteRotator to the internet in a secure way.

By the way, that tutorial is not working for Caddy v2.

from remoterotator.

Void-Seeker avatar Void-Seeker commented on July 30, 2024

@dh1tw I've built and installed commit ed4fbc7 on our server today, and users started to note that it no longer responds to the clicks(and taps), only to drag. Is this intended behavior, or bug?

from remoterotator.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.