2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00
Commit Graph

824 Commits

Author SHA1 Message Date
Ellert
597919666e 74_AutomowerConnect.pm: educe spikes in border region after a hull polygon is set to attribut.
git-svn-id: https://svn.fhem.de/fhem/trunk@28790 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2024-04-13 12:38:15 +00:00
Ellert
781cd40464 74_AutomowerConnect.pm: calculation of mowing area hull polygon, some more info in InternalData and StatisticsData, downloading of third party library for hull calculation
git-svn-id: https://svn.fhem.de/fhem/trunk@28772 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2024-04-08 15:15:28 +00:00
Ellert
6cbd862c65 fhemweb_iconSwitch.js: show correct value when reading is changed by set/setreading, thanks to beaune https://forum.fhem.de/index.php?msg=1307914
git-svn-id: https://svn.fhem.de/fhem/trunk@28688 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2024-03-20 18:15:20 +00:00
rudolfkoenig
fe020890ef fhembwe.js: fix german doc (Forum #135850)
git-svn-id: https://svn.fhem.de/fhem/trunk@28198 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-11-22 16:22:22 +00:00
rudolfkoenig
9596f7cd20 fhemweb.js: optional size parameter for the multiple widget (Forum #135850)
git-svn-id: https://svn.fhem.de/fhem/trunk@28196 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-11-21 17:30:08 +00:00
rudolfkoenig
7f560e11fa fhemweb.js: optional size argument for the textField family (Forum #135850)
git-svn-id: https://svn.fhem.de/fhem/trunk@28190 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-11-20 18:58:54 +00:00
Ellert
3fc28e47db 74_AutomowerConnect: Common.pm try to reconnect if ws is open but not ready, improve leaving path colorization if position polling is on, some changes in automowerconnect.js, Cref update.
git-svn-id: https://svn.fhem.de/fhem/trunk@27764 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-07-14 11:34:00 +00:00
Ellert
9d2585ba0f 74_AutomowerConnect: automowerconnect.js add extra map update function for FTUI2
git-svn-id: https://svn.fhem.de/fhem/trunk@27712 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-06-28 18:12:04 +00:00
Ellert
a7c212d972 74_AutomowerConnect: Common.pm, prevent DevIo from directly setting STATE, prepare automowerconnect.js for use with FTUI 2
git-svn-id: https://svn.fhem.de/fhem/trunk@27709 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-06-27 14:11:29 +00:00
Ellert
68d1810f59 74_AutomowerConnect: Common.pm, automowerconnect.js, fix problem with empty positions array, java script cleanup
git-svn-id: https://svn.fhem.de/fhem/trunk@27706 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-06-25 11:44:25 +00:00
Ellert
3110fac750 74_AutomowerConnect: Common.pm, automowerconnect.js, fix path color for LEAVING in polling mode
git-svn-id: https://svn.fhem.de/fhem/trunk@27701 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-06-23 22:06:55 +00:00
Ellert
f272c70599 74_AutomowerConnect: Common.pm, automowerconnect.js, handle userattr for API timeouts and logleveldevio, measure response time, prevent some warnings, update map via FW extension, reduce side effects while maually update mower data via polling
git-svn-id: https://svn.fhem.de/fhem/trunk@27684 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-06-16 22:04:30 +00:00
Ellert
28159b648c 4_AutomowerConnect: Common.pm, automowerconnect.js improved disabled handling, reworked use of differential data for map update
git-svn-id: https://svn.fhem.de/fhem/trunk@27672 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-06-11 07:38:14 +00:00
Ellert
53d1e4cb39 4_AutomowerConnect: Common.pm, automowerconnect.js shift subs to library, mowing path: display only way point dots alternatively
git-svn-id: https://svn.fhem.de/fhem/trunk@27644 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-06-02 16:49:35 +00:00
Ellert
29d4402b63 74_AutomowerConnect: Common.pm, automowerconnect.js, implemented error stack and getter to show, show daily collisions, not calculate statistics solved, use only differential data to update mower path, hints at https://forum.fhem.de/index.php?topic=131661.msg1277180
git-svn-id: https://svn.fhem.de/fhem/trunk@27625 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-05-29 01:26:46 +00:00
Ellert
02e8b7252e 74_AutomowerConnect: Common.pm, automowerconnect.js, use of websocket for realtime events, Forum: https://forum.fhem.de/index.php?topic=131661.msg1276678#msg1276678
git-svn-id: https://svn.fhem.de/fhem/trunk@27611 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-05-23 15:24:21 +00:00
Ellert
c87a771b34 AutomowerConnectFamily: 75_AutomowerConnectDevice: last revision, declared deprecated,will be removed soon, change definition to AutomowerConnect, use different application key, 74_AutomowerConnect: Common.pm remove attr mowerActivityToHighLight, extend design attributes, automowerconnect.js enhanced highlighting
git-svn-id: https://svn.fhem.de/fhem/trunk@27585 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-05-17 12:42:21 +00:00
rudolfkoenig
fa5c1a1ecb f18.js: fix day/night switch (Forum #133261)
git-svn-id: https://svn.fhem.de/fhem/trunk@27573 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-05-15 08:39:17 +00:00
rudolfkoenig
6716936a67 f18.js: add day/night switcher (Forum #133261)
git-svn-id: https://svn.fhem.de/fhem/trunk@27566 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-05-14 08:52:22 +00:00
Ellert
1d3562bcd7 AutomowerConnectFamily: add definiton of zones, possibillity to highlight a path section, some fixes
git-svn-id: https://svn.fhem.de/fhem/trunk@27484 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-04-25 17:37:26 +00:00
Ellert
d5bfca7904 AutomowerConnectFamily: minor fixes, cref update
git-svn-id: https://svn.fhem.de/fhem/trunk@27444 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-04-14 08:42:59 +00:00
Ellert
3494aa07eb automowerconnect.js: fix scale display
git-svn-id: https://svn.fhem.de/fhem/trunk@27373 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-03-30 12:47:45 +00:00
rudolfkoenig
ea3d8dc044 fhemdoc_modular.js: do not accidentally remove text (Forum 132718)
git-svn-id: https://svn.fhem.de/fhem/trunk@27337 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-03-17 16:44:19 +00:00
Ellert
6fd0100bbb automowerconnect.js: lineDash, split attribute to array
git-svn-id: https://svn.fhem.de/fhem/trunk@27205 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-02-11 23:04:14 +00:00
Ellert
cce457ce3f AutomowerConnect(family): error message and location on map, various settings for map design, mowerpath for all activities
git-svn-id: https://svn.fhem.de/fhem/trunk@27203 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-02-11 16:44:41 +00:00
rudolfkoenig
063b8d4961 fhemweb.js: do not scroll to the top on complex room selection (Forum #131822)
git-svn-id: https://svn.fhem.de/fhem/trunk@27117 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-01-25 09:13:32 +00:00
Ellert
31b8660f62 automowerconnect.js: new Frontend helper
git-svn-id: https://svn.fhem.de/fhem/trunk@27115 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-01-24 18:44:47 +00:00
rudolfkoenig
fc5c812cb2 fhemweb.js: scroll to attr select after click on existing (Forum #131811)
git-svn-id: https://svn.fhem.de/fhem/trunk@27114 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2023-01-24 13:13:15 +00:00
rudolfkoenig
e52de72eaa fhemweb.js: preset the rename field with the old value (Forum #129858)
git-svn-id: https://svn.fhem.de/fhem/trunk@26803 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2022-12-06 18:18:56 +00:00
rudolfkoenig
f78cdc4495 fhemweb.js: tell the user if the copy text was truncated (Forum #129858)
git-svn-id: https://svn.fhem.de/fhem/trunk@26801 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2022-12-06 17:05:16 +00:00
rudolfkoenig
b9d32307a8 fhemweb.js: cut Copy to forum at 50k, not 60 (Form #129858)
git-svn-id: https://svn.fhem.de/fhem/trunk@26800 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2022-12-06 17:01:00 +00:00
rudolfkoenig
e8da3254f0 fhemweb.js: truncate "Copy to forum" to 60k (Forum #129858)
git-svn-id: https://svn.fhem.de/fhem/trunk@26799 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2022-12-06 16:57:46 +00:00
rudolfkoenig
f8010a6347 defaultCommon.css: fix set/get/attr text margin for old styles (Forum #130746)
git-svn-id: https://svn.fhem.de/fhem/trunk@26798 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2022-12-06 16:42:18 +00:00
rudolfkoenig
36121ef4a3 fhemweb.js: support links in attr/set help (Forum #130694)
git-svn-id: https://svn.fhem.de/fhem/trunk@26782 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2022-12-05 12:36:32 +00:00
rudolfkoenig
d371cb957c fhemweb.js: fixing issues on the detail page (Forum #129858)
git-svn-id: https://svn.fhem.de/fhem/trunk@26631 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2022-10-31 11:17:44 +00:00
rudolfkoenig
36221537c3 fhemweb.js: do not crash if FHEMWEB is old (Forum #129979)
git-svn-id: https://svn.fhem.de/fhem/trunk@26630 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2022-10-31 10:21:43 +00:00
rudolfkoenig
39dd10e9a9 01_FHEMWEB.pm: detailLinks attribute added (Forum #129858)
git-svn-id: https://svn.fhem.de/fhem/trunk@26617 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2022-10-29 11:17:51 +00:00
rudolfkoenig
1b6af60580 fhemweb.js: detail bottom row reorganization, 3rd try (Forum #129858)
git-svn-id: https://svn.fhem.de/fhem/trunk@26608 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2022-10-28 12:09:44 +00:00
rudolfkoenig
434838ab7e fhemweb.js: better copy to clipboard (Forum #129858)
git-svn-id: https://svn.fhem.de/fhem/trunk@26602 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2022-10-27 14:32:54 +00:00
rudolfkoenig
52aacaf8b7 fhemweb.js: Add function to the dropdown (Forum #129858)
git-svn-id: https://svn.fhem.de/fhem/trunk@26600 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2022-10-27 11:35:56 +00:00
rudolfkoenig
7b4498bab5 fhemweb.js: suppress notification error with confirmJsError=0 (Forum #129332)
git-svn-id: https://svn.fhem.de/fhem/trunk@26589 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2022-10-26 12:56:33 +00:00
rudolfkoenig
fec867f416 fhemweb.js: change let to var for old tablet support (Forum #129647)
git-svn-id: https://svn.fhem.de/fhem/trunk@26526 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2022-10-12 07:10:23 +00:00
rudolfkoenig
afc7346a5e 01_FHEMWEB.js: add rescueDialog
git-svn-id: https://svn.fhem.de/fhem/trunk@26494 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2022-10-07 15:48:42 +00:00
rudolfkoenig
00c05f5b99 f18style.css: fix SVG-Editor select color (Forum #128855)
git-svn-id: https://svn.fhem.de/fhem/trunk@26347 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2022-08-23 08:56:36 +00:00
rudolfkoenig
a7d412817b console.js: encode the inform parameter (Forum #128651)
git-svn-id: https://svn.fhem.de/fhem/trunk@26335 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2022-08-18 16:02:03 +00:00
rudolfkoenig
83e2f22a2a fhemweb.js: fix the FLOORPLAN notification (Forum #128442)
git-svn-id: https://svn.fhem.de/fhem/trunk@26334 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2022-08-18 15:42:05 +00:00
rudolfkoenig
d18a1055a9 fhemweb.js: URI-encode inform Parameter (Forum #128651)
FileLog.pm: clarify filelog-event-min-interval doc


git-svn-id: https://svn.fhem.de/fhem/trunk@26329 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2022-08-17 07:57:51 +00:00
rudolfkoenig
e4598cf2c9 f18.js: fix style view after the fhemweb FW_urlParams change (Forum #25983)
git-svn-id: https://svn.fhem.de/fhem/trunk@26271 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2022-07-29 15:22:05 +00:00
rudolfkoenig
5471a00d94 fhem.pl: warning+stacktrace for wrong devspec is now conditional (Forum #128362)
git-svn-id: https://svn.fhem.de/fhem/trunk@26247 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2022-07-19 11:18:01 +00:00
rudolfkoenig
77e1b09aa2 00_MQTT2_SERVER/CLIENT: enhance the traffic display (Forum #127223)
git-svn-id: https://svn.fhem.de/fhem/trunk@26055 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2022-05-17 20:12:20 +00:00