Commit Graph

50 Commits

Author SHA1 Message Date
15b5b43356 Fix 2017-07-17 17:10:31 +02:00
19303b6042 Change: Versionsnumber and controls_mish.txt
Support Proto_V1.0.8
2017-07-17 17:06:00 +02:00
5fd16da860 Merge pull request #4 from bihlmaier/master
Aqara Weather Sensor V2 added
2017-07-17 16:47:59 +02:00
Timo Bihlmaier
a3f1bab358 code formatting optimized 2017-07-17 16:45:58 +02:00
Timo Bihlmaier
cdb5f0330d Add files via upload 2017-07-17 16:36:16 +02:00
Timo Bihlmaier
f0d3e31cbd layout fix and initialize added 2017-07-17 16:32:31 +02:00
Timo Bihlmaier
c3446d3ae9 Updated for new sensors
This enables new Aqara Weather Sensor V2.
2017-07-17 16:21:12 +02:00
04b9f81df9 Merge pull request #3 from T0RST3N/devel
support all sensors protokol 1.0.7. FIX for Multigw Support
2017-06-26 16:59:39 +02:00
18d1c5279e Change Readme 2017-06-15 19:32:50 +02:00
895dfcb829 Somes Bugfixes, Support for Smoke, Gas and new Plugs (Proto version 1.07)
fix: Find the right module instance for received UDP packet
add: support smoke sensor
add: support gas sensor
add: support curtain sensor
add: support 86plug (same as plug?)
add: support ctrl_ln1 & ctrl_ln2
2017-06-15 19:28:37 +02:00
581476b899 fix: volume accepts now one parameter 2017-05-28 09:46:08 +02:00
0be3e06894 Version 1.0
add: support for sensors all up to now
86sw1,86sw2,ctrl_neutral1,ctrl_neutral2,rgbw_light
add: ringvol set ringtone and volume in one step.
add: support for multigatways
add: commandref english and german
add: support if gateway is not reachable
fix: eval all decode json to prevent perl crash
2017-05-22 20:07:54 +02:00
e51a88c85b add: new reading ilumination and proto_version 2017-05-04 19:34:19 +02:00
0ef309015b fix: wrong filesize 2017-05-03 20:01:58 +02:00
47dcf95f09 add: gateway now play sound
add:
ringtone 0-29, 10001 is custom a ringtone uploaded with mi app
10000 is ringtone off
2017-05-03 20:00:02 +02:00
b7f00619cd filesize 2017-05-01 13:22:29 +02:00
b5c70d093c bugfix wrong filesize in control_mish.tx 2017-05-01 13:18:51 +02:00
49c6a159ea Bugfix and code cleaning
fix: unkown command at device set.
fix : updateallreadings now using sub functions
change: device readings now with real names
2017-05-01 13:09:07 +02:00
c0e41a0a52 fix: attrlist 2017-04-28 23:35:09 +02:00
703187a032 fix: attrlist 2017-04-28 23:32:19 +02:00
d639f793d1 Many fixes and some new features
add: brightness support for gateway led
add: support for swicht 86sw2
add: support gateway with hostname
add: check missing perl modules
fix: if no password set
fix: gateway support if disconnects
fix: gateway sid not anymore as reading
change: voltage now battery for fhem battery control
change: motionOffTime now as parameter
2017-04-28 22:55:28 +02:00
94ba1c8603 Update README.md 2017-04-06 20:08:08 +02:00
f4e7605de6 Update README.md 2017-04-04 07:20:23 +02:00
34a81d549d fix: missing curlybracket
oooopps shit somthing wrong
2017-04-03 22:34:33 +02:00
383cf54998 fix: motd 0 0 0 is no longer displayed
after a fhem restart the global attribut motd is no longer filled with 0
2017-04-03 14:35:58 +02:00
ff51744f10 Revert "Update README.md"
This reverts commit 0881062226.
2017-04-03 12:23:08 +02:00
90dc028c89 some fix, add support for plug an cube
fix: RGB message didnt show anymore
add: readings and support for the cube sensor
add: support for plug, PRE switch on / off
2017-04-03 10:54:20 +02:00
aac105544a Add: Readings for PLUG
Support for Plug first only the readings
2017-03-30 08:45:20 +02:00
345de914bd Add: New Reading no_close
Add: Reading no_close for magnet sensors. the gateway report when the
sensor is longer opened, 60, 120, 180, 300 seconds.
2017-03-28 12:41:21 +02:00
13e5daee58 FIX missing humidity reading
FIX missing readings on sensors
2017-03-23 18:43:32 +01:00
6dc6c89342 Update 2017-03-22 19:01:48 +01:00
173974463c FIX Rename devices is now posible
FIX: After rename a device the device now didnt create again. The new
name is used.
2017-03-22 19:01:47 +01:00
12d96b9968 Update README.md 2017-03-19 00:42:59 +01:00
6465101e5e FHEM folder and controls for update 2017-03-19 00:28:59 +01:00
b5740006f3 fhem set password 2017-03-19 00:04:22 +01:00
fc44a11b02 images for the wiki, how to password 2017-03-18 23:56:16 +01:00
4086945ac4 Update README.md 2017-03-18 23:25:45 +01:00
0881062226 Update README.md 2017-03-18 23:19:20 +01:00
59c30fdb92 Merge pull request #2 from T0RST3N/devel
Devel
2017-03-18 23:17:36 +01:00
07e41816f7 write to gateway, bugfix, first time master
add:
write with encrypted key to change the color from the gateway.
change:
decode json data
bugfix:
error in function write
error in function updatesingle
2017-03-18 23:15:27 +01:00
e817428ae8 error in undef 2017-03-12 20:12:12 +01:00
ac69e60076 error in gutenbergs copy-paste 2017-03-12 16:14:07 +01:00
e899ba7886 First version with read and write to physical modul
added:
UpdateAll
UpdateSingle
After MiGateway define all connected devices to the gateway are added to
FHEM with there status
Cleanup logging lines
[PRE] added for support for switch sensor
motion, magnet, sensorht filed devStateIcon oder Stateformat
2017-03-12 15:48:29 +01:00
2c35b66ac9 FIX reading temperatur& humidity
obsolet reading temperatureP deleted, humidity and temperatur in user
friendly format
2017-03-03 14:49:44 +01:00
8f98a8db63 Fix motion off, help now displayed
on motion sensor the turn off now only set when it is in motion
device sprecific help
replace CRLF with unix LF
2017-02-28 15:10:20 +01:00
8636edf63f Version 0.01
Erste Version XiaomiSmartHome
Unterstützte Sensoren magnet, motion, sensortHT
Nur lesend, Sensoren werden via Autocreate in FHEM angelegt
2017-02-27 11:51:02 +01:00
e64c19bb18 Merge pull request #1 from T0RST3N/master
Create README.md
2017-02-20 12:05:42 +01:00
b8aa9cd73a Update README.md 2017-02-20 12:03:50 +01:00
e12e14ba34 Create README.md 2017-02-20 11:59:57 +01:00
5cb4017013 👾 Added .gitattributes & .gitignore files 2017-02-20 11:53:53 +01:00