1.0.0 • Published 12 months ago

homebridge-syntex-ui v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

Homebridge SynTex UI

NPM Recommended Version NPM Beta Version GitHub Commits NPM Downloads GitHub Code Size Discord

A simple UI to control and manage all of your homebridge accessory. Also it provides special features for SynTex plugins:

  • homebridge-syntex-magichome
  • homebridge-syntex-tuya
  • homebridge-syntex-webhooks

Core Fearures

  • Device Overfiew ( view and control their characteristics )
  • Plugin Manager ( for information, updates and more )
  • Colorful Log ( with filter tools and log level )
  • Automation System ( faster and more stable than HomeKit automation )

Installation

  1. Install homebridge using: sudo npm install -g homebridge
  2. Install this plugin using: sudo npm install -g homebridge-syntex
  3. Install the webhooks plugin using: sudo npm install -g homebridge-syntex-webhooks ( to enable all features of the UI )
  4. Update your configuration file. See snippet below.
  5. Restart the Homebridge Service with: sudo systemctl restart homebridge; sudo journalctl -fau homebridge

Example Config

Important: If the logDirectory and cacheDirectory for the storage can't be created you have to do it by yourself and give it full write permissions!

  • sudo chown -R homebridge /var/homebridge/SynTex/ ( permissions only for homebridge )
  • sudo chmod 777 -R homebridge /var/homebridge/SynTex/ ( permissions for many processes )
"platforms": [
    {
        "platform": "SynTex",
        "cacheDirectory": "/var/homebridge/SynTex/settings",
        "baseDirectory": "/var/homebridge/SynTex",
        "port": 1711,
        "language": "us",
        "debug": false
    },
    {
        "platform": "SynTexWebHooks",
        "baseDirectory": "/var/homebridge/SynTex",
        "port": 1710,
        "language": "us",
        "debug": false,
        "accessories": []
    }
]

Required Parameters

  • platform is always SynTex
  • logDirectory The path where your logs are stored.
  • cacheDirectory The path where your data is stored.
  • port To access the bridge website.

Optional Parameters

  • language You can use your country initials if you want to change it ( Currently supported: us, en, de )
  • debug For further information because of troubleshooting and bug reports.

SynTex WebHooks Config

Please visit GitHub for the config and other informations: https://github.com/SynTexDZN/homebridge-syntex-webhooks


Currently Supported

SynTex Devices

  • Climate Sensor
  • Temperature Sensor
  • Humidity Sensor
  • Weather Sensor
  • Light Sensor
  • Rain Sensor
  • Motion Sensor
  • Contact Sensor
  • Relais
  • Switch
  • Stateless Switch
  • LED Controller
  • Special Devices ( Doorbell, Multi-Device, .. )

Other Accessories

  • Temperature Sensor
  • Humidity Sensor
  • Light Sensor
  • Leak Sensor
  • Motion Sensor
  • Contact Sensor
  • Smoke Sensor
  • Occupancy Sensor
  • Airquality Sensor
  • Stateless Switch
  • Switch / Relais / Outlet
  • LED Lights / Dimmable Lights / RGB Lights
1.0.0-b109

1 year ago

1.0.0-b107

1 year ago

1.0.0-b108

1 year ago

1.0.0-b105

1 year ago

1.0.0-b106

1 year ago

1.0.0-b103

1 year ago

1.0.0-b104

1 year ago

1.0.0-b101

1 year ago

1.0.0-b102

1 year ago

1.0.0-b100

1 year ago

1.0.0-b46

1 year ago

1.0.0-b47

1 year ago

1.0.0-b48

1 year ago

1.0.0-b49

1 year ago

1.0.0-b57

1 year ago

1.0.0-b58

1 year ago

1.0.0-b59

1 year ago

1.0.0-b53

1 year ago

1.0.0-b54

1 year ago

1.0.0-b55

1 year ago

1.0.0-b56

1 year ago

1.0.0-b50

1 year ago

1.0.0-b51

1 year ago

1.0.0-b52

1 year ago

1.0.1-b4

12 months ago

1.0.1-b3

1 year ago

1.0.1-b2

1 year ago

1.0.1-b1

1 year ago

1.0.0-b68

1 year ago

1.0.0-b69

1 year ago

1.0.0

1 year ago

1.0.0-b64

1 year ago

1.0.0-b65

1 year ago

1.0.0-b66

1 year ago

1.0.0-b67

1 year ago

1.0.0-b60

1 year ago

1.0.0-b61

1 year ago

1.0.0-b62

1 year ago

1.0.0-b63

1 year ago

1.0.0-b79

1 year ago

1.0.0-b75

1 year ago

1.0.0-b76

1 year ago

1.0.0-b77

1 year ago

1.0.0-b78

1 year ago

1.0.0-b71

1 year ago

1.0.0-b72

1 year ago

1.0.0-b73

1 year ago

1.0.0-b74

1 year ago

1.0.0-b70

1 year ago

1.0.0-b86

1 year ago

1.0.0-b87

1 year ago

1.0.0-b88

1 year ago

1.0.0-b89

1 year ago

1.0.0-b82

1 year ago

1.0.0-b83

1 year ago

1.0.0-b84

1 year ago

1.0.0-b85

1 year ago

1.0.0-b80

1 year ago

1.0.0-b81

1 year ago

1.0.0-b97

1 year ago

1.0.0-b98

1 year ago

1.0.0-b99

1 year ago

1.0.0-b93

1 year ago

1.0.0-b94

1 year ago

1.0.0-b95

1 year ago

1.0.0-b96

1 year ago

1.0.0-b90

1 year ago

1.0.0-b91

1 year ago

1.0.0-b92

1 year ago

1.0.0-b114

1 year ago

1.0.0-b112

1 year ago

1.0.0-b113

1 year ago

1.0.0-b110

1 year ago

1.0.0-b111

1 year ago

1.0.0-b24

1 year ago

1.0.0-b25

1 year ago

1.0.0-b26

1 year ago

1.0.0-b27

1 year ago

1.0.0-b20

1 year ago

1.0.0-b21

1 year ago

1.0.0-b22

1 year ago

1.0.0-b23

1 year ago

1.0.0-b28

1 year ago

1.0.0-b29

1 year ago

1.0.0-b35

1 year ago

1.0.0-b36

1 year ago

1.0.0-b37

1 year ago

1.0.0-b38

1 year ago

1.0.0-b31

1 year ago

1.0.0-b32

1 year ago

1.0.0-b33

1 year ago

1.0.0-b34

1 year ago

1.0.0-b1

1 year ago

1.0.0-b2

1 year ago

1.0.0-b3

1 year ago

1.0.0-b4

1 year ago

1.0.0-b30

1 year ago

1.0.0-b5

1 year ago

1.0.0-b6

1 year ago

1.0.0-b7

1 year ago

1.0.0-b8

1 year ago

1.0.0-b9

1 year ago

1.0.0-b39

1 year ago

1.0.0-b42

1 year ago

1.0.0-b43

1 year ago

1.0.0-b44

1 year ago

1.0.0-b45

1 year ago

1.0.0-b40

1 year ago

1.0.0-b41

1 year ago

1.0.0-b13

1 year ago

1.0.0-b14

1 year ago

1.0.0-b15

1 year ago

1.0.0-b16

1 year ago

1.0.0-b10

1 year ago

1.0.0-b11

1 year ago

1.0.0-b12

1 year ago

1.0.0-b17

1 year ago

1.0.0-b18

1 year ago

1.0.0-b19

1 year ago

5.3.2-b3

3 years ago

5.3.2-b2

3 years ago

5.3.2-b1

3 years ago