Skip to content

Version_0.4.0

Compare
Choose a tag to compare
@sebilm sebilm released this 13 May 14:22
· 328 commits to master since this release
  • Set required js-controller to >=2.0.0
  • Test for Node 8 removed
  • Support for compact mode enabled
  • Support for more than one unit added
    • There is a new object structure - one level more for the unit.
    • The old objects will be updated if they are found - so don't panic.
    • If you don't need the old objects, you can remove them. They will not be created again.
  • Devide by 10 added to external flow temperature
  • Hundreds of missing parameters were added
    • The old fallback objects are no longer supported and updated. So check your objects update time.
    • You can remove the old objects. They will not be created again.
  • Fallback names for unknown parameters changed (id added at the beginning)
    • The old fallback objects are no longer supported and updated. So check your objects update time.
    • You can remove the old objects. They will not be created again.
    • If you have objects with numbers at the beginning, then these are fallback names. Please email me and I can add them.
  • Store session in iobroker data directory
    • After the adapter update you always had to get a new AuthCode and set it in the adapter settings.
    • This is no longer necessary from the next version.
    • But after the update to this version (0.4.0) it is necessary once again.
  • Translate object keys of serial number, version and product in english for all languages (section SYSTEM_INFO)
    • The old objects are no longer supported and updated. So check your objects update time.
  • Norwegian added
  • Code refactoring