Navigation

    eGeoffrey Forum

    • Login
    • Search
    • Categories
    • Recent
    1. Home
    2. Recent
    Log in to post
    • All categories
    • Announcements
    • General Discussion
    • Development
    • Your Projects
    • HOW TOs
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • B

      license
      General Discussion • • bill.remmer  

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • A

      Installation error Raspberry Pi OS Lite
      General Discussion • • a3veyk  

      3
      0
      Votes
      3
      Posts
      3
      Views

      A

      Thanks for your reply. I have to try again to do the install because I used the SD for another setup. Get back to you later.
    • U

      Minor Update: egeoffrey-gui v1.3-15
      Announcements • • user2684  

      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • E

      Backup eGeoffrey
      General Discussion • • eporocrail  

      10
      0
      Votes
      10
      Posts
      15
      Views

      E

      @user2684 Thanks for the info.
    • E

      Weird reaction on reception of remote control key code
      General Discussion • • eporocrail  

      5
      0
      Votes
      5
      Posts
      7
      Views

      U

      For future reference, discussion continuing on https://github.com/egeoffrey/egeoffrey-controller/issues/24 eporocrail created this issue in egeoffrey/egeoffrey-controller open ".0" added to integer value #24
    • E

      Developing my weather station, Work in Progress
      Your Projects • • eporocrail  

      39
      1
      Votes
      39
      Posts
      79
      Views

      U

      @eporocrail said in Developing my weather station, Work in Progress: As far as the UV sensors are concerned one has to be aware that acrylic covers and normal glass block UV light rather effectively. Had something similar happening to me with always a 0 from those sensors since they have to be kind of fully exposed to the light of the sun without nothing interfering... The tipping bucket has still an issue. The summing over time by eGeoffrey does not work for this application. Still tracked with https://github.com/egeoffrey/egeoffrey-controller/issues/23. Could take a while to implement it though. Thanks! user2684 created this issue in egeoffrey/egeoffrey-controller open "Sum" policy would not work with tipping bucket #23
    • E

      My burglary alarm system
      Your Projects • • eporocrail  

      134
      1
      Votes
      134
      Posts
      132
      Views

      E

      The tamper alarm is working. I had a WiFi coverage issue. But with an access point which was laying around the solution was available. Now only the IR remote control integration is left.
    • E

      Upload of pictures not working
      General Discussion • • eporocrail  

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • E

      Rule icon
      General Discussion • • eporocrail  

      2
      0
      Votes
      2
      Posts
      4
      Views

      U

      Added to the TODO list: https://github.com/egeoffrey/egeoffrey-gui/issues/82. Btw if you realize there are other bugs/feature requests discussed with me during the last few weeks without a github issue in the corresponding repository, please feel free to open issues by yourself, otherwise will be forgotten and never be implemented user2684 created this issue in egeoffrey/egeoffrey-gui open Add icon for rules #82
    • E

      Scheduling multiple events
      General Discussion • • eporocrail  

      3
      0
      Votes
      3
      Posts
      4
      Views

      E

      @user2684 Thanks.
    • E

      Purging sensor data
      General Discussion • • eporocrail  

      2
      0
      Votes
      2
      Posts
      3
      Views

      U

      Yes, purge may be misleading, it just applies retention policies in case you have changed your selection. Try with "reset" which is actually removing from the database everything related to that specific sensor. Thanks
    • U

      Streamlined Devel & Build Process
      Development • • user2684  

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • E

      Tipping bucket
      General Discussion • • eporocrail  

      3
      0
      Votes
      3
      Posts
      6
      Views

      E

      @user2684 Thanks in advance. Adapted my software. Waiting for rain.
    • E

      Counter widget
      General Discussion • • eporocrail  

      3
      0
      Votes
      3
      Posts
      6
      Views

      E

      @user2684 Setting to "0" is seen as a trigger and the counter is increased by 1.
    • E

      Timeline widget
      General Discussion • • eporocrail  

      4
      0
      Votes
      4
      Posts
      5
      Views

      E

      @user2684 The timeline widget is displaying quite nice. The only point is that retrieving of historical data does not work at all in my case. Even going back 1 day is not working. The fields "From" and "To" do not accept any change. They revert back to the default. The other selections are greyed out, but that might be caused by lack of data or missing data of an intermediate period. Your action please.
    • E

      Default page
      General Discussion • • eporocrail  

      3
      0
      Votes
      3
      Posts
      3
      Views

      E

      @user2684 Just put the name of the page in the mentioned field, save. Start your browser, CLEAR HISTORY. Now it works. Guest gets the page presented which is set-up.
    • E

      Text widget place and edit
      General Discussion • • eporocrail  

      5
      0
      Votes
      5
      Posts
      3
      Views

      E

      @user2684 Yes, that works.
    • E

      Raspberry 7inch touchpanel
      General Discussion • • eporocrail  

      5
      0
      Votes
      5
      Posts
      6
      Views

      E

      @user2684 I see what you mean. In the mean time I took a look at other comparable software. All do the same. So, one has to be aware what the target display will be for the system and design the GUI for that display.
    • E

      Schedule synchronisation
      General Discussion • • eporocrail  

      3
      0
      Votes
      3
      Posts
      4
      Views

      U

      Understood! Yes, noticed something similar as well
    • E

      Using macro
      General Discussion • • eporocrail  

      2
      0
      Votes
      2
      Posts
      3
      Views

      U

      The idea is you add a list of placeholders and for each one of those the rule will run independently replacing the %i% with the placeholder. If e.g. you have two sensors you want to apply the same logic to, you add sensor1 and sensor2 to the macro page and use %i% wherever you would have used the sensor. %ph% is not a valid placeholder that's why it is not working, you need to use %i%