• 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
    • R

      Resource->Rule save button disabled

      Watching Ignoring Scheduled Pinned Locked Moved Comments & Feedback
      6
      0 Votes
      6 Posts
      1k Views
      jkandasaJ
      @rmf69 you have to say do not want dampening feature by choosing None option.
    • D

      NullPointerException thrown from script type rule execution

      Watching Ignoring Scheduled Pinned Locked Moved Developers Zone
      6
      1 Votes
      6 Posts
      1k Views
      jkandasaJ
      @dklinkman Yes kindly update the findings. If we need to add the fix in Controller, I will do it. There are no major changes between 1.2.0 to 1.3.0. You can see it here
    • skywatchS

      New Build not working..... 1.3.0

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      6
      0 Votes
      6 Posts
      797 Views
      T
      @skywatch No worries! good to read you are still busy with mycontroller! :thumbs_up:
    • P

      Sensors tab wont load

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      6
      0 Votes
      6 Posts
      726 Views
      jkandasaJ
      @pighair47 Thank you for the hints. Let me have a look in detail.
    • R

      requesting value from node

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      6
      0 Votes
      6 Posts
      692 Views
      jkandasaJ
      @rozpruwacz Thank you! https://github.com/mycontroller-org/mycontroller/issues/459
    • H

      Huge mycontroller.mv.db

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      6
      0 Votes
      6 Posts
      1k Views
      jkandasaJ
      @hoegaarden_bier Sorry for the inconvenience. You have some of the options, do restore of your last successful backup share your corrupted database with me(I will try to fix it), I understand it is difficult to upload 9GB, If possible Start from zero with the latest build.
    • M

      Issues with Group Sensor Graph

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard
      6
      0 Votes
      6 Posts
      911 Views
      M
      Thank you.
    • B

      Node EUI on Topology chart

      Watching Ignoring Scheduled Pinned Locked Moved Developers Zone
      6
      0 Votes
      6 Posts
      1k Views
      B
      @jkandasa said in Node EUI on Topology chart: @Boggie This feature is available in snapshot version. .. and it looks fantastic
    • M

      How to make controller for AC/Heatpump?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      6
      0 Votes
      6 Posts
      609 Views
      jkandasaJ
      @michael2michaeli It is simple, can you check it in the help document? under the section Dashboard.
    • skywatchS

      Change Weather symbols for forecast....

      Watching Ignoring Scheduled Pinned Locked Moved Developers Zone
      6
      1 Votes
      6 Posts
      827 Views
      jkandasaJ
      @skywatch https://github.com/mycontroller-org/mycontroller/issues/472
    • B

      Send battery level to influxdb?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      6
      0 Votes
      6 Posts
      687 Views
      B
      I opened up an issue: https://github.com/mycontroller-org/mycontroller/issues/488
    • J

      Absolute humidity chart

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard
      6
      0 Votes
      6 Posts
      387 Views
      skywatchS
      @jan2son That's great news - looking forward to seeing your implementation.
    • R

      Remove saved battery information.

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      6
      0 Votes
      6 Posts
      425 Views
      jkandasaJ
      @Daniele Yes, it is calling mycontroller.mv.db. I tried with that syntax, but the error I receive is : SQL Exception: No suitable driver found for mycontroller I try this locally and let you know.
    • S

      Error in log - The connection was broken by the other side

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      6
      0 Votes
      6 Posts
      485 Views
      jkandasaJ
      @sandr I believe netty dependent package upgrade might resolve this warning. But I am not sure at this point.
    • S

      Need Help with DualOptiboot Fota

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      6
      0 Votes
      6 Posts
      588 Views
      S
      @jkandasa Thank you for your help: I summarize what you asked me to do and which works now: The (minimum) equipment to test FOTA: I have a ATMega 328p BareBones (8MHz internal) + led attached to PB1 (pin15)+ SPI Flash memory + 3.3v regulator + RFM69HCW. Install ArduinoISP program to ProMini (Programmer) Connect MySensors board on ProMini (ArduinoISP) via ISP header Select, Programmer="Arduino as ISP", Board:"Sensbender Micro", Processor:"Atmega 328 8Mhz" Now click on "Burn Bootloader". bootloader will be loaded on MySensors board Remove ISP header and remove ProMini from your computer Connect MySensors board to USB via FTDI connector Upload MySensors sketch(OTA should be enabled on the sketch) to MySensors board Now the MySensors node will appear in MyController server. Modify the MySensors sketch and upload it to MyController Now trigger "Firmware upload" from MyController server page. This is the first sketch to upload one time with the USB to FTDI connector : //pr1: minimal sketch for fota with blink led #define blinkTime 200 #define SKETCH_NAME "SensBender Led 200 -70" //25 caracteres max #define SKETCH_VERSION "pr1" //===== RFM config ===== // Enable and select radio type attached #define MY_RADIO_RFM69 //#define MY_DEBUG_VERBOSE_RFM69 //#define MY_DEBUG_VERBOSE_RFM69_REGISTERS #define MY_RFM69_NEW_DRIVER //#define MY_RFM69_ATC_MODE_DISABLED #define MY_RFM69_ATC_TARGET_RSSI_DBM (-70) // target RSSI -70dBm//BUG //#define MY_RFM69_MAX_POWER_LEVEL_DBM (20) // max. TX power 10dBm = 10mW//MARCHE #define MY_RFM69_FREQUENCY (RFM69_868MHZ) #define MY_IS_RFM69HW //with H(CW) //#define MY_RFM69HW (true) //#define MY_RFM69_NETWORKID (100) //#define MY_RFM69_BITRATE_MSB (RFM69_BITRATEMSB_1200) //#define MY_RFM69_BITRATE_LSB (RFM69_BITRATELSB_1200) // Enable repeater functionality for this node //#define MY_REPEATER_FEATURE #define MY_DEBUG //===== LED ===== #define LED_BUILTIN 9 //pb1 pin15 //===== This Node ID ===== #define MY_NODE_ID 0x02 //===== Enable OTA feature ===== #define MY_OTA_FIRMWARE_FEATURE #define MY_OTA_FLASH_SS (8) //pb0 pin14 #define MY_OTA_FLASH_JDECID 0x00 //0x00 if you don't know #include <MySensors.h> //=================================== //= SETUP = //=================================== void setup() {//pas besoin de Serial.begin(115200) pinMode(LED_BUILTIN, OUTPUT); Serial.print("Start "); Serial.print(SKETCH_NAME); Serial.print(" "); Serial.println(SKETCH_VERSION); }//FIN du SETUP //========================================== //= PRESENTATION = //========================================== void presentation() { // Send the sketch version information to the gateway and controller sendSketchInfo(SKETCH_NAME, SKETCH_VERSION); } // FIN de PRESENTATION //=================================== //= LOOP = //=================================== void loop() { digitalWrite(LED_BUILTIN, HIGH); Serial.print("LED ON "); wait(blinkTime); digitalWrite(LED_BUILTIN, LOW); Serial.println("LED OFF "); wait(blinkTime); }// FIN de LOOP Change blinkTime time and compil the sketch , then upload firmware .hex with MYCONTROLLER. Enjoy
    • D

      ms_smart_sleeping_node MycontrollerV2

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      6
      0 Votes
      6 Posts
      397 Views
      jkandasaJ
      Hi @derekangl I have added code to manage sleeping node in v2. But I have not tested. Can you please verify the status and let me know? Code changes: https://github.com/mycontroller-org/server/commit/ffe7ab56ab2cacf086180d83cb79fb67ba97c911 There is label will be added in to the sleeping node. sleep_node = true, if it is not added, you have to add this label manually
    • J

      Backup Config

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      6
      0 Votes
      6 Posts
      562 Views
      J
      ..... back on my computer hello skywatch jkandasa thank you for this clear explanation guys . the backup of infuxdb the one recopy with the tree command @odroidc2:/var/lib$ tree influxdb influxdb ├── data │   ├── _internal [error opening dir] │   └── mycontroller [error opening dir] ├── influxd.pid ├── meta │   └── meta.db └── wal [error opening dir] @odroidc2:/var/lib/influxdb/data$ sudo tree mycontroller mycontroller ├── autogen │   └── 2 │   ├── 000000001-000000001.tsm │   └── fields.idx └── _series ├── 00 │   └── 0000 ├── 01 │   └── 0000 ├── 02 │   └── 0000 ├── 03 │   └── 0000 ├── 04 │   └── 0000 ├── 05 │   └── 0000 ├── 06 │   └── 0000 └── 07 └── 0000 the directory /var/lib/influxdb/data/mycontroller/ and thus to save
    • J

      Manipulation and Various Returns

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      6
      0 Votes
      6 Posts
      412 Views
      jkandasaJ
      @jeelet no problem, take your time and let me know No I am not a school teacher
    • V

      MyController V2.0 no metrics on the Dashboard

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      6
      0 Votes
      6 Posts
      489 Views
      jkandasaJ
      @vidpix welcome to MyController if you use labels as filter append labels. as prefix of the key. samples: labels.ms_node_id, labels.ms_sensor_id in the filter key you can choose anything. you can easily understand if you see yaml view of a field.
    • W

      Unknown serial gateway port name (Windows 10)

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      6
      0 Votes
      6 Posts
      924 Views
      jkandasaJ
      @wint0178 Yes, 2.0.0 launched very recently