Skip to content

pezinek/py-jablotron6x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-jablotron6x

Library for interfacing with Jablotron 6x alarms by using the JA-80T serial cable.

Example usage:

python

>>> from jablotron import Jablotron6x
>>> with Jablotron6x("/dev/ttyUSB0") as j:
>>>   j.on_mode_change = lambda mode: print(str(mode))
>>>   j.send_keys('F06060')
>>>   j.send_keys('N')

More details about the ja-6x protocol is in the wiki.

Note: the mqtt functionality from ja2mqtt.py has been moved to pezinek/jablotron2mqtt so if you want to interface your jablotron6x alarm with e.g. Home Assistant, use that other repo. ja2mqtt.py from this repo will be dropped.

About

Library for interfacing with Jablotron 6x alarms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages