Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@grm
Copy link
Contributor

@grm grm commented Sep 5, 2025

No description provided.

drivers.xml Outdated
<version>1.0</version>
</device>
<device label="NUT UPS Safety" manufacturer="NUT UPS Safety">
<driver name="UPS Safety">indi_ups_safety</driver>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the driver, getDefaultName() return UPS so this should be:

<driver name="UPS">indi_ups_safety</driver>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I was not aware that it should match.
I will update it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done !

@knro knro merged commit be6ccc6 into indilib:master Sep 6, 2025
11 checks passed
knro pushed a commit to knro/indi that referenced this pull request Sep 6, 2025
* Add NUT UPS Safety device support to drivers.xml

* Rename UPS driver
knro added a commit that referenced this pull request Sep 6, 2025
* Initial work for IMU support in INDI

* Add missing files

* register connections

* Use single property for i2c connection and remove drivers from here due to external dependencies

* Fix update error

* No need to ask flat light should be on first since we are essentially turning it on

* When no filters are detected, save LightIntensity in configuraiton file

* If light box is not on then simply accept the light intensity value as is so it can be saved

* Do not read intensity in timer so that it does not overwrite our INDI settings which can be set to a particular value without requiring the light to be ON. It is only applied with the light is toggled on.

* Get intensity of startup

* Turn off light on Disconnect

* Add updateProperty convenience function

* More fixes for INDI Alpaca camera driver

* Do not use magic numbers

* Use threshold to reduce traffic to client

* Split the units

* Use Coordinates tab

* More cleanups and add SmartEye camera

* Add convenience function to get first ISS_ON in ISState array

* Fix camelot rotator issues:

1. Remove extra new-line in sendCommand.
2. Fix formatting for power properties.
3. Save configuration for power properties.

* Add NUT UPS Safety device support to drivers.xml (#2276)

* Add NUT UPS Safety device support to drivers.xml

* Rename UPS driver

* More fixes

* Add Geographic location and magnetic declination

* Initial Quaternion to Euler calculations for Az-Alt system

* Fix coordinate system selection

* Fix Mount Offset property

* Add more logging and recalculate after changing offsets or declination

* Adjust az

* Core interface functions shouldn't be virtual

* Fix MacOS error

---------

Co-authored-by: Jérémie Klein <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants