Commit Graph

237 Commits

Author SHA1 Message Date
bittles c7051bd51b split api module out, split out api constants, refer to api constants in mqtt module, pulling logger back into individual modules 2023-01-15 17:07:51 -05:00
bittles 2b66ffa426 bump version 2023-01-15 15:34:51 -05:00
bittles 2b252c0b22 import ecovacsapi back into mqtt library 2023-01-15 15:33:57 -05:00
bittles 01165a4f85 version bump 2023-01-15 15:10:29 -05:00
bittles fa2c724333 fixes for newer python versions
isAlive and getchildren removed in python 3.9
2023-01-15 15:10:00 -05:00
bittles b21e2f95aa Merge pull request #10 from bittles/master
fix string to cert in mqtt
2023-01-15 14:11:04 -05:00
bittles 0e8c3ef0b6 fix string to cert in mqtt v1.4.3 2023-01-15 14:10:08 -05:00
bittles 4d8dc3fbe4 Merge pull request #9 from bittles/master
update dev to current master
2023-01-15 14:02:04 -05:00
bittles f1002d107f Merge pull request #7 from bittles/dev
shouldnt edit on phone, fixed now
v1.4.2
2023-01-06 02:01:34 -05:00
bittles 67fef3862b shouldnt edit on phone, fixed now 2023-01-06 02:00:11 -05:00
bittles 24fc2ea74e Merge pull request #6 from bittles/dev
forgot to update module name
v1.4.1
2023-01-06 01:51:24 -05:00
bittles 0e7923103c forgot to update module name 2023-01-06 01:47:19 -05:00
bittles 1fbe95c72f Merge pull request #5 from bittles/dev
1.4.0
v1.4.0
2023-01-04 14:54:44 -05:00
bittles ae549af6e8 consistent naming, version bump 2023-01-04 14:52:22 -05:00
bittles ba74994156 repo cleanup
move sucks stuff to its own folder
2023-01-04 14:45:00 -05:00
bittles 3381f96099 Update README.md 2023-01-04 14:39:06 -05:00
bittles c919a038d4 Update README.md 2023-01-04 14:37:52 -05:00
bittles b1a8c7585c Update README.md 2023-01-04 14:37:32 -05:00
bittles 795a7aa37e typo 2023-01-04 14:36:31 -05:00
bittles 384db8fb5a typo 2023-01-04 14:36:16 -05:00
bittles 8724db4a7a Update README.md 2023-01-04 14:35:31 -05:00
bittles 4e84368ffb typos 2023-01-04 14:34:45 -05:00
bittles 0698729c7d docs 2023-01-04 14:33:21 -05:00
bittles 3e59aa94aa Merge pull request #4 from bittles/dev
update docs
2023-01-04 13:31:06 -05:00
bittles fe8cd4f886 update docs 2023-01-04 13:30:24 -05:00
bittles e56266be86 Merge pull request #3 from bittles/dev
Dev
v1.3.7
2023-01-03 23:02:16 -05:00
bittles 651058bea1 update docs for simpler config 2023-01-03 23:01:43 -05:00
bittles db7743bc0e typo 2023-01-03 22:57:30 -05:00
bittles 87f6a47374 simplify config 2023-01-03 22:54:32 -05:00
bittles 43bdf849c9 move server address and verify ssl out of const 2023-01-03 22:39:20 -05:00
bittles 29b36a3529 Update __init__.py 2023-01-03 22:31:45 -05:00
bittles a0881719cb Update __init__.py 2023-01-03 22:29:13 -05:00
bittles db2c4ec880 optimizations
split out sucks constants to their own file, no need to define verify ssl.  if bumper is true then verify ssl false
2023-01-03 22:21:14 -05:00
bittles 7feb48c9cc logging levels, version bump
set some more appropriate levels in logging
2023-01-03 21:47:07 -05:00
bittles 475ba5bdb3 rename logger 2023-01-03 21:32:02 -05:00
bittles 5abdbf858f rename logger
to define in const
2023-01-03 21:16:42 -05:00
bittles 52b4fa4ee0 import fixes 2023-01-03 21:06:17 -05:00
bittles 17b041074c code refactoring
split xmpp and mqtt vacuums to their own modules
2023-01-03 20:29:44 -05:00
bittles 4fb79b7186 Use boundjid.resource fulljid property deprecated. 2023-01-03 18:00:02 -05:00
bittles 1decadee2e Merge pull request #2 from bittles/dev
mostly code cleanup
v1.3.4
2023-01-03 14:15:03 -05:00
bittles 6ef44ddb9b add check for childxml to avoid errors
lot of code cleanup and getting rid of trailing whitespace, try to make it a little more uniform.  document some changes in comments
2023-01-03 14:09:44 -05:00
bittles 724e167114 change ping schedule from 30s to 300s
decrease calls to robot, see if this is contributing to battery use
2023-01-02 22:56:34 -05:00
bittles cf817145a0 more code cleanup, no need to handle differences if server_address defined or not
mustve fixed init at some point, whatever, it works
2023-01-02 22:54:48 -05:00
bittles 066cc5bf7b code cleanup and more searching 2023-01-02 22:41:04 -05:00
bittles aea75338f6 some init logging to catch whether bumper or sucks is handling pings 2023-01-02 22:28:22 -05:00
bittles cd4c8069bc typo 2023-01-02 22:18:08 -05:00
bittles 43a9cef3b7 try ping? unsure how to register handlers 2023-01-02 22:14:28 -05:00
bittles 42356582cc remove what i think are some unneeded changes 2023-01-02 20:19:37 -05:00
bittles 0d95ef7fac Merge pull request #1 from bittles/master
change xmpp ping from 30 to 300s to not spam robot, add ifs for mqtt …
2023-01-02 19:55:04 -05:00
bittles a9bd4d2d48 change xmpp ping from 30 to 300s to not spam robot, add ifs for mqtt or xmpp robot 2023-01-02 19:54:11 -05:00