Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Setups included for testing (help us out!)

Below you'll find a list of setups we have (green) and are still looking for (yellow). If you are willing to help out the community, please share your setup with us. Below the list you'll find a paragraph detailing how you can best submit your data without everybody on the Internet being able to control your precious Smile.

Setups

Help wanted / submit yours (links to issue tracker)

  • Generic badge setup with a boiler, Floor, Koen, Plug, Tom and Lisa (i.e. the whole shebang) (adam_full_option)
  • Generic badge setup without a boiler, but with Lisa and either a Plug or a Tom (adam_without_boiler)

Existing setups

  • Generic badge setup with a boiler, Floor, Lisa and 3x Toms (riemers)

  • Generic badge setup with everything but Koen and Anna, multiple devices per zone (tane)

  • Generic badge setup with everything but Koen and Anna, device per zone (tane)

  • Generic badge a boiler, Adam, Anna and Tom (bouwew)

  • Generic badge setup with a boiler ()

  • Generic badge without boiler(i.e. attached to city heating) (compatech)

  • Generic badge without boiler(i.e. attached to city heating) (compatech)

  • Generic badge setup with a boiler, but legacy firmware (1.8) ()

  • Generic badge another setup with a boiler, but legacy firmware (1.8), but with a location ()

  • Generic badge electricity only (compatech)

  • Generic badge electricity only - just the above with added data, please submit yours (from above)

  • Generic badge electricity, solar and gas ()

  • Generic badge electricity and gas ()

  • Generic badge another electricity and gas ()

Sharing

If you see a yellow item and feel your setup fits in, please MAIL one of the authors the output of the below links. Feel free to create a PR if you follow the below privacy hint:

They should al start with <xml and copied as plain text (i.e. not preformatted like Chrome and Safari do). Either use wget/curl or use your 'developer view' from your browser to copy the source text.

http://{ip_of_your_smile}/core/appliances
http://{ip_of_your_smile}/core/domain_objects
http://{ip_of_your_smile}/core/locations
http://{ip_of_your_smile}/core/modules

Important

Don't commit test-data in tests that shouldn't be available to 'the internet'. To prevent this we've included a pre-commit hook that checks and validates that no private information is there (but do double-check yourselves!) See 'scripts/pre-commit.sh' for details

Excerpt

  • modify domain_objects and set short_id to abcdefgh
  • modify domain_objects and set wifi_ip to 127.0.0.2
  • modify domain_objects and set lan_ip to 127.0.0.1
  • modify domain_objects and set all ip_addresses to 127.0.0.3
  • modify domain_objects and set hostname to smile000000
  • modify domain_objects and set longitude to 4.49
  • modify domain_objects and set latitude to 52.21
  • modify domain_objects and set city to Sassenheim
  • modify domain_objects and set postal_code to 2171

Obfuscating mac-addresses

We used to obfuscate them as they weren't used within our module nor HomeAssistant. From v0.16.4 this was changed as such we recommend leaving them in, if you do wish to obfuscate Note: Zigbee mac addresses are 64bit (not 48bit like Ethernet mac addresses)

Prefix:

  • ABCD01234567

Postfix:

  • Anything you'd normally have (last 4 digits can remain)
  • When standardizing:
    • 0001 = Network Mac Address
    • 0101 = Controller Zigbee Mac Address
    • 0Axx = Nodes Zigbee mac addresses