Can you please supply either indi command sequence or python code to fully initialize AM5 mount from power on so that motion controls operate.
When I power on the mount. I get flashing red/green status. The mount is unresponsive to movement commands from the pyindi script, vega.py.
Present initialization sequence is
CONNECTION.CONNECT=On
#wait
#set time
TIME_UTC.UTC=$(date +%Y-%m-%dT%H:%M:%S -u);OFFSET=$(date +%:::z)
indi_getprop shows time and location set
It will respond to the indi command TELESCOPE_HOME.GO.
#HOME is the only command that seems to work, get a confirmation beep
TELESCOPE_HOME.GO=On
#these also work
TELESCOPE_PARK.PARK=On
TELESCOPE_PARK.UNPARK=On
#Any other movement command fails
#indi_getprop reports values set like the geographic location and telescope pointing vector
#no other positioning commands work
Kstars/EKOS works
after initialization with ekos, the mount goes into GEM mode and positioning works.