Robert Resch
a3e9463821
fix ip
2021-06-02 14:02:36 +02:00
Robert Resch
2f61eef73e
forward to correct recipient
2021-06-02 14:00:25 +02:00
Robert Resch
5583b4a99b
update Dockerfile
2021-06-02 12:07:39 +02:00
Robert Resch
e7d1819857
mqtt connect on port 443
2021-06-02 12:07:27 +02:00
Robert Resch
7cbac37c4d
proxy forward also other command than p2p
2021-05-21 13:46:05 +02:00
Robert Resch
fdb934980d
Merge branch 'master' into wip-proxyRequests
2021-04-29 22:53:53 +02:00
Brian Martin
9b1ae262a8
Merge pull request #104 from kushagharahi/log-to-stdout
...
Add LOG_TO_STDOUT env var
2021-02-21 12:56:04 -05:00
Kusha Gharahi
436830cdd6
add LOG_TO_STDOUT env var
2020-10-11 19:13:21 -05:00
Brian Martin
eece03efd3
Merge pull request #93 from bmartin5692/fix-92
...
change randomid to 4 characters
2020-01-25 15:30:26 -05:00
Brian Martin
82d5448eb7
change randomid to 4 characters
2020-01-25 15:26:35 -05:00
Brian Martin
fe8e4b0615
show <bytes content> for binary/images
2020-01-20 12:49:19 -05:00
Brian Martin
f97c07ac7b
handle images and bytes
...
handle images and bytes
2020-01-20 12:36:36 -05:00
Brian Martin
346895eff3
fix tests
2020-01-20 12:07:05 -05:00
Brian Martin
c2bcb13769
support android app
...
handle form data sent by android apps
2020-01-20 12:01:01 -05:00
Brian Martin
a4a77708e5
add bumper api to proxymode
...
add bumper api to proxymode
2020-01-20 11:27:22 -05:00
Brian Martin
904167a8c5
proxymode db
...
move settings to db and rework code to support
2020-01-20 10:30:10 -05:00
Brian Martin
bdc452b99c
reset connection status at startup
...
reset bot and client connections to false for xmpp/mqtt at startup
2020-01-20 08:34:08 -05:00
Brian Martin
3b7b31af47
log client topic subscription
...
log client topic subscription
2020-01-20 08:24:31 -05:00
Brian Martin
3e8ad68eb2
slim helperbot subscriptions
...
replace subscriptions with consolidated iot/#
2020-01-20 08:15:02 -05:00
Brian Martin
aca40e0e57
mqtt proxy
...
- mqtt and confserver proxy mode working
2020-01-20 00:51:22 -05:00
Brian Martin
d428c5019b
confserver proxy
...
- app is proxying correctly
2020-01-18 13:43:25 -05:00
Brian Martin
c01223a2f9
Merge pull request #91 from bmartin5692/move-web_template
...
move data web under bumper
2020-01-06 09:34:52 -05:00
Brian Martin
56fbf3b57e
move data web under bumper
...
- move data/web under bumper/web
- originally under data for user customization, but chances are slim and makes docker/data more of a process to get working correctly.
2020-01-06 09:31:22 -05:00
Brian Martin
8709a39876
Merge pull request #89 from bmartin5692/update-ecovacshome
...
Update ecovacshome
2020-01-05 09:49:10 -05:00
Brian Martin
ac7dd3d302
add /upload/ api
...
- used for menu icons in ecovacs home
2020-01-05 09:43:35 -05:00
Brian Martin
511fc6f456
add bumper status to ecovacshome menu
...
add bumper status to ecovacshome menu
2020-01-05 09:37:31 -05:00
Brian Martin
f23c9bf4fe
add missing api endpionts and examples
...
- add apis missing that were causing errors
- add bot / wifi config should work now on ecovacshome app
2020-01-05 09:29:53 -05:00
Brian Martin
e4141e0a5c
update iot map
...
update iot map with latest from official servers
2020-01-05 09:28:07 -05:00
Brian Martin
a5883f8fa2
Merge pull request #88 from bmartin5692/wip-confserver-jinja2
...
confserver revamp
2020-01-04 20:46:33 -05:00
Brian Martin
472137c650
Merge branch 'master' into wip-confserver-jinja2
2020-01-04 20:42:20 -05:00
Brian Martin
d1d2b228ee
implement basic confserver plugins
...
- basic plugin system for confserver
- allows adding api via plugins that can be saved in user data/plugins folder
- relocated routes into internal plugins
- add start_site to replace start_server
- changed init code for starting confserver, this with the above fixes an issue of initializing the app twice
2020-01-04 20:35:08 -05:00
Brian Martin
e4130e4626
re-enable log_all_requests
...
re-enable log_all_request
- with excludelogging for internal
2020-01-03 14:24:26 -05:00
Brian Martin
70fdfdb1b3
helperbot get_msg
...
- moved get_msg handler from helperbot to broker
2020-01-03 14:23:37 -05:00
Brian Martin
6da98acdad
fix tests
...
- added kwargs for mqttserver init
- passwd_file and allow_anonymous
- removed unused tests and sleeps
2020-01-03 08:57:02 -05:00
Brian Martin
cb693b5cf6
sleep a bit
...
tests work locally, seeing if added sleeps fix CI
2020-01-03 01:43:56 -05:00
Brian Martin
63e0620f0c
add remove bot and client
2020-01-03 01:33:31 -05:00
Brian Martin
80c412afd1
fix restart test
2020-01-03 00:19:27 -05:00
Brian Martin
c77f464c9d
add restart services
...
restart services from status page
2020-01-02 23:56:30 -05:00
Brian Martin
1cf172172b
Update README.md
...
fix travis badge
2020-01-02 10:08:56 -05:00
Brian Martin
2d5e4e17a0
Update test_confserver.py
...
-fix tests, missing xmpp server for base
2020-01-02 09:21:15 -05:00
Brian Martin
ae862439cc
Update README.md
...
Update badges to reflect master branch
2020-01-02 08:57:43 -05:00
Brian Martin
d08d3b2d3c
fix build and add style
...
- fix build with requirements.txt
- card styling
2020-01-02 08:46:11 -05:00
Brian Martin
01d13e0264
add jinja2
...
Add jinja2/aiohttp_jinja2
- Update handle_base and template to show status
2020-01-02 01:16:43 -05:00
Brian Martin
136a4d26c7
Merge pull request #86 from bmartin5692/fix-85
...
update errno 103 catch
2020-01-01 23:25:55 -05:00
Brian Martin
cce9d6f9ad
update errno 103 catch
...
Update errno103 catch to work if the error message sent is in a different format.
- Should work for Ozmo601 and Ozmo930 now - possibly others as well.
2020-01-01 23:22:26 -05:00
Brian Martin
05624492e9
Merge pull request #84 from bmartin5692/add-sniff_notes
...
Add sniffing and developing notes
2020-01-01 17:01:51 -05:00
Brian Martin
0a2276d953
Add sniffing and developing notes
...
Add sniffing and developing notes
2020-01-01 17:00:39 -05:00
Brian Martin
20e29a7a19
Merge pull request #82 from bmartin5692/fix-81
...
Create certs for arm or aarch w/ rpi
2020-01-01 00:51:30 -05:00
Brian Martin
eb72e003f5
Update __init__.py
2020-01-01 00:35:29 -05:00
Brian Martin
b59035d4ea
Merge pull request #80 from bmartin5692/add-79-docker-multiarch
...
Dockerhub Multiarch Build
2019-12-31 16:29:36 -05:00