Tobias Wellnitz
Tobias Wellnitz
Hi @Void-Seeker, can you provide your complete config file? At least on the [remoteRotator playground](https://demo.rotator.shackbus.org/) `elevation-min` and `elevation-max` work as expected (check the **UHF** rotator). Here is the [config file](https://github.com/dh1tw/remoteRotator-playground/blob/master/rotator-demo1/config/uhf.toml)...
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...
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...
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.
fixed with ed4fbc7. Will be included in the next release.
Indeed - That's a regression bug. I will fix it.
Hi, yes - you are right. It shouldn't be too complicated to include Hamlib support in remoteRotator. In principle, a new Rotator has to implement the [rotator.Rotator interface](https://github.com/dh1tw/remoteRotator/blob/master/rotator/rotator.go). Check out...
I would expect that the Rotator-AZ also speaks the Yaesu Gs232 protocol. In that case, remoteRotaor should actually work out of the box.
I see. Indeed the serial protocol is entirely different, but it looks pretty straightforward. AP1 and AI1 are the only commands you really need. I would recommend creating a copy...
Hi Pablo! thanks for the suggestions! Always welcome! Let me try to answer them one by one. **Login menu** I think when the web interface is exposed to the public...