cmonicob

Results 6 comments of cmonicob

Hello, I think it could be done through the implementation of the arduino sensor, when doing all the calculations through the MCU, it could incorporate a pulse counter and simply...

Error in load state ``` Traceback (most recent call last): File "/home/pi/TerrariumPI/terrariumPI.py", line 19, in terrariumEngine = terrariumEngine(__version__) File "/home/pi/TerrariumPI/terrariumEngine.py", line 116, in __init__ self.notification.load_services() File "/home/pi/TerrariumPI/terrariumNotification.py", line 263, in...

Now the system starts correctly, but the notifications are failing. I have been looking for where the error came from and it seems that at the moment of the /start...

The new implementation is correct, now it does not fail to start the conversation. the ConversationHandler per_message=False is set to False, to ensure that in future updates of the library...

I have tried to set it to true and the answer is that there is no conversation with the bot, I will review the issue a little more to see...

For now, it is to keep it false or not explicitly set it false. When I have a moment, I want to rebuild the bot so that it can be...