Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Feliw05
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by Feliw05

    • Feliw05

      eventsystem: problem writing file
      Domoticz • • Feliw05  

      2
      0
      Votes
      2
      Posts
      11
      Views

      bazzoka

      Save the script directly from Windows and test if it can be opened in Domoticz.
    • Feliw05

      Trying to automate in Domoticz
      Domoticz • • Feliw05  

      4
      0
      Votes
      4
      Posts
      37
      Views

      MHofer

      the problem is "if (switch.state == 'On') then" that not works, write: if (switch.active) then or if (switch.inActive) then Device attributes and methods for all devices
    • Feliw05

      Connecting the Dallas DS18B20 temperature sensor.
      Hardware • • Feliw05  

      7
      0
      Votes
      7
      Posts
      50
      Views

      skywatch

      @Feliw05 You have left and right transposed. Looks like the left should go to Vcc and the right should go to ground....or are you looking at it from a different angle?
    • Feliw05

      How can I choose a controller?
      Controllers • • Feliw05  

      6
      0
      Votes
      6
      Posts
      52
      Views

      boanjo

      @Feliw05 Selecting the "right" controller is of course a matter of opinion and depends how far you want to go into the homeautomation swamp . Normally i don't give advice like this (and i agree with @mfalkvidd - It's great to discuss with a friend!) but here a my 2 cents... I think i've tried them all in the table but i always return to 2 alternatives: homeassistant and domoticz. If you want the fastest way to get started with good trend charts i still think Domoticz is a great choise. The UI is not the prettiest (even if you can fix that by setting up custom dashboards like dashticz or so) but it's very functional and i think it has a good default setup with trendlines per sensor for day/month/year using highcharts. I have a few weather station systems running remote and then i use domoticz in docker containers on off site servers (but i've also had it running on rasberry PIs). Very light weight. Another alternative (maybe obvious) is homeassistant but it might be a bit overwelming since it's very flexible and can be run in so many different ways so you will find tons of howtos that doesn't work anymore. It has a very active community that isn't afraid of changing core concepts when needed which is both a strength and sometimes a weakness. For my personal homeautomation i have moved over completely to homeassistant and it's possible to create beautiful dashboards with little effort. Is has integrations for more or less everything and if not there will be soon or you can add it yourself. Example dashboard that i have in the house with car heating/charging, cameras and tons of sensors and zigbee devices. Actually used and appretiated by everyone in the house It's a bumpier ride at least at first but i think homeassistant wins in the long run - and it's open source!