Skip to content

Releases: jpizquierdo/Draco

v1.0.0 is live!

19 Jul 18:20
b87d1cf
Compare
Choose a tag to compare

First stable version and release candidate for these holidays is live!
homeassistant integration is working using mqtt integration, through mosquitto mqtt broker.
Now we can manage the Draco system using telegram and/or homeassistant (and siri, google home, alexa, etc)

First stable release under test!

17 Jul 18:56
Compare
Choose a tag to compare

It is the first stable relase, it is under test with my watering pipes. I will keep you posted with some pictures

Telegram library changed. Release Candidate ready!!

09 Jul 17:25
4c08fa1
Compare
Choose a tag to compare
Merge pull request #2 from jpizquierdo/change_telegram_library

Change telegram library

Scheduler is working!

06 Jul 07:17
Compare
Choose a tag to compare
Scheduler is working! Pre-release
Pre-release

0.0.4 (2013-07-03)
New scheduler (system_scheduler) process to be able to schedule watering (or whatever).
New status, holidays, associated with the scheduler functions.
Some documentation comments in all the files.

Telegram logger is here

02 Jul 16:49
Compare
Choose a tag to compare
Pre-release
  • Telegram logging: Introducing Multiprocessing Queue for messages in shared memory between processes.
  • All process log to telegram_queue.
  • Add the commands of /valve1, /valve2 and /valve3 in telegram_interface.py to be able to interact with the rest of the relays.
  • added a telegram_commands.rst in /docs with the commands to be introduced in GodFather inside telegram.
  • HW_handler.py change name to GPIO_handler.py

Initial beta release

01 Jul 13:55
Compare
Choose a tag to compare
Initial beta release Pre-release
Pre-release

This release has the basic to have working both producers, telegram and GPIO relay shield through the bot.

  • Shared variables: Introducing Multiprocessing Manager (with proxy dict and its locker) for sharing status variables between processes (not shared memory).
  • Created the HW interface with the 4 relay shield, relay_shield_interface.py, and interact with the PI2 GPIO.
  • Updated telegram_interface.py with new method to interact with the relays. By the moment only /pump works. Also /status