Git Product home page Git Product logo

hq-webui's People

Contributors

foaly42 avatar hobbyquaker avatar jens-maus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hq-webui's Issues

Time Shift in "Protokoll-Graph"

Hey there,

I use HQWebUI under RaspberryMatic - always newest release.
The "Protokoll-Graph" has a time shift of 120 minutes.
E.g. real time is 09:00am - the time at the graph is 07:00.
I was not able to find a way to fix this issue on my own.

HM-Protokoll

HQWebUI

[FIXED:]Hq-Webui funktioniert nach Installation nicht

Ich habe das Addon auf meiner ccu2 installiert und es wird auch in der Zusatzsoftwareverwaltung der ccu-Webui angezeigt, aber sobald ich [ip der ccu2]/addons/hq/ui aufrufe bekomme ich " 404-Not Found " angezeigt und das Addon kann nicht mehr deinstalliert werden; auch das klassische Neustarten bewirkt nix.
Verwendet habe ich "hq-webui_2.5.3.tar.gz" aus dem github repository.

EDIT: Hab gerade erst den fix von jens-maus gesehen
Issue Closed

Kommunikations-Fehler / parseerror

after login I receive the error message

Kommunikations-Fehler
parsererror

and all menu tabs have an empty content.

Pimatic version 2.31.25.20180120
HQ WebUI 2.5.4

hq.webui stocks by error

hq-webui.js:5894 Uncaught TypeError: Failed to execute 'serializeToString' on 'XMLSerializer': parameter 1 is not of type 'Node'.
at insertAlarms (hq-webui.js:5894)
at Object.success (hq-webui.js:2966)
at o (jquery.min.js:2)
at Object.fireWith [as resolveWith] (jquery.min.js:2)
at w (jquery.min.js:4)
at XMLHttpRequest.d (jquery.min.js:4)

stalled while reding RSSI data from raspberrymatic

Hi,
HQ Webui is not usable anymore (at least for me):
using HQ-webui 2.5.7, fresh installed (after successfull use with ccu/older raspberrymatic since years ....)
Infos like variable-values or device-states are not displayed anymore.

Really sad, as I need this tool for reading string-variables, their values are not displayed in
the original HM-Webui. At now I have to use hm-scripts to get/set variables.

After starting the HQ-Webgui the tab "Zentrale - Funk" only displays a spinner, no devices and no values.

When putting "debug" I get as last info in console: Fetching: RSSI pointing to line 3339 in hw-webui.js
Around this line some RSSI code is commented (not active). It looks as remindings from
some possibly not yet finished modifiation?

Also some icons for devices - even original HM-devices - are missing.
This is inside js/config.js where some devicemappings are missing. I could solve this (partly).

Not urgent, but annoying.
cu
Harvey

läuft nicht unter Raspi Version 2.31.25.20180120

Hallo,
nach der Installation und anschließenden Aufruf der Webui kommt die Meldung "parsererror" nach bestätigen der Meldung ist die webui leer.
Installierte Version 2.5.4

Zusätzlich noch
Historian 1.2.0
Programm Drucken 1.2a
HVL 0.5
E-Mail 1.6.6
XML-API 1.10
hm_pdetect 1.3
CUx 1.12

WARNING: AlDestMapDP() incorrect use

Bei der aktuellen RaspberryMatic (2.29.22.20170902) und der V 2.5.4 kommt es zu folgendem Fehler

