• Categories
    • Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • M

      MQTT Connection and DISCOVERY problem

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      7
      0 Votes
      7 Posts
      696 Views
      M
      OK, thanks. Will try this.
    • A

      cannot select firmware for node

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      7
      0 Votes
      7 Posts
      510 Views
      A
      @jkandasa yes, after i couldn't remove the firmware in the ui, i deleted it from this path. I might of been a little hasty
    • bmanosB

      My sensors Names disappering every time

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      7
      0 Votes
      7 Posts
      480 Views
      bmanosB
      @seant thanks for that but when I have a node with multiple sensors attached this cannot help (ex: DHT11 temperature + humidity)
    • bmanosB

      [SOLVED] Cannot get Pushbullet to work

      Watching Ignoring Scheduled Pinned Locked Moved Getting Started
      7
      0 Votes
      7 Posts
      533 Views
      bmanosB
      Hello again I reinstalled the pi and the jdk and the pushbullet issue is gone now Thanks again @jkandasa Emmanuel
    • skywatchS

      Merry Christmas and a Happy New Year!

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      7
      2 Votes
      7 Posts
      577 Views
      skywatchS
      @skywatch admin/admin - got it now!
    • G

      MyController V2.0 Error: Minified React error #31

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      7
      0 Votes
      7 Posts
      530 Views
      jkandasaJ
      @giuseppez thanks to confirm the fix status!
    • Y

      Create widget: value a node

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      7
      0 Votes
      7 Posts
      308 Views
      jkandasaJ
      @Yourry looks like you have problem with your influxdb configuration or setup.
    • J

      Ghost Value

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      7
      0 Votes
      7 Posts
      435 Views
      J
      .... happy holidays to you Jkandasa I'm rethinking my vision / use of the Mys protocol as I have chosen a Usb gateway and mostly a communication bus in rs485 (RF is for specific cases) MyC <---usb---> Gateway Mega2560/Gui-Oled <----RS485---> Nodes1 2 3 <---- RF ---> NodeX the controller in a closet the gateway on the desk (usb 3 meters) the nodes everywhere in the house (in the technical parts) and as the "real" Node to Node doesn't work (yes a gateway is mandatory for routing) I'll see how I'm going to do a state management. I'm testing a feedback on the OLED display of the gateway. an example of the sketch on the gateway of a remote node //------ node 36 Link distant ------ const byte LINKY_NODE_ID = 36 ; // node linky const byte CHILD_ID_PAPP = 1 ; // ID papp uint16_t valPAPP ; // variable valeur PAPP //-------- linky papp ------------------ if (message.sender == LINKY_NODE_ID && message.sensor==CHILD_ID_PAPP && message.type == V_VA ) { // val PAPP valPAPP = message.getInt(); Serial.print("val PAPP. : "); Serial.println(valPAPP); } //------------ OLED valeur PAPP -------------------------- void valPaPP() { oled.set2X(); oled.setCursor(37,2); oled.print(valPAPP); oled.print("va "); }
    • D

      Portuguese (Brasil)

      Watching Ignoring Scheduled Pinned Locked Moved Translation (localization)
      6
      2 Votes
      6 Posts
      3k Views
      jkandasaJ
      @dlohmann Portuguese (Brasil) added in to selection page. I have named as Português (BR) Please correct me if put wrongly. [image: 1460806399344-portuguese_br.png]
    • imediaI

      Timer issue in 0.0.3-FINAL-Alpha2

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      6
      0 Votes
      6 Posts
      3k Views
      imediaI
      @imedia said: 206 ERROR [Quartz_Scheduler_Worker-7] [org.mycontroller.standalone.operation.model.OperationSendPushbulletNote:128] Timer will not support for this operation Issue #301 Created: https://github.com/mycontroller-org/mycontroller/issues/301
    • R

      Monitoring electricity consumption

      Watching Ignoring Scheduled Pinned Locked Moved Scripts script custom widget charts graphs watts
      6
      0 Votes
      6 Posts
      3k Views
      jkandasaJ
      @rjad Ok,I tested this but couldn't get it to work. Presumably I didn't follow the instructions properly. When you do changes on HTML additional headers, you have to reload the browser. I hope you did this. With some work it could be better, so for example, I lose the hover information, I had trouble getting two of these plots on one dashboard with different bins. For hover information, I do nit get any clue. As I never worked directly with the D3 chart. For the multiple of charts on same dashboard issue, you might have chart id issue. Maybe because of this one, <canvas id="simpled3" style="display: none;"></canvas>
    • G

      Send Email (Bug)?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      6
      0 Votes
      6 Posts
      3k Views
      jkandasaJ
      @gouds Yes, I will check this issue soon and update you.
    • B

      Synchronization between rules and timer handlers

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      6
      0 Votes
      6 Posts
      2k Views
      B
      @jkandasa said: @benya Do you face any issue with out Synchronization? I face potential issue in the following scenario: multiple PIRs tigger rule that reads/writes global variable and disables/enables timer timer reads global variable as well timer has counter=1 and self-disables when triggered Therefore I need to synchronize access to the global variable and modifications of timer object. Otherwise global variable and timer could be left in an unexpected state.
    • E

      Data Export

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard
      6
      0 Votes
      6 Posts
      3k Views
      E
      Thanks again @jkandasa , After downloading the correct version, I got it working!
    • B

      Database issue?

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      6
      0 Votes
      6 Posts
      3k Views
      jkandasaJ
      @benya Remove old database Start MyController Restore your backup file Start MyController
    • D

      Mycontoller on a stm32 with rf24 Mesh lib

      Watching Ignoring Scheduled Pinned Locked Moved MyControllerDevice (ESP8266)
      6
      0 Votes
      6 Posts
      3k Views
      jkandasaJ
      @Darvos You can improve existing translation if you find any issue.
    • jkandasaJ

      Dirty upgrade - for advanced users. [NOT RECOMMENDED ;) ]

      Watching Ignoring Scheduled Pinned Locked Moved Getting Started upgrade dirty snapshot
      6
      0 Votes
      6 Posts
      2k Views
      T
      @jkandasa I created a googledrive download script!, maybe it is usefull for you #!/bin/sh if [ "$#" -ne 2 ] ; then clear echo "Usage ./get-googledrive doc-id filename" echo "Where the doc-id is the number presented on the share link in google drive" exit 1 fi echo echo '-----------------------------------------------------------------------' echo 'Getting doc-id : ' $1 echo 'Saving to filename : ' $2 echo '-----------------------------------------------------------------------' echo wget --no-check-certificate 'https://docs.google.com/uc?export=download&id='$1 -O $2 (not sure if the doc-id changes once you post a new version.....)
    • L

      Techs used for develop MyController

      Watching Ignoring Scheduled Pinned Locked Moved Developers Zone
      6
      0 Votes
      6 Posts
      2k Views
      jkandasaJ
      @lucacalcaterra I do not know about spring framework. I never worked with it. MyController GUI not controller by JAVA. works via REST API.
    • A

      High CPU-load and numerous tasks in background

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      6
      0 Votes
      6 Posts
      1k Views
      jkandasaJ
      @Axel Thanks for the logs and backup file. I do not see any issue with MyController restored in my local(I tested with SNAPSHOT version). From your log file, I see that MyController takes a lot of time to start[57, 62, 67, 1807 seconds]. seems like your raspberry PI loaded with some other application? If yes, I request to stop all other application running in your raspberry PI and try again. I recommend using RASPBIAN OS LITE edition.
    • Z

      Detect change of state on switch

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      6
      0 Votes
      6 Posts
      1k Views
      T
      @zachflem Ah... so if i understand correctly, you basically need a scipt that monitors the switch variables in mycontroller?