Any way to control PowerOnChannelId?
Not at all an issue with your project (which has been hugely helpful in creating something related for my own purpose!), but I'm wondering if you (or maybe any other wandering across this repository) know how to change the default power-on channel?
Sending a {"Command":"Channel/GetAllConf"} API call returns a key called PowerOnChannelId, but from looking over their official docs I don't see a corresponding "set this" API surface to be able to change it. I'm also told there might not be a setting to control this in the official app? I don't have access to the app myself to check.
I've tried sending commands like {"Command":"Device/SetPowerOnChannelId","PowerOnChannelId": 3} but the response implies this is an invalid command.
Interesting.. I will have a look around in the app and the docs to see if there's anything that would allow you to configure it in such a way - however my device seems to always just power on to whichever channel was last active. So if you set the channel via pixoo.set_channel(<index>) after boot, wait a bit, turn the device off and later back on- does it not open up to the channel that was last active?
No - my device seems to always return to looping through some default channel (with lots of 2025 / new years celebrations? definitely not the custom channel) when power is restored to it after being cut. Maybe I need to gracefully turn it off once when displaying the custom channel, instead of just pulling the plug?
I also found that calling "Channel/GetIndex" (I think it is this - not at my personal computer to be certain) returns index 0, when the device is displaying custom gifs via channel 3. Maybe something is wrong with my device?