Sep 18 20:09:04 homematic-raspi local0.err ReGaHss: Error: IseESP::ExecHssDP: WARNING: AlDestMapDP() incorrect use: var USER_ID=1004; object oTmpArray = dom.GetObject(ID_SERVICES); Write("["); var first = true; if (oTmpArray) { string sTmp; foreach (sTmp, oTmpArray.EnumIDs()) { object oTmp = dom.GetObject(sTmp); if (oTmp) { if (oTmp.IsTypeOf(OT_ALARMDP)) { var trigDP = dom.GetObject(oTmp.AlTriggerDP()); if (!first) { WriteLine(","); } else { first = false; } Write('{"did":"' # trigDP.AlDestMapDP().ID() # 
","oper":"' # trigDP.Operations() # '","name":"' # oTmp.Name() # '","id":"' # oTmp.ID() # '"}'); } } } } Write("]"); [iseESPexec.cpp:10346]
Sep 18 20:09:04 homematic-raspi local0.err ReGaHss: Error: IseESP::ExecHssDP: WARNING: AlDestMapDP() incorrect use: var USER_ID=1004; object oTmpArray = dom.GetObject(ID_SERVICES); Write("["); var first = true; if (oTmpArray) { string sTmp; foreach (sTmp, oTmpArray.EnumIDs()) { object oTmp = dom.GetObject(sTmp); if (oTmp) { if (oTmp.IsTypeOf(OT_ALARMDP)) { var trigDP = dom.GetObject(oTmp.AlTriggerDP()); if (!first) { WriteLine(","); } else { first = false; } Write('{"did":"' # trigDP.AlDestMapDP().ID() # 
","oper":"' # trigDP.Operations() # '","name":"' # oTmp.Name() # '","id":"' # oTmp.ID() # '"}'); } } } } Write("]"); [iseESPexec.cpp:10346]
Sep 18 20:09:04 homematic-raspi local0.err ReGaHss: Error: IseESP::ExecHssDP: WARNING: AlDestMapDP() incorrect use: var USER_ID=1004; object oTmpArray = dom.GetObject(ID_SERVICES); Write("["); var first = true; if (oTmpArray) { string sTmp; foreach (sTmp, oTmpArray.EnumIDs()) { object oTmp = dom.GetObject(sTmp); if (oTmp) { if (oTmp.IsTypeOf(OT_ALARMDP)) { var trigDP = dom.GetObject(oTmp.AlTriggerDP()); if (!first) { WriteLine(","); } else { first = false; } Write('{"did":"' # trigDP.AlDestMapDP().ID() # 
","oper":"' # trigDP.Operations() # '","name":"' # oTmp.Name() # '","id":"' # oTmp.ID() # '"}'); } } } } Write("]"); [iseESPexec.cpp:10346]
Sep 18 20:09:04 homematic-raspi local0.err ReGaHss: Error: IseESP::ExecHssDP: WARNING: AlDestMapDP() incorrect use: var USER_ID=1004; object oTmpArray = dom.GetObject(ID_SERVICES); Write("["); var first = true; if (oTmpArray) { string sTmp; foreach (sTmp, oTmpArray.EnumIDs()) { object oTmp = dom.GetObject(sTmp); if (oTmp) { if (oTmp.IsTypeOf(OT_ALARMDP)) { var trigDP = dom.GetObject(oTmp.AlTriggerDP()); if (!first) { WriteLine(","); } else { first = false; } Write('{"did":"' # trigDP.AlDestMapDP().ID() # 
","oper":"' # trigDP.Operations() # '","name":"' # oTmp.Name() # '","id":"' # oTmp.ID() # '"}'); } } } } Write("]"); [iseESPexec.cpp:10346]
Sep 18 20:09:04 homematic-raspi local0.err ReGaHss: Error: IseESP::ExecHssDP: WARNING: AlDestMapDP() incorrect use: var USER_ID=1004; object oTmpArray = dom.GetObject(ID_SERVICES); Write("["); var first = true; if (oTmpArray) { string sTmp; foreach (sTmp, oTmpArray.EnumIDs()) { object oTmp = dom.GetObject(sTmp); if (oTmp) { if (oTmp.IsTypeOf(OT_ALARMDP)) { var trigDP = dom.GetObject(oTmp.AlTriggerDP()); if (!first) { WriteLine(","); } else { first = false; } Write('{"did":"' # trigDP.AlDestMapDP().ID() # 
","oper":"' # trigDP.Operations() # '","name":"' # oTmp.Name() # '","id":"' # oTmp.ID() # '"}'); } } } } Write("]"); [iseESPexec.cpp:10346]
Sep 18 20:09:04 homematic-raspi local0.err ReGaHss: Error: IseESP::ExecHssDP: WARNING: AlDestMapDP() incorrect use: var USER_ID=1004; object oTmpArray = dom.GetObject(ID_SERVICES); Write("["); var first = true; if (oTmpArray) { string sTmp; foreach (sTmp, oTmpArray.EnumIDs()) { object oTmp = dom.GetObject(sTmp); if (oTmp) { if (oTmp.IsTypeOf(OT_ALARMDP)) { var trigDP = dom.GetObject(oTmp.AlTriggerDP()); if (!first) { WriteLine(","); } else { first = false; } Write('{"did":"' # trigDP.AlDestMapDP().ID() # 
","oper":"' # trigDP.Operations() # '","name":"' # oTmp.Name() # '","id":"' # oTmp.ID() # '"}'); } } } } Write("]"); [iseESPexec.cpp:10346]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.