Christian Tremblay

Results 59 comments of Christian Tremblay

Can you try develop branch ? We've made a post_eval version few months ago

They have a little tendency to create new things instead of reusing existing stuff.... I can only hope that this will be close enough to JSON so we don't have...

It is not planned to be deprecated. It is just that we built `pyhaystack` .... not `pyskyspark`. @sjlongland uses it on widesky, a competing product and I use it with...

I like that, it adds a nice scripting possibility to pyhaystack.

Go in the trends page. And use the drop down took to add the trends you want.

When a device is registered, the objetcs should be visible in a dropdown ![image](https://user-images.githubusercontent.com/6376327/191635389-2611c6ae-1ebe-4451-a140-e8a20668e177.png) ![image](https://user-images.githubusercontent.com/6376327/191635455-ca4bafa5-e4ae-4f73-9737-617efcdc49de.png)

> Hello, > > I am using BAC0 together with paho MQTT, but for my code, from where the BAC0 code is positioning, it seems that any code after the...

@bbartling Would something like this work ? ```python import BAC0, time import random import time from paho.mqtt import client as mqtt_client from BAC0.tasks.RecurringTask import RecurringTask bacnet = BAC0.lite() # you...

@Ferkelcode Here is a general canvas... won't work right out but I'm pretty sure you can make it from there ```python import BAC0 from BAC0.tasks.RecurringTask import RecurringTask import json import...