An Open-Source and Open-Hardware USB dongle for controlling Hayashi light source LA-150CE remotely. It should also be compatible with LA-150UE, LA-100IR and LA-150FBU, but this has not been tested (any feedback is welcome).
The halogen lamp can be turned on and off, and its intensity can be adjusted from the software.
Once the dongle is connected to the lamp and the computer, the provided Python3 library can be used to communicate with the dongle and take control of the lamp:
import hyshlr
device = hyshlr.HyshLR()
device.lamp = True
device.intensity = 0.5
Manufacturer documentation with remote connector interface specification
This project is licensed under the GNU Lesser General Public Licence version 3 (LGPLv3). See COPYING and COPYING.LESSER for license details.