Releases: jpizquierdo/Draco
Releases · jpizquierdo/Draco
v1.0.0 is live!
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!
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!!
Merge pull request #2 from jpizquierdo/change_telegram_library Change telegram library
Scheduler is working!
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
- 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 toGPIO_handler.py
Initial beta 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