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

      French

      Watching Ignoring Scheduled Pinned Locked Moved Translation (localization)
      12
      1 Votes
      12 Posts
      3k Views
      J
      French version in service texte du lien words to be revised, 10 % of waste ? if a Frenchman passes by that he gives me a return for an improvement Thanks a lot Jkandasa [image: 200w.webp]
    • Stephan35S

      ESP8266 - analogRead(A0) return 65535

      Watching Ignoring Scheduled Pinned Locked Moved MyControllerDevice (ESP8266) esp8266 analogread
      12
      0 Votes
      12 Posts
      7k Views
      Stephan35S
      @njbuch said: @Stephan35 Indeed but my voltage divider used was aiming for 0.0 - 3.3 and resulting output was over 1 volt most of the time, which means that I am reading 65535 all the time. I need a new one. I am looking in my bins after a few resistors that matches my photo-resistor specs. Will revert when successfull. I am using: http://www.ohmslawcalculator.com/voltage-divider-calculator to find the right combination. Sorry, answer is there : analogRead(A0) return 65535 You have to modify Myconfig.h #define ENABLE_READ_VCC
    • D

      Custom Output to display

      Watching Ignoring Scheduled Pinned Locked Moved Scripts
      12
      0 Votes
      12 Posts
      4k Views
      D
      Thank you thank you! you are the best!
    • M

      Installing MyController onto Raspberry Pi

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      12
      0 Votes
      12 Posts
      2k Views
      T
      @mtbhuw great!! thanks for your feedback!!
    • G

      Missing Parent EUI

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard
      12
      0 Votes
      12 Posts
      945 Views
      jkandasaJ
      @guille Ah, do not know why? let me have a look sometime later. I hope this gives some hints to fix https://github.com/mycontroller-org/mycontroller/issues/484
    • T

      1.4 Final gui issue

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      12
      0 Votes
      12 Posts
      1k Views
      M
      @jkandasa If you ask whether I have included my own scripts: No. It is just a "virgin install" without any customizations. The four fields displayed in the GUI under Utilities- HTML additional headersare all empty. Edit: Oh, and if some testing on old hardware should be required, no problem! I will be happy to try things out. The only limiting factor might be my little to non-existing programming skills
    • D

      Unique index or primary key violation: "CONSTRAINT_4B_INDEX_4 ON PUBLIC.METRICS_DOUBLE_TYPE_DEVICE

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      12
      0 Votes
      12 Posts
      899 Views
      D
      If others will arrive here searching for a similar issue: in my case the final solution has been changing the Arduino Uno I was using as ethernet gateway.
    • W

      Trouble with MC v2 install on RPi 4

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      12
      0 Votes
      12 Posts
      638 Views
      jkandasaJ
      Thanks @wint0178 !! I will go through the installation documentation and sync with your update.
    • C

      Republish MySensors Messages via MQTT

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      11
      0 Votes
      11 Posts
      8k Views
      jkandasaJ
      MySensors serial message will be converted to MQTT via serial2mqtt
    • D

      Firebase?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      11
      0 Votes
      11 Posts
      5k Views
      F
      @jkandasa done https://github.com/mycontroller-org/mycontroller/issues/332
    • L

      Sunrize sunset forward

      Watching Ignoring Scheduled Pinned Locked Moved Scripts
      11
      0 Votes
      11 Posts
      5k Views
      L
      @adulovic Hi, As jkandasa said, you should probably download the last SNAPSHOT version again. Your error message seems to be because you don't have the SNAPSHOT with his modification. As for the step-by-step i can try to explain the way i did it: First, i'm using a Raspberry Pi Zero for the controller with an up-to-date Raspbian distro. I have the last 0.0.3.Final-SNAPSHOT of MyController.org(at least the one from 24 days ago with jkandasa's modification). I'm using the 2.0.0 version of MySensors (soon to be updated to the last version). On MyControler.org i created 2 UID tags (sunrize and sunset) which point to 2 dummy sensors (child of a MySensors node). Then i have the java script which send the sunrize and sunset value to this UID tags: var myImports = new JavaImporter(java.io, java.lang, java.util); with(myImports) { //Get Sunrise/Sunset details var locSettings = mcApi.utils().getServerLocationSettings(); //Get sensor variables for sunrise and sunset var sensorSunRise = mcApi.uidTag().getByUid("sunrize").getSensorVariable(); var sensorSunSet = mcApi.uidTag().getByUid("sunset").getSensorVariable(); //Update timezone offset values (by default gives GMT timestamp values) //sensorSunRise.value = locSettings.sunriseTime + locSettings.timezoneOffset; //sensorSunSet.value = locSettings.sunsetTime + locSettings.timezoneOffset; var dtr = new Date(locSettings.sunriseTime); sensorSunRise.value = dtr.getHours() + ':' + dtr.getMinutes(); var dts = new Date(locSettings.sunsetTime); sensorSunSet.value = dts.getHours() + ':' + dts.getMinutes(); //Send/Update thise sensorvariable with updated value mcApi.sensor().sendPayload(sensorSunRise); mcApi.sensor().sendPayload(sensorSunSet); } On MyControler.org i created an Operation to execute the java script and a Timer to start the Operation before Sunrize every day. For your java script you just need to add an if statement comparing the sunrize and sunset values with the current time, and you should be good.
    • G

      Setting Time Zone

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      11
      0 Votes
      11 Posts
      5k Views
      F
      Fixed for me too, I was having the wrong time on Chrome browser, while on Safari was correct. With logout and login.
    • K

      AC/Heatpump control

      Watching Ignoring Scheduled Pinned Locked Moved Scripts aircon heatpump script
      11
      0 Votes
      11 Posts
      5k Views
      K
      Hi @jkandasa Sorry for not posting the feedback yet... But yes - It works like a charm. And the timestamp solution seems to do what its supposed to
    • N

      Feeding data to influxDB

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      11
      0 Votes
      11 Posts
      5k Views
      jkandasaJ
      @njbuch To check available series on the databases do the query, SHOW SERIES. will list available series. For your configuration, you should have the following series and it is query, ESP_0B9892_Skur_fugtighed >> select * from ESP_0B9892_Skur_fugtighed ESP_0B9892_Skur_Temperature >> select * from ESP_0B9892_Skur_Temperature
    • E

      Hour Meter

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard custom widget script javascript hour meter generator
      11
      1 Votes
      11 Posts
      5k Views
      jkandasaJ
      @daniele You may need to create a dummy sensor and update sensor value everyday night via a script.
    • D

      No position or time from MySensors GPS Sensor

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      11
      0 Votes
      11 Posts
      2k Views
      F
      @jkandasa thanks a lot !
    • B

      Integrate Blockly

      Watching Ignoring Scheduled Pinned Locked Moved Developers Zone
      11
      0 Votes
      11 Posts
      4k Views
      jkandasaJ
      @blacksheepinc Hi, Yes, I had a look. And looks like we can implement with MyController with some new implementation to support for JSR223 standard(which is used in Java). Kindly create a request on github.com/mycontroller-org/mycontroller/issues When I get time I will work on this. Thank you!
    • bmanosB

      Window - Door Sensor How to get alerts

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      11
      0 Votes
      11 Posts
      2k Views
      bmanosB
      @bmanos said: DON'T reply I figured out the way to do this I didn't see that I can refer to rules in the operations module Everything is OK Thanks for your help one more time Hello Could you have a look at the following there is something I am doing wrong! Thanks again [image: 1504616788225-rule.png] [image: 1504616796191-operations.png]
    • D

      Null pointer exception when adding a new user

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      11
      0 Votes
      11 Posts
      2k Views
      T
      @jkandasa Thank you!
    • jkandasaJ

      MyController 1.1.0.Final version released

      Watching Ignoring Scheduled Pinned Locked Moved Announcements release
      11
      1 Votes
      11 Posts
      2k Views
      T
      @wanvo Okay, good!