DevMiser
DevMiser
Can this be caught by the DisconnectCallbackHandler? https://sinricpro.github.io/esp8266-esp32-sdk/class_sinric_pro_class.html#a654bb017ca55b448d55bb36e0346f38a I'm not sure if this works in python. Can you tell me how to convert the code example (SinricPro.onDisconnected([](){ Serial.printf("Disconnected from SinricPro\r\n");...
I tried the following, but it did not work: def onDisconnected(cb): if cb == 'None': print ("Disconnected from Sinric Pro") callbacks = { 'powerState': onPowerState, 'Disconnected': onDisconnected }
Awesome. Thank you. It would be great to see this written into the Pro Switch example code.
I am now using this solution to reconnect automatically after being disconnected - using a while loop. When there is an error, it moves to the next lines in the...
Hi James. I agree that the fact that Lumina is detecting its wake word and is displaying what you asked it to generate means that there is no issue with...
Great to hear. I hope you enjoy it.
I will add the ability to save the images in the near future.
Thank you. A very interesting idea. I will think about it.
Yes, it is possible with a little effort. The 'Lumina' wakeword is trained in English, but you can train other wakewords in other languages using the Picovoice console. See https://picovoice.ai/platform/porcupine/...
It sounds like you solved this. If others have the same issue, please try the following: Open a terminal and enter the following commands: cd /home/pi/Lumina sudo nano Lumina.py Use...