• Mycontroller 2.x ideas

    Pinned Moved 15 Dec 2017, 18:29
    2 Votes
    44 Posts
    18k Views
    @jkandasa Here is another suggestion to think of for version 2.0....... It would be nice to have a feature that could be enabled or disabled with a click that will perform the following...... Random Action - I am thinking of lights here for security purposes and making a building look more occupied than ordinary timers will allow. So a feature that allows random on times and random off times, within a specified portion (or portions) of the day/week/etc. Example Kitchen lights should be randomly turned on for minimum 2 minutes and maximum 5 minutes from 6am to 7.30am AND between 5pm -10pm. Bedroom lights should be turned on randomly for minimum 10 minutes and mazimum 20 minutes betwee 5.30am and 6.30am AND between 8pm and 11pm. And so on for different zones of lights. Once the vatiable are set then it should simply be a matter of enabling all when going away and perhaps you can even add a nice auto-disable for when you are away for a known number of days..... ? This could also apply to turning on/off radio etc to enhance the effect.
  • MyController 2.0 is ready for testing

    Pinned Moved 2.0 10 Jun 2021, 17:35
    0 Votes
    22 Posts
    6k Views
    @rmf69 said in MyController 2.0 is ready for testing: {"error": "Get "https://ipinfo.io/json\": dial tcp 0.0.0.0:443: connect: connection refused"} This error may be due to you do not have internet access of your firewall blocks https://ipinfo.io/json To avoid this error disable auto location detection feature and enter your location details manually. [image: 1640786193592-169ca077-f371-43f9-9e8d-36b9f9ac47a8-image.png] I do not see any error in the docker run. Can you please double check the availability of the mycontroller.yaml on your host machine? enter into the docker container and verify the file # docker exec -it mycontroller2b /bin/sh /app # cat /app/mycontroller.yaml
  • What is typical output voltage?

    11 days ago
    0 Votes
    1 Posts
    166 Views
    No one has replied
  • This topic is deleted!

    28 May 2025, 09:44
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • 0 Votes
    4 Posts
    583 Views
    Are the mycontroller.yaml setting the same for the binary and the docker container? Yes, same file/schema used on binary as well as for container. @rayven you have to point to your influx db location, docker container always runs on it's own network space, if you specified http://localhost:8086, it tries inside container. Put your host ip address on it. also enable the metric database. installation with docker container: https://mycontroller.org/docs/installation/quick-installation/docker-container/ install influx database: https://mycontroller.org/docs/getting-started/install-influxdb/ backend configurations: https://mycontroller.org/docs/installation/advanced-installation/backend-configuration/
  • JavaScript evaluation question.

    18 Feb 2025, 12:49
    0 Votes
    3 Posts
    299 Views
    @jkandasa I appreciate it.
  • This topic is deleted!

    14 Feb 2025, 20:33
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • This topic is deleted!

    15 Jan 2025, 08:54
    0 Votes
    1 Posts
    46 Views
    No one has replied
  • Request failed with status code 401

    14 May 2024, 13:22
    0 Votes
    4 Posts
    659 Views
    Hi @wint0178, when you logged in to the server, if you see this error, it was happened before login. If it comes only one time and all other functions are working as expected, please ignore this error.
  • Trouble with MC v2 install on RPi 4

    23 Apr 2024, 13:38
    0 Votes
    12 Posts
    1k Views
    Thanks @wint0178 !! I will go through the installation documentation and sync with your update.
  • Remote access to MCv2 Dashboard

    7 Jul 2023, 22:12
    0 Votes
    6 Posts
    1k Views
    @skywatch I was able to setup several MQTT Gateways using NodeMCU boards with attached I2C sensors. The Gateways are all Wifi gateways, but I have been able to use my DDNS in place of the IP address to send data from several locations including one that is international. I think this is working well at this point. Thank you for your reply!
  • Raspberry Pi 5 announced

    28 Sept 2023, 09:30
    1 Votes
    1 Posts
    394 Views
    No one has replied
  • arduino IDE 2.2.1 available

    28 Sept 2023, 09:30
    1 Votes
    1 Posts
    387 Views
    No one has replied
  • Setting up MQTT

    26 Jul 2023, 17:01
    0 Votes
    5 Posts
    1k Views
    @wint0178 on the other post, I see you were able to see the nodes. Still do you see this issue?
  • Adding MySensor V2.3.2 sensors to MC v2

    28 Jul 2023, 15:52
    0 Votes
    2 Posts
    591 Views
    OK, I'm not exactly sure what I did, but my student was able to edit the example sketch from MySensors V2 "GatewayESP8266MQTTClient" and add in code to send data from the Adafruit BME680 over MQTT. Once I added that code to my NodeMCU and added the # to the subscribe list in my gateway, it all just seemed to automatically add. I should acknowledge that I had a misunderstanding about what physical components were nodes, sources, and fields. For some reason I thought that my NodeMCU was a gateway (this is true), it was also a node (this was not true), and that the BME680 was the source with several fields on it (TEMP, PRESS, HUMM). I believe I see now that the Node is actually the BME680 board and it has several separate sources, the physical sensors for each of the conditions it monitors and those numeric values, once acquired, become fields that the MC server can publish. I am going to play some more with this since I would like to add all sorts of other nodes with a wide range of sources.
  • SSD filled overnight

    8 Jul 2023, 15:16
    0 Votes
    5 Posts
    897 Views
    @wint0178 You can use letsencrypt certification setup with https_acme to your DDNS setup, https://v2.mycontroller.org/docs/installation/advanced-installation/backend-configuration/
  • Moving Server to another location

    6 Jul 2023, 23:21
    0 Votes
    11 Posts
    1k Views
    @jkandasa I have fixed this. available in the docker container(2.1.0-devel). yet to update in executable.
  • Gateway setup for MCv2 using MySensors

    7 Jul 2023, 18:31
    0 Votes
    5 Posts
    793 Views
    @wint0178 No, keep default labels. as @JeeLet mentioned can you check any other service is consuming the serial port? Do you see any error on the gateway?
  • Docker Install Error

    5 Jul 2023, 16:53
    0 Votes
    4 Posts
    1k Views
    @wint0178 At the time of writing the document in RPI the default installation does not have docker 20.x or above. Hence I proposed this method. In your installation if you have latest version of docker, you can install with apt install... command. I think I took the steps from https://github.com/docker/docker-install
  • Armbian - MyC V2 - install

    9 Mar 2022, 11:19
    0 Votes
    40 Posts
    9k Views
    @JeeLet @wint0178 recently I released the version 2.0.0, the location changes. also I changed some of the paths. I will go through the installation steps soon as possible and update the required corrections

0

Online

637

Users

532

Topics

3.4k

Posts