SilentT19
SilentT19
Hi for me i have modify theres lines ```python s3 = boto3.resource( service_name='s3', endpoint_url='https://s3onprem', verify='/pathtocertificate' ) s3_client = boto3.client( service_name='s3', endpoint_url='https://s3onprem', verify='/pathtocertificate' ) ``` Between https://github.com/lamw/vmware-scripts/blob/master/python/make_vcsp_2018.py#L373 and https://github.com/lamw/vmware-scripts/blob/master/python/make_vcsp_2018.py#L377
@michelebergo , I'm not talking about energy meters but electrical outlets(Plugs), which with all the APIs mentioned above, we can know the instantaneous consumption
all is here : https://github.com/Koenkk/zigbee-OTA/issues/328
the problem its about a size of 50 and the legrand device need 62 https://github.com/Koenkk/zigbee-OTA/issues/328#issuecomment-1732671224
https://github.com/ansible-collections/community.vmware/blob/f913056612c776b6527aa3c373fe7cb7358d2762/plugins/modules/vmware_guest.py#L2303 if win in guest_id but guest_id was not required if use template https://docs.ansible.com/ansible/2.10/collections/community/vmware/vmware_guest_module.html#parameter-guest_id "This field is required when creating a virtual machine, not required when creating from the template."...
Perhaps this problem https://github.com/ansible-collections/community.vmware/issues/75 is related too
I think that when we prepare and use a template, the guestOS is registered in the configuration of the template and it is cloned with the VM, Liked this ...