Skip to content

Releases: ChristianTremblay/pyhaystack

Going forward

17 Jun 03:34
fd1cfca
Compare
Choose a tag to compare

Trying to improve things

October 2019

08 Oct 02:57
ea6177c
Compare
Choose a tag to compare

Enfin !

A lot of bug squish, a change of name for widesky, and a few 1000's more reasons.

May 2018

24 May 03:13
Compare
Choose a tag to compare

Numerous bug fixes and Niagara BQL support

September 2017

02 Sep 02:26
Compare
Choose a tag to compare

A lot of work for connection to different servers

The Haystack Connect 2017 release

08 May 09:48
Compare
Choose a tag to compare

pyhaystack 0.92 / The Haystack Connect 2017 Release
####################################################

We are very proud to announce our brand new release for pyhaystack version 0.92.
This update allows python to connect to haystack server running Skyspark, Skyspark v3+, Widesky, Niagara AX and Niagara4 !

Skyspark v3 new authentication scheme is fully functionnal.
Niagara4 SCRAM authentication (digest scheme) is also fully functionnal.

This update also brings improvements to the syntax so it's easier to connect and explore your haystack server.

Syntax improvements


It's now easier to connect to a haystack server using pyhaystack.connect(args). You just provide the implementation you need and login info.

You can also use the pythonic square bracket feature over objects to make searches.

my_equip = my_session.site['my_equip']
znt = my_equip['ZN~2dT']
temp_sensors = my_equip['sensor and air and temp']

histories


Histories are fundamental to analysis. Pyhaystack uses Pandas series and dataframes when dealing with histories.
You then gain access to a lot of nice features right out of the box. Statistical functions, model fitting, removing nan values or
filling them using last good values...

temp_sensors_his_dataframe = session.his_read_frame(temp_sensors, rng='2017-04-01,2017-04-30').result

A great tool


Those features make pyhaystack a great tool for "on the spot" analysis but also as a robust module to build global distributed analysis
application (Widesky).

Haystack Connect


We will not have the chance to party with you on haystack connect this year. We hope that you will find some time to think about
us and the open source community, working hard to make project-haystack more accessible and widely used in the building automation world.

pyhaystack is a 100% open source project supported by SERVISYS inc. and VRT Systems

Come and join us on https://github.com/ChristianTremblay/pyhaystack and chat with us on https://gitter.im/ChristianTremblay/pyhaystack

You can also read the docs on http://pyhaystack.readthedocs.io

0.91.1 December 2016

06 Dec 14:07
Compare
Choose a tag to compare
Dumb error in pushing to pypi

incresing version to 0.91.1

Signed-off-by: Christian Tremblay <[email protected]>

Release 0.9

15 Jul 01:56
Compare
Choose a tag to compare

We are now production ready with this release. We are still lacking an asynchronous client but the core is solid.

See docs for more details

Initial Version

12 Jan 03:06
Compare
Choose a tag to compare
Initial Version Pre-release
Pre-release

This mark the beginning of the work, starting with what have been done while on Bitbucket.