Commit graph

462 commits

Author SHA1 Message Date
Sandner, Denny
e2d193e591 #288 MQTT Topic Länge zu kurz 2022-09-18 13:37:28 +02:00
stefan123t
12d8ff5949
Merge branch 'main' into asyncWeb03 2022-09-15 23:11:52 +02:00
stefan123t
5870bcea1b fixed markdown syntax, typos and http://ahoy-dtu/ link 2022-09-15 23:06:26 +02:00
stefan123t
3f9fe399d3 added BOM to README.md 2022-09-14 23:28:01 +02:00
lumapu
445423209d minor changes (debug levels, api endpoints) 2022-09-14 22:08:08 +02:00
lumapu
4c5a9cb37f fix #278 2022-09-14 21:58:34 +02:00
lumapu
99c2b9f7a9
Merge pull request #277 from chehrlic/rpi_alarmid
RPI: Request alarm when alarm id changes
2022-09-13 22:07:58 +02:00
lumapu
4617cc06e3 Merge branch 'asyncWeb03' of https://github.com/lumapu/ahoy into asyncWeb03 2022-09-13 21:58:51 +02:00
lumapu
66b70f24e5 * improved records in hmInverter
* added records to api
* removed unused endpoints from api
2022-09-13 21:58:32 +02:00
Christian Ehrlicher
fb6250a109 RPI: Request alarm when alarm id changes 2022-09-13 17:18:24 +02:00
Kai Mosebach
03893e52ba add homeassistant examples 2022-09-13 10:51:23 +02:00
lumapu
56b747709a improved records in hmInverter.h 2022-09-12 22:57:36 +02:00
lumapu
d840915794
Update README.md
fix link
2022-09-12 21:12:26 +02:00
lumapu
2365059f82
Update README.md
relative links in md
2022-09-12 21:11:17 +02:00
Kai
d033b4a704
Make readme more clear 2022-09-12 20:58:59 +02:00
stefan123t
f3e1bf2fae
Merge pull request #272 from chehrlic/vz_rpi_updates 2022-09-12 19:30:32 +02:00
Christian Ehrlicher
de90c19eb3 RPI: add handling for InverterDevInform_All message, handle
RealTimeRunData_Reality similar to RealTimeRunData_Debug
2022-09-12 18:58:28 +02:00
Christian Ehrlicher
99b28b8c8e Add two more inverters with their respective firmware versions 2022-09-12 18:57:46 +02:00
stefan123t
675c6ce908 raise debug level in debug env 2022-09-10 23:08:44 +02:00
lumapu
6bd7e01f1a * started to implement POST api
* improved web serial console
* added multi inverter total values (published through MQTT)
* fixed: after boot there were transferred wrong data because of incorrect assignment (mqtt, visualization)
  -> not tested with sun
2022-09-10 02:19:25 +02:00
lumapu
9e1b6be70e Merge branch 'main' into asyncWeb03 2022-09-09 16:14:20 +02:00
lumapu
63a82d83ea fixed missing changes from PR #259 2022-09-09 16:12:59 +02:00
lumapu
0759bff4cd * web-serial: added internal buffer which is transmitted every second if its fill state is different from 0
* added uptime to serial console
* time will be instantiated in ESP (was in in JS)
* fixed SerialDebug inside hmRadio.h (thx to klahus1)
2022-09-09 14:46:18 +02:00
lumapu
20054ac9a6
Update User_Manual.md
added my inverter, using the following payload: `27 1c 07 e4 02 70 07 6c 00 64 00 00 00 00`
2022-09-09 14:06:30 +02:00
lumapu
debcc7eab2
Merge pull request #265 from madmartin/userman
tools/esp8266/User_Manual.md: cleanup
2022-09-09 13:53:07 +02:00
lumapu
44f2fa0308
Merge pull request #264 from madmartin/userman-add-inverter
User_Manual.md: add my inverter hw data
2022-09-09 13:52:08 +02:00
Martin Dummer
cdb750081a tools/esp8266/User_Manual.md: cleanup
- fix markdown syntax to make github _and_ markdown editors happy
- fix links from absolute to relative
- remove trailing whitespace
- fix some indentation

Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
2022-09-09 11:11:55 +02:00
Martin Dummer
e49350b73f User_Manual.md: add my inverter hw data
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
2022-09-09 10:16:41 +02:00
lumapu
b1fa6e0702 corrected points which were found during review of @stefan123t 2022-09-09 08:09:12 +02:00
lumapu
f651811359 fix autoscroll button 2022-09-08 23:08:44 +02:00
lumapu
bd93622d8f Merge branch 'development03' into asyncWeb03 2022-09-08 22:54:09 +02:00
lumapu
0d3ef76b8a Merge branch 'main' into development03 2022-09-08 22:53:43 +02:00
lumapu
4561655d9d * improved serial console
* repaired /save
* removed yields (not allowed with async-web)
2022-09-08 22:52:51 +02:00
lumapu
c32927a94e added time to serial console 2022-09-08 21:24:38 +02:00
Martin Dummer
2db984f1c0 esp8266/README.md: add info and wiring for ESP32 variant
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
2022-09-08 14:38:59 +02:00
Andreas Schiffler
800e07e6fa
Merge pull request #255 from chehrlic/chris_max_throws_exception
RPI: don't throw exception when no valid frame was received
2022-09-08 09:06:23 +02:00
Andreas Schiffler
a64a03f4cb
Merge pull request #256 from chehrlic/chris_vz
RPI: be able to handle more than one inverter with the volkszaehler plugin
2022-09-08 09:05:38 +02:00
lumapu
8ae78842a8 * built visualization as xhr
* converted /update to xhr
* started web serial console /serial
* /save does not work yet - not debugged
2022-09-07 23:09:47 +02:00
Christian Ehrlicher
73a0397107 RPI: be able to handle more than one inverter with the volkszaehler
plugin
2022-09-06 17:48:46 +02:00
Christian Ehrlicher
c6fb43c4ef RPI: don't throw exception when no valid frame was received 2022-09-06 17:47:09 +02:00
lumapu
200ce0c0cc * Merge branch 'development03' into asyncWeb03
* improved webApi
* updated Library Information (version + license)
2022-09-06 16:39:39 +02:00
lumapu
810e16df6e * start creation of visualisation api contents
* removed /json part -> moved to API
* added missing update.html
2022-09-06 13:28:46 +02:00
Andreas Schiffler
f97d365da7
Merge pull request #253 from Grufbert/url-path-relative
Use relative url path on setup page
2022-09-06 11:10:53 +02:00
Andreas Schiffler
bc14a6c6b8 inccrease minor release number for sprint 03 2022-09-06 09:12:32 +02:00
Andreas Schiffler
fcc394c1de
Merge branch 'main' into development03 2022-09-06 09:07:52 +02:00
Andreas Schiffler
c9a9a63093 documentation and service release 2022-09-06 09:05:27 +02:00
Nico Hess
330d9d5002
use relative not absolute url path 2022-09-06 08:44:47 +02:00
lumapu
865db3c32f
Merge branch 'main' into main 2022-09-06 07:09:47 +02:00
thfcm
f6b60f5979
Update README.md
Includes the reworked wirings.
2022-09-05 20:42:04 +02:00
thfcm
c86f0c0362
Update README.md
- Added information about faked Chips/Modules
- Added someline-breaks for better readability
2022-09-05 20:15:50 +02:00