Skip to content

0.5.0 mayor release for blind control

Compare
Choose a tag to compare
@Hypnos3 Hypnos3 released this 22 Oct 21:52
· 502 commits to master since this release
a2fef8e
  • configuration

    • switched latitude and longitude and added openstreetmap link/map for the position to prevent issues caused by latitude and longitude (maybe cause of #55)
    • added german translation for latitude and longitude
  • time inject

    • added output of week number to enhanced date output
    • enhanced name output for enhanced date output
  • sun-position

    • fixed #52 bug with implementation
      • added positionAtSolarNoon as additional payload property with the position data of the sun at solar noon
    • fixed problem with msg.ts not considered as used timestamp
  • moon-position

    • fixed problem with msg.ts not considered as used timestamp
  • blind control

    • fixed #61 by removing misleading angle
    • fixed #62 setMode can now deactivate sun control
    • added resetOverwrite additional property #54
    • add possibility to have a exact priority comparisons (e.g. only reset a specific priority)
    • redesigned rule input by dialog
    • removed previous reset option for level operator, will now be done by new special level type
    • added new type of Level: NotDefined, where for absolute rules default or sunControl will be used and for min/max the rule will be reset.
      • This will allow to have only one type of time rules (until/from) which could cover whole day.
      • Hopefully this makes rules easier.
    • added per rule two different times and two different conditions
      • allows to define more scenarios
      • allows to reduce amount of needed rules.