Jean-PhilippeD
Jean-PhilippeD
It seems rabbitmq-mqtt does not yet support mqttv5 https://github.com/rabbitmq/rabbitmq-mqtt/issues/194
Did MongoScheduler became MongoPersistentScheduler ? As I was affected by this issue, I updated with the latest release, but I can not start anymore celery beat with the command: `celery...
Hey @rafaelreuber I also installed your archive and it solved the problem ! But when I install the one one pypi repo, I have the problem I described in my...
I manage to get it working (dirty way) by adding a tz replacement when query the MongoScheduleEntry: ``` import pytz .... Line 43: if not self._task.last_run_at: self._task.last_run_at = self._default_now() else:...
Hi, I think I will not be able to make a PR, I'd like but I lack of time for the moment and I'm new to flask_prometheus_exporter so I would...
Hey, I stayed with my bug for a while because it happens only a few times but recently, I decided to upgrade celery because of this issue which is critical...
Maybe using sendall is much simpler. https://github.com/paramiko/paramiko/blob/main/paramiko/channel.py#L825
Hi, I've just used this code: enocean.eepResolvers.push(function(eep,data){ if(eep==="a5-20-01") { return { type:"Battery Powerd Actuator (BI-DIR)",value: data } } return null }) I would like to be able to parse the...
Thanks for the tips but I stil have no idea how to send any command to the device :( I don't know how to forge the raw value I need...
Big thanks for all those informations ! I better understand how building packets is working now. I'm trying to implement it in the module I write for [Gladys Project](https://github.com/GladysProject/Gladys) but...