Skip to content

Visualization

get help for vizualisations

65 Themen 352 Beiträge

NEWS

  • Custom Widgets with javascript where to save in ioBroker?

    Verschoben
    3
    0 Stimmen
    3 Beiträge
    728 Aufrufe
    O
    @brigidamorin hope you solved the problem. I have it also could you help?
  • view not shown after update to v1.4.5

    1
    0 Stimmen
    1 Beiträge
    370 Aufrufe
    Niemand hat geantwortet
  • New Vis-Offline license for private use

    vis
    6
    0 Stimmen
    6 Beiträge
    1k Aufrufe
    A
    @jey-cee said in New Vis-Offline license for private use: v2.x When v2.x release is expected?
  • Show website (www) on View in Vis

    vis
    3
    0 Stimmen
    3 Beiträge
    558 Aufrufe
    HomoranH
    @czarnylewis sagte in Show website (www) on View in Vis: The website www.google.com has rejected the connection request maybe google does not allow iframes. i think there are similar 'issues' mentioned in the forum, but I do not remember the solution.
  • Turn of other buttons when pressing button

    1
    0 Stimmen
    1 Beiträge
    388 Aufrufe
    Niemand hat geantwortet
  • Selection widget for navigation SOLVED!

    vis
    9
    0 Stimmen
    9 Beiträge
    1k Aufrufe
    A
    @Glasfaser Got it, thanks, it works! I guess for dummy like myself the user guide description material is not sufficient.
  • Set blind slat position via vis (Homematic IP)

    vis
    1
    2
    0 Stimmen
    1 Beiträge
    402 Aufrufe
    Niemand hat geantwortet
  • Visualization for Dummies

    vis
    21
    0 Stimmen
    21 Beiträge
    5k Aufrufe
    S
    @solarimpulse Just found the problem! the Quotation mark have been wrong...
  • Controlling multiple objects by single widget

    vis
    3
    0 Stimmen
    3 Beiträge
    1k Aufrufe
    E
    I guess the best approach is to make a new object, which sets the control value. Subsequently build a JS or blockly to read the value of the object and control multiple objects.
  • Vis displays deleted objects

    vis own project
    6
    2
    0 Stimmen
    6 Beiträge
    737 Aufrufe
    HomoranH
    @kadircanaksoy did you try to clear the browser's cache? (CTRL-F5)
  • I can't accesss my iobroker vis server

    vis
    3
    0 Stimmen
    3 Beiträge
    636 Aufrufe
    DutchmanD
    @임희원 sagte in I can't accesss my iobroker vis server: I can't access my iobroker vis server. It just stuck in "Connecting to server... Loading values..." page. please downgrade. your socket.io to version. 3.0.9
  • Adapter time-switch

    vis
    4
    2
    0 Stimmen
    4 Beiträge
    829 Aufrufe
    liv-in-skyL
    @Vraanaa good to hear - have a anice day
  • VIS formula in Object ID SOLVED

    vis
    4
    1
    0 Stimmen
    4 Beiträge
    2k Aufrufe
    DutchmanD
    @ap2017 sagte in VIS formula in Object ID: @CrunkFX Thank you. Can same be done by binding ObjectID in widget? Something like: {objectID;*(9);/(5);+(32);} For some reason it does not work for me. Yes you can just use bindings in vis for calculations. “ You can use this pattern in any text, like My calculations with {objectID1;operation1;operation2;...} are {objectID2;operation3;operation4;...} or color calculations: #{objectRed;/(100);*(255);HEX2}{objectGreen;HEX2}{objectBlue;HEX2} “ https://github.com/ioBroker/ioBroker.vis
  • Read oid in VIS HTML

    vis
    15
    0 Stimmen
    15 Beiträge
    2k Aufrufe
    CrunkFXC
    @oliverthom707 Of course, it is possible, but somehow not very effective to build. I would consider doing it with a Material Table by Scrounger or just using Buttons in VIS. If created by hand we can´t get big HTML Tables to work properly.
  • Push Button

    vis ios app
    4
    0 Stimmen
    4 Beiträge
    1k Aufrufe
    CrunkFXC
    @Gunthervc No Problem
  • Show in VIS gadget calculated variable by Blockly logic

    vis
    2
    0 Stimmen
    2 Beiträge
    511 Aufrufe
    CrunkFXC
    @ap2017 Create a new state in Userdata.0. Should be a Datapoint with either Bool,String or Number. In Blockly you write your value into that Datapoint and call it in VIS.
  • Ikea Tradfri bulbs and Lovelace

    own project
    6
    0 Stimmen
    6 Beiträge
    1k Aufrufe
    GarfonsoG
    @Lone-Baggie Why is ON_SET empty for the dimmer device? It needs to point to the state that swichtes on / off the light. The _SET always means "send a command here" and _ACTUAL means "read status from here". _ACTUAL is optional and usually is not needed to be filled (if you just have one state for an action, fill it in _SET and leave _ACTUAL empty). That might already be the issue (or not, because the state seems to exist?). (And yes, that is not really documented anywhere, is it?). Also it is not necessary to create two devices for the Bulb. The dimmer can also switch on/off the lamp (since you also fill in the same state in ON_SET/ON_ACTUAL, right?). As you can see in my screenshots I created a device that has on/off, dimmer, colortemperature, color (rgb string & hue). All in one device. The type-detector will try to use the device that maximizes the states used, i.e. the bulb will be detected as color capable and will have all the other capabilities, detected, too. So if you do not have a concrete usecase for the "light" device, I'd scap it. Another issue could be that lovelace tries to create two entities with the same name (I think it should try for your naming scheme) and that is not possible in homeassistant and currently one of them is discarded. You might want to take a look at the debug log for this, yourself. It should state something like that (it is not a warning anymore, because entities are recreated all the time and there seem to be valid cases where duplicates are expected... not sure... might look into that again, sometime).
  • introducing :: minuVis for ioBroker

    vis socket io
    1
    2 Stimmen
    1 Beiträge
    839 Aufrufe
    Niemand hat geantwortet
  • Blur background

    vis
    1
    0 Stimmen
    1 Beiträge
    654 Aufrufe
    Niemand hat geantwortet
  • I got stuck deploying the visualisation part, need help :-(

    Verschoben how-to
    10
    0 Stimmen
    10 Beiträge
    2k Aufrufe
    HomoranH
    @ydn sagte in I got stuck deploying the visualisation part, need help :-(: So I now use package "ioBroker Image for Raspberry Pi2 / 3/4 Buster 20191127" That's ok - the other one you would only need if you will use the same RasPi as Central for HomeMatic. @ydn sagte in I got stuck deploying the visualisation part, need help :-(: I also figured out I don't need Vis or Visualisation neccicerly. I can also choose for Lovelace or HABPanel and so This depends on your wishes and skills. vis is the most complex and nearly endles possibilities of Designs and functions -BUT needs a lot of Work The others provide fast results baut they are more ore less limited in creating own Designs

624

Online

32.7k

Benutzer

82.5k

Themen

1.3m

Beiträge