Carlo Costanzo
Carlo Costanzo
Blockchain as a service : https://aws.amazon.com/blockchain/
@jtmoore81 Yeah .. I'm open to different ideas.. I just saw the aws as a fast way to get something implemented.
@jtmoore81 Totally the same here. Keep me posted on anything you figure out. :) My notes will be here as well.

https://aws.amazon.com/blogs/aws/new-amazon-managed-blockchain-create-manage-scalable-blockchain-networks/
Blockchains are very hard. Better to think about just creating a token on an existing. Blockchain.
Also ADD tWITTER HISTORICAL CHARTS. Grafana not needed since HA does such an awesome job of stats.
* Vacation mode and mocupancy scenes to simulate being here.
```yaml - alias: 'Get Random Time' trigger: platform: time after: '21:00:00' action: - service: input_slider.select_value data_template: entity_id: input_slider.hour value: '{{ (range(22, 23) | random) }}' - service: input_slider.select_value data_template: entity_id:...
```yaml - alias: AUTO ON (MOTION) Downstairs Bathroom Light trigger: platform: state entity_id: sensor.aeotec_zw100_multisensor_6_burglar_24_10 from: '0' to: '8' action: service: scene.turn_on data_template: entity_id: > {% set hour=states("sensor.time").split(':')[0] | int %}...