Now I’m getting a ton of SQL errors, all related to my iOS devices. Note, these sensors such as sensor.dena_iphone_info don’t appear as entities. I’m assuming this is an entity that the cloud3 package is expecting to create/exist.
What entities should Cloud3 be creating? How do I know when Cloud3 is installed successfully? I should see some new entities, yes?
Error in database connectivity: (MySQLdb._exceptions.OperationalError) (1366, "Incorrect string value: '\\xE2\\x97\\x8FOld...' for column `homeassistant`.`states`.`state` at row 1")
[SQL: INSERT INTO states (domain, entity_id, state, attributes, event_id, last_changed, last_updated, created, context_id, context_user_id) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s)]
[parameters: ('sensor', 'sensor.dena_iphone_info', '●Old.Location, Age-3.9 min (#5)', '{"icon": "mdi:information-outline", "friendly_name": "Dena-iPhone-Info"}', 7216372, datetime.datetime(2020, 1, 5, 5, 7, 30, 245398, tzinfo=<UTC>), datetime.datetime(2020, 1, 5, 5, 7, 30, 245398, tzinfo=<UTC>), datetime.datetime(2020, 1, 5, 5, 23, 16, 128281), 'c4722a49854645fe9b6b5ceb2e252ec6', None)]
(Background on this error at: http://sqlalche.me/e/e3q8). (retrying in 3 seconds)