16640 Commits

Author SHA1 Message Date
rudolfkoenig
681fbcc85b 98_SVG.pm: fix error message if SVG_showLog is called with junk (Forum #87561)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16719 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-10 14:06:03 +00:00
phenning
1f8659a516 babble.js: Aktuelle Version
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16718 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-10 12:11:53 +00:00
rudolfkoenig
43de650217 f18.js: second try on the bugfix (forum #87593)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16717 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-10 08:22:42 +00:00
tupol
567feab8ba JSONMETER: new names for S0-Readings of LS120
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16716 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-10 07:25:20 +00:00
svc8083
ab7b30b2ef controls_fhem.txt: fhemupdate checkin
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16715 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-10 05:45:09 +00:00
andi291
a5a8790cc0 86_Robonect.pm: reading winterschlaf was not decoded correctly - fixed
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16714 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-09 18:53:00 +00:00
LeonGaultier
b4fbb8d1af 74_GardenaSmartDevice: uninitialized value
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16713 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-09 10:40:33 +00:00
hotbso
b3786f23ed 98_feels_like.pm: Move to correct directory.
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16712 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-09 09:09:54 +00:00
svc8083
7f2698be24 controls_fhem.txt: fhemupdate checkin
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16711 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-09 05:45:08 +00:00
mike3436
5ab0bc11cf 26_KM273.pm:2018-05-08 V 0017 KM273_StoreElementList/KM273_LoadElementList function stores/loads element list in json format
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16710 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-08 20:16:29 +00:00
markusbloch
f307eb8006 FB_CALLMONITOR: add support for wildcard phonebook entries (Forum: #85761)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16709 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-08 20:14:58 +00:00
LeonGaultier
5ed216a5f6 74_XiaomiBTLSens: bugfix
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16708 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-08 16:55:53 +00:00
hotbso
1f304f4087 98_feels_like.pm: Initial import
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16707 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-08 07:22:58 +00:00
svc8083
4220b5adb5 controls_fhem.txt: fhemupdate checkin
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16706 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-08 05:45:10 +00:00
gernot-h
c397dc7659 52_I2C_HDC1008.pm: further plausibility check for read values
According to datasheet of HDC1008 and HDC1080, least two bits of temp
and hum register shall always be "0", so ignore value if we see another
value there. This seems to finally eliminate sporadic readings of 125°C
and/or 100% rH.



git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16705 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-07 21:10:32 +00:00
gernot-h
c6a7dde4a5 52_I2C_HDC1008.pm: missing part of "read temperature and humidity in one step"
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16704 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-07 21:06:27 +00:00
gernot-h
ba7bcc1477 52_I2C_HDC1008.pm: improve and restructure I2C error handling
The code used to ignore I2C write errors reported by the IODev (e.g.
when triggering a measurement) and just continued. While the subsequent
read should fail if sensor doesn't have values, it sometimes didn't for
me, leading to sporadic reading of 125°C and/or 100% rH. In case of
write errors, just retry current step until it succeeds.



git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16703 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-07 20:58:27 +00:00
gernot-h
c70d41e9be 52_I2C_HDC1008.pm: read temperature and humidity in one step
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16702 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-07 20:45:34 +00:00
gernot-h
c2b68c6a96 52_I2C_HDC1008.pm: maintainer change (Forum #87546)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16701 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-07 20:33:42 +00:00
gernot-h
5ab317864e 52_I2C_HDC1008.pm: maintainer change (Forum #87546)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16700 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-07 20:16:47 +00:00
andi291
1c451145f2 86_Robonect.pm: replaced "umwelt" with "climate" in readings-section (roughly line 740)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16699 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-07 17:48:21 +00:00
rudolfkoenig
316c844794 www/pgm2/f18.js: fix bug reported (Forum #87593)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16698 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-07 15:49:09 +00:00
rudolfkoenig
6ea22cf1ca fhemweb.js: make #FHEMWEB: eval more flexible (Forum #87583)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16697 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-07 15:41:00 +00:00
svc8083
45936a80d5 controls_fhem.txt: fhemupdate checkin
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16696 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-07 05:46:19 +00:00
betateilchen
9bc911c471 55_InfoPanel.pm: check plotName exists
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16695 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-06 11:44:25 +00:00
borisneubert
76b0836da1 57_Calendar: fix count for series with exceptions
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16694 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-06 10:49:24 +00:00
markusbloch
c33bc7fa68 FB_CALLMONITOR: fix control code entries in phonebook and reverse search text file (Forum: #85761)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16693 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-06 09:02:32 +00:00
svc8083
d27b9814b4 controls_fhem.txt: fhemupdate checkin
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16692 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-06 05:45:08 +00:00
rudolfkoenig
a2948d7ea5 FritzBoxUtils.pm: fix login for old Firmware Versions (Forum #87526)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16691 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-05 17:11:26 +00:00
nasseeder1
5eebd80a83 49_SSCam: V4.1.0, support Audiostream cams, minor internal changes
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16690 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-05 08:44:18 +00:00
svc8083
ad1e787a63 controls_fhem.txt: fhemupdate checkin
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16689 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-05 05:45:08 +00:00
nasseeder1
ebb80748ad 93_Log2Syslog: ssldebug for debugging SSL messages, minor fixes
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16688 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-04 20:09:12 +00:00
klausw
44d789a70e 51_RPI_GPIO: attr interrupt none works now
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16687 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-04 19:02:38 +00:00
svc8083
35920558b8 controls_fhem.txt: fhemupdate checkin
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16686 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-02 05:45:10 +00:00
nasseeder1
08ee13921d 49_SSCam: V3.10.0, CreateStreamDev added, new lastrec_fw_MJPEG, lastrec_fw_MPEG4/H.264 playback MPEG4/H.264 recordings
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16685 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-01 19:47:54 +00:00
nasseeder1
7e3533069b 93_DbRep: V7.17.3, writeToDB - readingname can be replaced by the value of attribute "readingNameMap"
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16684 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-01 18:20:01 +00:00
krannich
cf02e23da1 74_HusqvarnaAutomower.pm: Changed API endpoint, added more status messages, german translation
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16683 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-01 12:10:39 +00:00
svc8083
ef0829881a controls_fhem.txt: fhemupdate checkin
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16682 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-05-01 05:45:08 +00:00
HomeAuto_User
85bd785be1 88_xs1Bridge: documentation | xs1 with password
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16681 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-04-30 18:23:25 +00:00
Skjall
c21df57e2d Vallox: Fixed Multireadings. Added Legacy Mapping. Added set commands
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16680 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-04-30 15:28:53 +00:00
svc8083
39df50aa59 controls_fhem.txt: fhemupdate checkin
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16679 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-04-30 05:45:10 +00:00
rudolfkoenig
54857a1deb fhemweb.js: do not add <pre> to HTML stuff (Forum #87372)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16678 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-04-29 22:42:09 +00:00
rudolfkoenig
e13436fad5 01_FHEMWEB.pm: remove HTML tags from the title Attribute (Forum #87372)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16677 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-04-29 22:36:01 +00:00
rudolfkoenig
fbfd08051f commandref*.html: add -temporary to defmod
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16676 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-04-29 22:18:58 +00:00
rudolfkoenig
f49a132f21 fhem.pl: add -temporary for defmod (Forum #85545)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16675 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-04-29 22:15:41 +00:00
eisler
81b54956ec 00_MQTT: topics and payload patch (Forum: #86270)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16674 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-04-29 12:53:05 +00:00
krannich
9ffea523ad 74_HusqvarnaAutomower.pm: New module
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16673 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-04-29 12:15:20 +00:00
svc8083
338079c685 controls_fhem.txt: fhemupdate checkin
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16672 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-04-29 05:45:09 +00:00
phenning
764ed6c663 00_OWX.pm: Version 7.11 mit Fix für neuen DS2438
11_OWX_SER.pm: Anpassung Versionsnummer
11_OWX_TCP.pm: Anpassung Versionsnummer
11_OWX_FRM.pm: Anpassung Versionsnummer
11_OWX_CCC.pm: Fix für CUBE Device
21_OWMULTI.pm: Fix für neuen DS2438

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16671 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-04-29 05:06:35 +00:00
LeonGaultier
ae416e1ee2 73_GardenaSmartBridge: fix fetch token after rereadcfg
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16670 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2018-04-29 04:18:33 +00:00