https://github.com/aurelienloyer/domoticz_plugins_manager
🤖 🕹 Web interface for manage all scripts and configs for Domoticz custom plugins
https://github.com/aurelienloyer/domoticz_plugins_manager
Last synced: 2 months ago
JSON representation
🤖 🕹 Web interface for manage all scripts and configs for Domoticz custom plugins
- Host: GitHub
- URL: https://github.com/aurelienloyer/domoticz_plugins_manager
- Owner: AurelienLoyer
- Created: 2016-04-28T16:17:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T21:51:14.000Z (about 8 years ago)
- Last Synced: 2025-02-07T21:31:51.681Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 3.3 MB
- Stars: 9
- Watchers: 1
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scripts list for Domoticz
All script are in PHP and Python.
Developments are underway ! :D
## Domoticz Plugins Manager
Web interface for manage all scripts and configs
### Preview
[](https://github.com/T3kstiil3/Domoticz_Scripts/tree/master/app)
[](https://github.com/T3kstiil3/Domoticz_Scripts/tree/master/app)### Dev
Use Polymer !
## Scripts Informations
### My crontab list
```crontab
#Every hours
0 */1 * * * /usr/bin/php5 /home/pi/Domoticz_Scripts/internet-stat-domoticz-php/index.php#Every 10 minutes
*/10 * * * * /usr/bin/php5 /home/pi/Domoticz_Scripts/raspberry-pi-stat-domoticz-php/index.php#Car data every 6 minutes (Why 6 ? I don't know... Don't forget data=domoticz parameter)
*/6 * * * * /usr/bin/php5 /home/pi/Domoticz_Scripts/xee-car-data-to-domoticz-php/xee.php data=domoticz#Notice plublic ip change every 5 minutes
*/5 * * * * /usr/bin/php5 /home/pi/Domoticz_Scripts/notice-public-ip-change-php/index.php#Get Rain probabillity every 10 minutes
*/10 * * * * /usr/bin/php5 /home/pi/Domoticz_Scripts/get_rain_probability-php/index.php```
## Prerequisites
````
#install apache for get xee token
sudo apt-get install apache2 -y
#install php because cron are php script ;)
sudo apt-get install php5 libapache2-mod-php5 php5-curl -y
#test install
curl 127.0.0.1
#return somethink like :
[Raspberry Pi 3] (http://www.amazon.fr/gp/product/B01CCOXV34/ref=as_li_tl?ie=UTF8&camp=1642&creative=19458&creativeASIN=B01CCOXV34&linkCode=as2&tag=aureli-21)
[Xee Développeur](https://developer.xee.com/)
[Domoticz](https://domoticz.com/)# TODO
- [ ] Web interface for manage all scripts and configs
- [ ] News scripts### Notice public IP change
- [ ] Mail Notification
- [ ] Free Mobile SMS Notification
- [Â ] Send new IP to Domoticz Widget### Xee cars data to Domoticz
- [X] Get data and send to Domoticz
- [Â ] Tuto config first start
- [ ] Select car id
- [Â ] Send multiple cars data
- [ ] Send road list
- [ ] Get Token by web interface