• header.categories
    • header.recent
    • header.tags
    • header.popular
    • register
    • login
    1. home
    2. header.popular
    guest-login-post
    • alltime
    • 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
      1k views
      M
      OK, thanks. Will try this.
    • A

      cannot select firmware for node

      watching ignoring scheduled pinned locked moved Troubleshooting
      7
      4
      0 votes
      7 posts
      968 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
      929 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
      1k 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
      2k 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
      1k views
      jkandasaJ
      @giuseppez thanks to confirm the fix status!
    • Y

      Create widget: value a node

      watching ignoring scheduled pinned locked moved General Discussion
      7
      2
      0 votes
      7 posts
      814 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
      846 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
      4k 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
      4k 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
      4k 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
      4k 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
      1
      0 votes
      6 posts
      2k 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
      2k views
      T
      @zachflem Ah... so if i understand correctly, you basically need a scipt that monitors the switch variables in mycontroller?