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

      [SOLVED] Spike and lock up problem

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      15
      0 Votes
      15 Posts
      1k Views
      skywatchS
      @skywatch See here for reason and solution..... https://forum.mycontroller.org/topic/328/serial-problem/57
    • T

      logfile: certificate_unknown in processing a request

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      15
      0 Votes
      15 Posts
      1k Views
      T
      @jkandasa Just using /mylib/gauge.min.js (without the https://xxx.xxx.xxx.xxx/8443) works okay too! So problem solved!, issue was multiple lines to the same script in Utilities --> HTML additional headers --> Scriptfiles Case closed
    • D

      Programmatically reboot a node

      Watching Ignoring Scheduled Pinned Locked Moved Developers Zone
      15
      0 Votes
      15 Posts
      1k Views
      jkandasaJ
      Probably a stupid question, but will this reboot all mys GW attached to the pi? @skywatch Yes, it will. if your mys GW powered by RPI
    • J

      Grafana install

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      15
      0 Votes
      15 Posts
      939 Views
      J
      MyController can be installed anywhere, it is pure carbon, the hardest material
    • G

      Widget - Running Sensors

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      14
      0 Votes
      14 Posts
      4k Views
      R
      @jkandasa Thanks for that, missed it.
    • T

      Grouped sensors graph

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard
      14
      0 Votes
      14 Posts
      6k Views
      T
      @jkandasa I test the latest SNAPSHOT and it works like a charm !!! Thanks a lot
    • B

      Triggering rule through the HTTP request

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      14
      0 Votes
      14 Posts
      4k Views
      D
      Thank you very much, this is exactly the kind of hint I needed!
    • skywatchS

      High Memory Usage, is this normal?

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      14
      0 Votes
      14 Posts
      3k Views
      jkandasaJ
      @skywatch Yes, I put 512KB limit to avoid storage full. Yes please send to jkandasa at gmail dot com
    • I

      Unable to get MySensors sensors to Work with MyController running on RPi

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting mysensors temperature node
      14
      0 Votes
      14 Posts
      5k Views
      jkandasaJ
      @iamtheghost Are you using inbuilt serial IO pins from raspberry PI? If yes, you may need to disable console login. Have you configured this serial port for any other service? looks like you have some issues with your gateway serial port.
    • bmanosB

      About battery level

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      14
      0 Votes
      14 Posts
      4k Views
      T
      @bmanos said in About battery level: delay until ne One thing i saw in your sketch is this line delay(1000); Delay will stop all processing, also the mysensors code... what you preferably should use is: wait(1000); In this case mysensors is still able to process (just a little tip which will help coding, see this link for more information)
    • skywatchS

      JSON parser

      Watching Ignoring Scheduled Pinned Locked Moved Developers Zone
      14
      0 Votes
      14 Posts
      2k Views
      skywatchS
      @Emenike It is free. There are no api keys needed. You go to the main Metcheck page, select your location for the weather location you want to use, then towards the bottom of the page is a button labeled 'JSON'. Click that button and it gives you a url to use (just modify the script above for the url it gives you) Sripts are under Utiliries menu in my controller main page. After that manually running the script fetches data fine, but from there on you will need jkandasas help as this is as far as I have got.
    • F

      Forwarding stops working

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      14
      0 Votes
      14 Posts
      1k Views
      jkandasaJ
      @fsgrazzutti It is good news. let us know if you see the issue again. Thanks!
    • R

      Is their an option to enable ack for messages the gateway originates?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      13
      0 Votes
      13 Posts
      6k Views
      R
      it may be a more universal solution for the node/switch to use the request(uint8_t childSensorId, uint8_t variableType) function and resend the command to the node/relayActuator after a timeout. This is what @jkandasa mentioned in his post earlier. Still if the node/switch receives the request() it does not know what sensor sent it. If this was contained in the message variable we could implement a fairly robust solution to this.
    • F

      Connecting to Phillips HUE

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      13
      0 Votes
      13 Posts
      4k Views
      F
      @jkandasa It's working! Thanks. it would be great to have a simple tool to create massive operations. Like "create all ON operation for selected Binary sensors" or something like that. Thanks again!
    • skywatchS

      How to display pi properties?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      13
      0 Votes
      13 Posts
      4k Views
      skywatchS
      Hoorah !!!! - It is working now !!!! Thank you so much for your kind support and time today. Whilst I have only been running this for a week or so I have learnt a lot in the process. But don't worry, I will soon be back with more questions!
    • T

      How to install Mycontroller on the RaspberryPI (or any other linux/UNIX system)

      Watching Ignoring Scheduled Pinned Locked Moved Getting Started raspberry pi installation java linux startup
      13
      0 Votes
      13 Posts
      8k Views
      T
      @sherif Hi Sherrif!, What error do you see? have you tried to create the file in /etc/init.d with the command: sudo touch /etc/init.d/mycontroller
    • D

      Looping thru sensor time series

      Watching Ignoring Scheduled Pinned Locked Moved Developers Zone metrics script javascript api
      13
      0 Votes
      13 Posts
      1k Views
      D
      Amazing! Really thanks
    • A

      More information about Cmd=4 messages (stream messages)

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      13
      0 Votes
      13 Posts
      786 Views
      A
      @jkandasa ok thanks, i will upgrade
    • jkandasaJ

      serial, Ethernet to MQTT

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      13
      1 Votes
      13 Posts
      1k Views
      jkandasaJ
      @j54n1n thanks again! please report back if you find any
    • jkandasaJ

      Settings and Preferences for Eclipse IDE for JAVA Developers (Luna)

      Watching Ignoring Scheduled Pinned Locked Moved Developers Zone ide eclipse java
      12
      0 Votes
      12 Posts
      11k Views
      jkandasaJ
      @Fraid I am using Eclipse Luna. Let me try with Helios.