Krakinou
9a1ed19d67
Merge branch 'testing' of git@github.com:YunoHost-Apps/domoticz_ynh.git into testing
2022-11-12 15:55:24 +01:00
Krakinou
0c318ef966
Remove test process w/o Mosquitto
2022-11-12 15:55:13 +01:00
yunohost-bot
9b532cfff8
Auto-update README
2022-10-29 05:33:42 +00:00
yunohost-bot
b000681d2c
Auto-update README
2022-08-14 11:39:15 +00:00
Krakinou
1c425189ad
Merge pull request #9 from yunohost-bot/add-cpe
...
[autopatch] Add Common Platform Enumeration id to `manifest.json`
2022-08-14 13:39:13 +02:00
Yunohost-Bot
795744fe79
[autopatch] Add Common Platform Enumeration id to manifest.json
2022-08-07 20:11:27 +02:00
Krakinou
c01ed1894d
Merge pull request #8 from YunoHost-Apps/testing
...
Mosquitto MQTT Broker
2022-07-09 22:51:44 +02:00
Krakinou
fb8fd3cd86
Add hooks for conf_regen
2022-06-17 19:09:19 +02:00
yunohost-bot
ef9fdf5bc8
Auto-update README
2022-06-05 14:45:43 +00:00
Krakinou
127ec66f06
typo
2022-06-05 16:45:40 +02:00
yunohost-bot
9b80bec45a
Auto-update README
2022-06-05 14:43:20 +00:00
Krakinou
4ec31ce23e
Update mosquito settings
2022-06-05 16:43:17 +02:00
Krakinou
e05790c49d
Local for 1883
2022-06-05 16:02:54 +02:00
Krakinou
da69ba7717
Port 8883 for mqtt
2022-06-05 14:56:40 +02:00
Krakinou
05669e2f08
tweak security settings again
2022-06-01 22:43:51 +02:00
Krakinou
3158a8519d
remove DevicePolicy=closed
2022-05-30 23:18:09 +02:00
Krakinou
20e91c86f6
remove PrivateDevices restriction
2022-05-30 23:07:31 +02:00
Krakinou
011f27bbac
Fix mosquitto conf access
2022-05-29 18:28:35 +02:00
Krakinou
21c8a6c3d0
Merge pull request #7 from YunoHost-Apps/mqtt-mosquitto
...
Mqtt broker mosquitto
2022-05-29 17:31:08 +02:00
Krakinou
81d1976794
test mqtt_domain syntax
2022-05-29 16:09:58 +02:00
Krakinou
23767c9ec2
full tests
2022-05-29 16:09:03 +02:00
yunohost-bot
d982b77acf
Auto-update README
2022-05-26 07:35:27 +00:00
Krakinou
d9ab3cbb07
Typo
2022-05-26 09:35:24 +02:00
yunohost-bot
ffe004f58c
Auto-update README
2022-05-26 07:30:46 +00:00
Krakinou
5d546797cd
Add Mosquitto Broker
2022-05-26 09:30:42 +02:00
yunohost-bot
15c0379f0c
Auto-update README
2022-05-22 17:15:28 +00:00
Krakinou
f48c003bb0
Add Mosquitto broker
2022-05-22 19:15:23 +02:00
Krakinou
284eef5113
Update disclaimer
2022-04-25 00:03:51 +02:00
Krakinou
e9ad40d581
Add mosquito services
...
Add mosquito service
solve package linter warning
2022-04-24 23:58:20 +02:00
Krakinou
048ae59a01
Merge pull request #6 from YunoHost-Apps/testing
...
Apply last example_ynh
2021-08-10 14:25:16 +02:00
Krakinou
0b16918389
License & version bump
2021-08-10 13:51:32 +02:00
Krakinou
efd001477a
Restore ugly hack
2021-08-10 13:51:10 +02:00
Krakinou
e15be595ce
Permission domotciz.db
2021-08-10 13:50:37 +02:00
yalh76
d291d44ebb
Fix upgrade
2021-08-05 20:06:45 +02:00
yalh76
b0832486c2
Apply last example_ynh
2021-08-05 02:21:46 +02:00
Krakinou
2de62b468c
Merge pull request #5 from yunohost-bot/issue-and-pr-template
...
[autopatch] Update issue and PR templates
2021-05-14 10:30:02 +02:00
Yunohost-Bot
e7201d386e
[autopatch] Update issue and PR templates
2021-05-13 17:46:19 +02:00
Krakinou
6d20f68caa
Merge pull request #4 from YunoHost-Apps/testing
...
Add gpio & i2c groups to domoticz user
2021-02-05 23:53:48 +01:00
Krakinou
0aff4f160a
Test group before applying
2021-02-05 23:24:45 +01:00
Krakinou
a1429a859d
correct usermod
2021-02-05 12:56:39 +01:00
Krakinou
3f2e43c4c3
clearer doc
2021-02-04 23:35:15 +01:00
Krakinou
c8aff6d869
Merge branch 'testing' of https://github.com/Yunohost-Apps/domoticz_ynh into testing
2021-02-04 23:11:32 +01:00
Krakinou
ccc25a29bd
Add gpio group
2021-02-04 23:11:12 +01:00
Krakinou
c7ded41b40
Add i2c bus access
2021-02-02 21:04:57 +01:00
Krakinou
f51b0edb58
Merge pull request #3 from tofbouf/patch-3
...
Update systemd.service
2021-01-28 22:32:07 +01:00
tofbouf
a02c7f4d1c
Update systemd.service
...
Problem
System Alive Checker does not work. The "ping'ed" adresses are always shown as OFF.
Solution
From the domoticz documentation:
When running Domoticz without root (recommended), you need to add the correct socket capabilities for this to function properly and restart domoticz (otherwise it will fail silently!):
$ sudo setcap -v cap_net_raw+eip <full qualified name of domoticz executable>
So, I added the capability "cap_net_raw=+eip" in systemd.service
R Status
Code finished.
Tested on my own instance.
2021-01-27 09:05:36 +01:00
Krakinou
d36702780b
correct pull request template
2021-01-25 00:02:02 +01:00
Krakinou
1bf2f63425
Merge pull request #2 from YunoHost-Apps/testing
...
Merging testing
2021-01-24 15:37:08 +01:00
Krakinou
94ee40c2d6
Allow upload of files up to 10M
2021-01-17 19:02:59 +01:00
Krakinou
41f527e623
Merge pull request #1 from YunoHost-Apps/api_madness
...
Merge api madness
2020-12-23 23:03:56 +01:00