Giter Site home page Giter Site logo

Comments (49)

alexander-vitishchenko avatar alexander-vitishchenko commented on August 16, 2024 1

I'm going to release a new version of the QuickApp in few days time - it would be great if you could tell if the issue is solved, or still reproduced and then we see what to do next.

from hc3-to-mqtt.

alexander-vitishchenko avatar alexander-vitishchenko commented on August 16, 2024 1

Hi @ppeterrr,

Let's do the following:

  1. I'll introduce an updated version of the QuickApp today, where log message duplicates would be hidden, as it doesn't help much seeing the same issue x100 times :-). And at the same time - preserve the initial warning message, so we won't be blind to the issue's occurrence

  2. I might send you a special/small QuickApp for diagnosis later, whose purpose is to get more information than the main QuickApp does

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024 1

For what it is worth, a 8mins run.

8mins_run.txt

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024 1

@alexander-vitishchenko

Small update from my side, i contacted fibaro support. And they acknowledge that
"the process status is left hanging at the "STARTING_SERVICES". They will do further analysis.

from hc3-to-mqtt.

rwijbenga avatar rwijbenga commented on August 16, 2024 1

Having the same message now on my HC3:

Unexpected response status "STARTING_SERVICES", muting any repeated warnings for 60 seconds

If I can test or help let me know, but I think we need to wait on Fibaro support.

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024 1

Hi @ppeterrr, @rwijbenga,

Please let me know if we should keep this ticket open, or better close as we don't observe any issues because of the WARNING messages?

Hi Alexander, i think there is no need to keep this ticket open. Though the warning is still there, the quickapp runs fine, and there is no response anymore from fibaro. If tthere is any news i will pm you. And if needed we maybe can re-open this issue.

Thanks for your time.

from hc3-to-mqtt.

alexander-vitishchenko avatar alexander-vitishchenko commented on August 16, 2024

Hi @ppeterrr,

Did you restart your Fibaro HC3 prior to seeing "STARTING_SERVICES" log message? It is the expected behavior while HC3 is starting its services after restart :-)

Happy New Year!

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

When i start the quickapp, after the message "started monitoring", this comes up.
When i stop the quickapp, it stops.

image

from hc3-to-mqtt.

alexander-vitishchenko avatar alexander-vitishchenko commented on August 16, 2024

Understood. My question is whether you restarted your whole Fibaro HC3 controller (not just QuickApp) prior to seeing the warning messages?

"STARTING_SERVICES" is supposed to be only temporarily shown when Fibaro HC3 services are being started and indicates that the services will be started soon, e.g. 10-30 seconds after controller restart.

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

No, i did not restart the hc3.
Or at least not since 2 days ago.

from hc3-to-mqtt.

alexander-vitishchenko avatar alexander-vitishchenko commented on August 16, 2024

And the log message persist for all these 2 days? This is something I didn't see from other users.

Can you please restart your Fibaro HC3 completely? I suspect false negative STARTING_SERVICES response might be sourced from cache and the problem might go away easily.

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

Yes the log error keeps coming every second, till i stop the quickapp.

Oke.

  • started the quickapp, error shows up
  • restarted the HC3
  • error is back every second.

Removed quickapp - reboot, and wait for about 10 mins.
Error ofcourse gone
Installed quickapp, enter username/password/ ip/url

  • Enable quickapp
  • error is back every second.

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

@alexander-vitishchenko

With the help of a friend of mine on the fibaro forum, i was able te remove the warning.

I uncommented line 424

-- if (data.status ~= 200 and data.status ~= "IDLE") then -- self:warning("Unexpected response status " .. tostring(data.status)) -- Disable automated turnOff after unexpected response status -- Make QuickApp less sensetive, so QuickApp doesn't get shutdown when it is possible to continue its operation -- self:turnOff() -- end

if this needs more information or testing, or any info about this. I will ofcourse
do what i can.

But keep in mind, i am not a pro-user :) Dont know anything about coding.

Thanks!

from hc3-to-mqtt.

alexander-vitishchenko avatar alexander-vitishchenko commented on August 16, 2024

Removing the logging is easy :-)

The question is whether (a) there is an issue behind these warning message (b) hiding logging at line 424 would leave us blind when another type/real problem appears tomorrow.

Overall, hiding logs won't improve the QuickApp operations, and it only influences the esthetics how the log file looks like. If you really want to remove the STARING_SERVICES warning records - then it's better to hide only this kind of event, not all unrecognized response statuses.

But it's up for you to decide what is best for you. Let me know if you need further help by providing me with more context, or prefer to hide the warning messages as the simplest approach :-)

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

You are right, this needs a good solution. And i want my Hc3 to work as espected.
Especially with your quickapp, since it brings a perfect solution for my ongoing project.
My main system is the HC3, but i soon will be using HA with a Aqara FP1 Radar so my plan is to use my sensors from the HC3 to interact over the MQTT bridge.

What i understand is that the code recieves a status from the HC3 API.
When that status is not 200 or idle, then report that status.
The status report is: STARTING_SERVICES

Furthermore i can repeat what my fibaro-forum-friend told me, it might be of
any use for you. Not for me, because i lost him there :)

i placed self:debug("data: " , json.encode(data)) to read out the var.

it outputs:

[03.01.2023] [16:58:50] [WARNING] [QUICKAPP500]: Unexpected response status STARTING_SERVICES [03.01.2023] [16:58:50] [DEBUG] [QUICKAPP500]: data: {"changes":[],"last":25141,"date":"16:58 | 3.1.2023","timestamp":1672761530,"status":"STARTING_SERVICES","events":[]}

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

VM - synology 920+

Home Assistant 2022.12.8
Supervisor 2022.12.1
Operating System 9.4
Frontend-versie: 20221213.1 - latest

HC3 - 5.130.64 - latest

Let me know how i can help.

from hc3-to-mqtt.

alexander-vitishchenko avatar alexander-vitishchenko commented on August 16, 2024

Hi @ppeterrr - can you please check the latest 1.0.196 version and tell if the issue persist?

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

Hi @ppeterrr - can you please check the latest 1.0.196 version and tell if the issue persist?

Good morning Alexander,

I removed the old QA, rebooted the HC3 and installed 1.0.196.

Now the warning show about 10 times a second, same issue.

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

I attached the whole console output.

[removed]

from hc3-to-mqtt.

alexander-vitishchenko avatar alexander-vitishchenko commented on August 16, 2024

Hi @ppeterrr

Can you please install the new version of the QuickApp and send me the logs?

Two changes applied to QuickApp:

  • repeatable warnings are muted for 60 seconds (so less spam, while informing us about potential issues)
  • extended logging to see what happens with your environment
  • anonymized MQTT username and password output to logs, so you and other users don't expose potentially sensitive information accidentally

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

Oke, here is the output. (if you need more let me know)

What is see, the warning is all related to quickapp id 396 (with some child id's)
This is my energy monitoring app. that pulls the data from the thermostat API connected to the p1 port.

CLICK ME

[07.01.2023] [07:27:02] [DEBUG] [QUICKAPP502]: ------- Connected to Fibaro Home Center 3 [07.01.2023] [07:27:02] [WARNING] [QUICKAPP502]: Unexpected response status "STARTING_SERVICES", muting any repeated warnings for 60 seconds [07.01.2023] [07:27:02] [TRACE] [QUICKAPP502]: Full response body: {"last":4599,"status":"STARTING_SERVICES","timestamp":1673072822,"date":"07:27 | 7.1.2023"} [07.01.2023] [07:28:10] [WARNING] [QUICKAPP502]: Unexpected response status "STARTING_SERVICES", muting any repeated warnings for 60 seconds [07.01.2023] [07:28:10] [TRACE] [QUICKAPP502]: Full response body: {"last":4777,"date":"07:28 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"label1","newValue":"Consumption: 240.000 Watt\nProduction: 0.000 Watt\n\nConsumption High: 0.000 Watt\nConsumption Low: 240.000 Watt\nProduction High: 0.000 Watt\nProduction Low: 0.000 Watt\n\nConsumption High: 5112.7 kWh\nConsumption Low: 4471.9 kWh\nConsumption Total: 9584.6 kWh\n\nProduction High: 0.0 kWh\nProduction Low: 0.0 kWh\nProduction Total: 0.0 kWh\nProduction Actual: 0.000 Watt\n\nGas Usage: 41.0 l\/h\nGas Total: 2327.8 m³\n\nLast Run: 07-01-2023 07:28:10\n","deviceId":396,"propertyName":"text"},"created":1673072890}],"changes":[],"timestamp":1673072890,"status":"STARTING_SERVICES"} [07.01.2023] [07:29:20] [WARNING] [QUICKAPP502]: Unexpected response status "STARTING_SERVICES", muting any repeated warnings for 60 seconds [07.01.2023] [07:29:20] [TRACE] [QUICKAPP502]: Full response body: {"last":4965,"date":"07:29 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"label1","newValue":"Consumption: 239.000 Watt\nProduction: 0.000 Watt\n\nConsumption High: 0.000 Watt\nConsumption Low: 239.000 Watt\nProduction High: 0.000 Watt\nProduction Low: 0.000 Watt\n\nConsumption High: 5112.7 kWh\nConsumption Low: 4471.9 kWh\nConsumption Total: 9584.6 kWh\n\nProduction High: 0.0 kWh\nProduction Low: 0.0 kWh\nProduction Total: 0.0 kWh\nProduction Actual: 0.000 Watt\n\nGas Usage: 41.0 l\/h\nGas Total: 2327.8 m³\n\nLast Run: 07-01-2023 07:29:20\n","deviceId":396,"propertyName":"text"},"created":1673072960}],"changes":[],"timestamp":1673072960,"status":"STARTING_SERVICES"} [07.01.2023] [07:30:30] [WARNING] [QUICKAPP502]: Unexpected response status "STARTING_SERVICES", muting any repeated warnings for 60 seconds [07.01.2023] [07:30:30] [TRACE] [QUICKAPP502]: Full response body: {"last":5123,"date":"07:30 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"label1","newValue":"Consumption: 238.000 Watt\nProduction: 0.000 Watt\n\nConsumption High: 0.000 Watt\nConsumption Low: 238.000 Watt\nProduction High: 0.000 Watt\nProduction Low: 0.000 Watt\n\nConsumption High: 5112.7 kWh\nConsumption Low: 4471.9 kWh\nConsumption Total: 9584.6 kWh\n\nProduction High: 0.0 kWh\nProduction Low: 0.0 kWh\nProduction Total: 0.0 kWh\nProduction Actual: 0.000 Watt\n\nGas Usage: 41.0 l\/h\nGas Total: 2327.8 m³\n\nLast Run: 07-01-2023 07:30:30\n","deviceId":396,"propertyName":"text"},"created":1673073030}],"changes":[],"timestamp":1673073030,"status":"STARTING_SERVICES"} [07.01.2023] [07:31:39] [WARNING] [QUICKAPP502]: Unexpected response status "STARTING_SERVICES", muting any repeated warnings for 60 seconds [07.01.2023] [07:31:39] [TRACE] [QUICKAPP502]: Full response body: {"last":5297,"date":"07:31 | 7.1.2023","events":[],"changes":[],"timestamp":1673073099,"status":"STARTING_SERVICES"} [07.01.2023] [07:32:40] [WARNING] [QUICKAPP502]: Unexpected response status "STARTING_SERVICES", muting any repeated warnings for 60 seconds [07.01.2023] [07:32:40] [TRACE] [QUICKAPP502]: Full response body: {"last":5495,"date":"07:32 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"label1","newValue":"Consumption: 241.000 Watt\nProduction: 0.000 Watt\n\nConsumption High: 0.000 Watt\nConsumption Low: 241.000 Watt\nProduction High: 0.000 Watt\nProduction Low: 0.000 Watt\n\nConsumption High: 5112.7 kWh\nConsumption Low: 4471.9 kWh\nConsumption Total: 9584.6 kWh\n\nProduction High: 0.0 kWh\nProduction Low: 0.0 kWh\nProduction Total: 0.0 kWh\nProduction Actual: 0.000 Watt\n\nGas Usage: 41.0 l\/h\nGas Total: 2327.8 m³\n\nLast Run: 07-01-2023 07:32:40\n","deviceId":396,"propertyName":"text"},"created":1673073160},{"type":"DevicePropertyUpdatedEvent","data":{"id":396,"oldValue":1673073150,"property":"lastChanged","newValue":1673073160},"created":1673073160},{"sourceType":"system","created":1673073160,"type":"DevicePropertyUpdatedEvent","data":{"id":396,"oldValue":259.0,"property":"value","newValue":241.0},"objects":[{"objectType":"device","objectId":396}]},{"sourceType":"system","created":1673073160,"type":"DevicePropertyUpdatedEvent","data":{"id":396,"oldValue":259.0,"property":"power","newValue":241.0},"objects":[{"objectType":"device","objectId":396}]},{"type":"PowerMetricsChangedEvent","data":{"consumptionPower":1135.2599999,"productionPower":0.0},"created":1673073160},{"type":"DevicePropertyUpdatedEvent","data":{"id":397,"oldValue":1673073150,"property":"lastChanged","newValue":1673073160},"created":1673073160},{"sourceType":"system","created":1673073160,"type":"DevicePropertyUpdatedEvent","data":{"id":397,"oldValue":259.0,"property":"value","newValue":241.0},"objects":[{"objectType":"device","objectId":397}]},{"sourceType":"system","created":1673073160,"type":"DevicePropertyUpdatedEvent","data":{"id":397,"oldValue":259.0,"property":"power","newValue":241.0},"objects":[{"objectType":"device","objectId":397}]},{"type":"PowerMetricsChangedEvent","data":{"consumptionPower":1117.2599999,"productionPower":0.0},"created":1673073160}],"changes":[{"id":396,"lastChanged":"1673073160","log":"07-01-2023 07:32:40","logTemp":"","value":"241.0000000","power":"241.0000000"},{"id":397,"power":"241.0000000","value":"241.0000000","lastChanged":"1673073160"}],"timestamp":1673073160,"status":"STARTING_SERVICES"} [07.01.2023] [07:33:41] [WARNING] [QUICKAPP502]: Unexpected response status "STARTING_SERVICES", muting any repeated warnings for 60 seconds [07.01.2023] [07:33:41] [TRACE] [QUICKAPP502]: Full response body: {"last":5605,"date":"07:33 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"label","newValue":"Absolute Humidity: 10.88 g\/m³\nRelative Humidity: 62 %\nTemperature: 20.0 °C\nAir pressure: 1012.0 hPa\nTVOC: 0.34 mg\/m³ (Good)\neCO2: 1703 ppm (Bad)\nIntensity: 0 ...\n\nLast update: 07-01-2023 07:33:41\n\n","deviceId":444,"propertyName":"text"},"created":1673073221},{"type":"DevicePropertyUpdatedEvent","data":{"id":448,"oldValue":1673073161,"property":"lastChanged","newValue":1673073221},"created":1673073221},{"sourceType":"system","created":1673073221,"type":"DevicePropertyUpdatedEvent","data":{"id":448,"oldValue":0.33,"property":"value","newValue":0.34},"objects":[{"objectType":"device","objectId":448}]},{"type":"DevicePropertyUpdatedEvent","data":{"id":449,"oldValue":1673073161,"property":"lastChanged","newValue":1673073221},"created":1673073221},{"sourceType":"system","created":1673073221,"type":"DevicePropertyUpdatedEvent","data":{"id":449,"oldValue":1690.0,"property":"value","newValue":1703},"objects":[{"objectType":"device","objectId":449}]}],"changes":[{"log":"07-01-2023 07:33:41","logTemp":"","id":444},{"id":448,"value":"0.3400000","lastChanged":"1673073221"},{"id":449,"value":"1703.0000000","lastChanged":"1673073221"}],"timestamp":1673073221,"status":"STARTING_SERVICES"} [07.01.2023] [07:34:44] [WARNING] [QUICKAPP502]: Unexpected response status "STARTING_SERVICES", muting any repeated warnings for 60 seconds [07.01.2023] [07:34:44] [TRACE] [QUICKAPP502]: Full response body: {"last":5792,"date":"07:34 | 7.1.2023","events":[],"changes":[],"timestamp":1673073284,"status":"STARTING_SERVICES"} [07.01.2023] [07:35:45] [WARNING] [QUICKAPP502]: Unexpected response status "STARTING_SERVICES", muting any repeated warnings for 60 seconds [07.01.2023] [07:35:45] [TRACE] [QUICKAPP502]: Full response body: {"last":5957,"date":"07:35 | 7.1.2023","events":[],"changes":[],"timestamp":1673073345,"status":"STARTING_SERVICES"} [07.01.2023] [07:36:50] [WARNING] [QUICKAPP502]: Unexpected response status "STARTING_SERVICES", muting any repeated warnings for 60 seconds [07.01.2023] [07:36:50] [TRACE] [QUICKAPP502]: Full response body: {"last":6111,"date":"07:36 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"label1","newValue":"Consumption: 245.000 Watt\nProduction: 0.000 Watt\n\nConsumption High: 0.000 Watt\nConsumption Low: 245.000 Watt\nProduction High: 0.000 Watt\nProduction Low: 0.000 Watt\n\nConsumption High: 5112.7 kWh\nConsumption Low: 4471.9 kWh\nConsumption Total: 9584.6 kWh\n\nProduction High: 0.0 kWh\nProduction Low: 0.0 kWh\nProduction Total: 0.0 kWh\nProduction Actual: 0.000 Watt\n\nGas Usage: 41.0 l\/h\nGas Total: 2327.8 m³\n\nLast Run: 07-01-2023 07:36:50\n","deviceId":396,"propertyName":"text"},"created":1673073410}],"changes":[],"timestamp":1673073410,"status":"STARTING_SERVICES"} [07.01.2023] [07:37:54] [WARNING] [QUICKAPP502]: Unexpected response status "STARTING_SERVICES", muting any repeated warnings for 60 seconds [07.01.2023] [07:37:54] [TRACE] [QUICKAPP502]: Full response body: {"last":6282,"date":"07:37 | 7.1.2023","events":[],"changes":[{"log":"07.01.2023 07:37:54","logTemp":"","id":387}],"timestamp":1673073474,"status":"STARTING_SERVICES"} [07.01.2023] [07:39:00] [WARNING] [QUICKAPP502]: Unexpected response status "STARTING_SERVICES", muting any repeated warnings for 60 seconds [07.01.2023] [07:39:00] [TRACE] [QUICKAPP502]: Full response body: {"last":6399,"date":"07:39 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"label1","newValue":"Consumption: 238.000 Watt\nProduction: 0.000 Watt\n\nConsumption High: 0.000 Watt\nConsumption Low: 238.000 Watt\nProduction High: 0.000 Watt\nProduction Low: 0.000 Watt\n\nConsumption High: 5112.7 kWh\nConsumption Low: 4471.9 kWh\nConsumption Total: 9584.6 kWh\n\nProduction High: 0.0 kWh\nProduction Low: 0.0 kWh\nProduction Total: 0.0 kWh\nProduction Actual: 0.000 Watt\n\nGas Usage: 41.0 l\/h\nGas Total: 2327.8 m³\n\nLast Run: 07-01-2023 07:39:00\n","deviceId":396,"propertyName":"text"},"created":1673073540}],"changes":[],"timestamp":1673073540,"status":"STARTING_SERVICES"} [07.01.2023] [07:40:01] [WARNING] [QUICKAPP502]: Unexpected response status "STARTING_SERVICES", muting any repeated warnings for 60 seconds [07.01.2023] [07:40:01] [TRACE] [QUICKAPP502]: Full response body: {"last":6569,"date":"07:40 | 7.1.2023","events":[],"changes":[],"timestamp":1673073601,"status":"STARTING_SERVICES"} [07.01.2023] [07:41:10] [WARNING] [QUICKAPP502]: Unexpected response status "STARTING_SERVICES", muting any repeated warnings for 60 seconds [07.01.2023] [07:41:10] [TRACE] [QUICKAPP502]: Full response body: {"last":6721,"date":"07:41 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"label1","newValue":"Consumption: 247.000 Watt\nProduction: 0.000 Watt\n\nConsumption High: 0.000 Watt\nConsumption Low: 247.000 Watt\nProduction High: 0.000 Watt\nProduction Low: 0.000 Watt\n\nConsumption High: 5112.7 kWh\nConsumption Low: 4471.9 kWh\nConsumption Total: 9584.6 kWh\n\nProduction High: 0.0 kWh\nProduction Low: 0.0 kWh\nProduction Total: 0.0 kWh\nProduction Actual: 0.000 Watt\n\nGas Usage: 41.0 l\/h\nGas Total: 2327.8 m³\n\nLast Run: 07-01-2023 07:41:10\n","deviceId":396,"propertyName":"text"},"created":1673073670}],"changes":[],"timestamp":1673073670,"status":"STARTING_SERVICES"} [07.01.2023] [07:42:11] [WARNING] [QUICKAPP502]: Unexpected response status "STARTING_SERVICES", muting any repeated warnings for 60 seconds [07.01.2023] [07:42:11] [TRACE] [QUICKAPP502]: Full response body: {"last":6866,"date":"07:42 | 7.1.2023","events":[{"type":"DevicePropertyUpdatedEvent","data":{"id":396,"oldValue":1673073720,"property":"lastChanged","newValue":1673073730},"created":1673073730},{"sourceType":"system","created":1673073730,"type":"DevicePropertyUpdatedEvent","data":{"id":396,"oldValue":248.0,"property":"value","newValue":239.0},"objects":[{"objectType":"device","objectId":396}]},{"sourceType":"system","created":1673073730,"type":"DevicePropertyUpdatedEvent","data":{"id":396,"oldValue":248.0,"property":"power","newValue":239.0},"objects":[{"objectType":"device","objectId":396}]},{"type":"PowerMetricsChangedEvent","data":{"consumptionPower":1122.2599999,"productionPower":0.0},"created":1673073730},{"type":"DevicePropertyUpdatedEvent","data":{"id":397,"oldValue":1673073720,"property":"lastChanged","newValue":1673073730},"created":1673073730},{"sourceType":"system","created":1673073730,"type":"DevicePropertyUpdatedEvent","data":{"id":397,"oldValue":248.0,"property":"value","newValue":239.0},"objects":[{"objectType":"device","objectId":397}]},{"sourceType":"system","created":1673073730,"type":"DevicePropertyUpdatedEvent","data":{"id":397,"oldValue":248.0,"property":"power","newValue":239.0},"objects":[{"objectType":"device","objectId":397}]},{"type":"PowerMetricsChangedEvent","data":{"consumptionPower":1113.2599999,"productionPower":0.0},"created":1673073730}],"changes":[{"id":396,"lastChanged":"1673073730","log":"07-01-2023 07:42:10","logTemp":"","value":"239.0000000","power":"239.0000000"},{"id":397,"power":"239.0000000","value":"239.0000000","lastChanged":"1673073730"}],"timestamp":1673073731,"status":"STARTING_SERVICES"}

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

And maybe also, ID 444. (with some child ID's)

This is also a app that pulls data from the thermostat, this time climate info.
Same device, external ip/api.

[07.01.2023] [08:05:42] [WARNING] [QUICKAPP502]: Unexpected response status "STARTING_SERVICES", muting any repeated warnings for 60 seconds [07.01.2023] [08:05:42] [TRACE] [QUICKAPP502]: Full response body: {"last":10663,"date":"08:05 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"label","newValue":"Absolute Humidity: 10.94 g\/m³\nRelative Humidity: 62 %\nTemperature: 20.1 °C\nAir pressure: 1012.0 hPa\nTVOC: 0.49 mg\/m³ (Good)\neCO2: 1835 ppm (Bad)\nIntensity: 0 ...\n\nLast update: 07-01-2023 08:05:41\n\n","deviceId":444,"propertyName":"text"},"created":1673075141},{"type":"DevicePropertyUpdatedEvent","data":{"id":448,"oldValue":1673075081,"property":"lastChanged","newValue":1673075141},"created":1673075141},{"sourceType":"system","created":1673075141,"type":"DevicePropertyUpdatedEvent","data":{"id":448,"oldValue":0.5,"property":"value","newValue":0.49},"objects":[{"objectType":"device","objectId":448}]},{"type":"DevicePropertyUpdatedEvent","data":{"id":449,"oldValue":1673075081,"property":"lastChanged","newValue":1673075141},"created":1673075141},{"sourceType":"system","created":1673075141,"type":"DevicePropertyUpdatedEvent","data":{"id":449,"oldValue":1843.0,"property":"value","newValue":1835},"objects":[{"objectType":"device","objectId":449}]}],"changes":[{"log":"07-01-2023 08:05:41","logTemp":"","id":444},{"id":448,"value":"0.4900000","lastChanged":"1673075141"},{"id":449,"value":"1835.0000000","lastChanged":"1673075141"}],"timestamp":1673075142,"status":"STARTING_SERVICES"}

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

i have let it run for about 50mins, and the trace log is huge.
I see some more entry's. Sorry this al not clear to me.

CLICK ME

`[07.01.2023] [08:07:47] [TRACE] [QUICKAPP502]: Full response body: {"last":12003,"date":"08:07 | 7.1.2023","events":[],"changes":[{"log":"07-01-2023 08:07:46","logTemp":"","id":396}],"timestamp":1673075267,"status":"STARTING_SERVICES"}
[07.01.2023] [08:08:48] [TRACE] [QUICKAPP502]: Full response body: {"last":12680,"date":"08:08 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"button2_2C","newValue":"1960 ppm","deviceId":493,"propertyName":"text"},"created":1673075327}],"changes":[],"timestamp":1673075328,"status":"STARTING_SERVICES"}
[07.01.2023] [08:09:49] [TRACE] [QUICKAPP502]: Full response body: {"last":12844,"date":"08:09 | 7.1.2023","events":[],"changes":[],"timestamp":1673075389,"status":"STARTING_SERVICES"}
[07.01.2023] [08:10:54] [TRACE] [QUICKAPP502]: Full response body: {"last":12994,"date":"08:10 | 7.1.2023","events":[],"changes":[{"log":"07.01.2023 08:10:54","logTemp":"","id":387}],"timestamp":1673075454,"status":"STARTING_SERVICES"}
[07.01.2023] [08:11:55] [TRACE] [QUICKAPP502]: Full response body: {"last":14162,"date":"08:11 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"lblLastUpdate","newValue":"
Last update: 07.01.2023 08:11:54\n
InfluxDB2 is running: 47 mins</center></center>","deviceId":387,"propertyName":"text"},"created":1673075514}],"changes":[],"timestamp":1673075515,"status":"STARTING_SERVICES"}
[07.01.2023] [08:12:56] [TRACE] [QUICKAPP502]: Full response body: {"last":14746,"date":"08:12 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"label1","newValue":"Consumption: 1724.000 Watt\nProduction: 0.000 Watt\n\nConsumption High: 0.000 Watt\nConsumption Low: 1724.000 Watt\nProduction High: 0.000 Watt\nProduction Low: 0.000 Watt\n\nConsumption High: 5112.7 kWh\nConsumption Low: 4472.1 kWh\nConsumption Total: 9584.8 kWh\n\nProduction High: 0.0 kWh\nProduction Low: 0.0 kWh\nProduction Total: 0.0 kWh\nProduction Actual: 0.000 Watt\n\nGas Usage: 41.0 l/h\nGas Total: 2327.8 m³\n\nLast Run: 07-01-2023 08:12:56\n","deviceId":396,"propertyName":"text"},"created":1673075576}],"changes":[],"timestamp":1673075576,"status":"STARTING_SERVICES"}
[07.01.2023] [08:13:57] [TRACE] [QUICKAPP502]: Full response body: {"last":14909,"date":"08:13 | 7.1.2023","events":[{"type":"DevicePropertyUpdatedEvent","data":{"id":396,"oldValue":1673075626,"property":"lastChanged","newValue":1673075636},"created":1673075636},{"sourceType":"system","created":1673075636,"type":"DevicePropertyUpdatedEvent","data":{"id":396,"oldValue":1707.0,"property":"value","newValue":1706.0},"objects":[{"objectType":"device","objectId":396}]},{"sourceType":"system","created":1673075636,"type":"DevicePropertyUpdatedEvent","data":{"id":396,"oldValue":1707.0,"property":"power","newValue":1706.0},"objects":[{"objectType":"device","objectId":396}]},{"type":"PowerMetricsChangedEvent","data":{"consumptionPower":4048.2599999,"productionPower":0.0},"created":1673075636},{"type":"DevicePropertyUpdatedEvent","data":{"id":397,"oldValue":1673075626,"property":"lastChanged","newValue":1673075636},"created":1673075636},{"sourceType":"system","created":1673075636,"type":"DevicePropertyUpdatedEvent","data":{"id":397,"oldValue":1707.0,"property":"value","newValue":1706.0},"objects":[{"objectType":"device","objectId":397}]},{"sourceType":"system","created":1673075636,"type":"DevicePropertyUpdatedEvent","data":{"id":397,"oldValue":1707.0,"property":"power","newValue":1706.0},"objects":[{"objectType":"device","objectId":397}]},{"type":"PowerMetricsChangedEvent","data":{"consumptionPower":4047.2599999,"productionPower":0.0},"created":1673075636}],"changes":[{"id":396,"lastChanged":"1673075636","log":"07-01-2023 08:13:56","logTemp":"","value":"1706.0000000","power":"1706.0000000"},{"id":397,"power":"1706.0000000","value":"1706.0000000","lastChanged":"1673075636"}],"timestamp":1673075637,"status":"STARTING_SERVICES"}
[07.01.2023] [08:14:59] [TRACE] [QUICKAPP502]: Full response body: {"last":15730,"date":"08:14 | 7.1.2023","events":[{"type":"DevicePropertyUpdatedEvent","data":{"id":38,"oldValue":254,"property":"brightness","newValue":127},"created":1673075699}],"changes":[{"id":38,"brightness":"127"}],"timestamp":1673075699,"status":"STARTING_SERVICES"}
[07.01.2023] [08:16:00] [TRACE] [QUICKAPP502]: Full response body: {"last":17117,"date":"08:16 | 7.1.2023","events":[],"changes":[],"timestamp":1673075760,"status":"STARTING_SERVICES"}
[07.01.2023] [08:17:06] [TRACE] [QUICKAPP502]: Full response body: {"last":17861,"date":"08:17 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"label1","newValue":"Consumption: 411.000 Watt\nProduction: 0.000 Watt\n\nConsumption High: 0.000 Watt\nConsumption Low: 411.000 Watt\nProduction High: 0.000 Watt\nProduction Low: 0.000 Watt\n\nConsumption High: 5112.7 kWh\nConsumption Low: 4472.2 kWh\nConsumption Total: 9584.9 kWh\n\nProduction High: 0.0 kWh\nProduction Low: 0.0 kWh\nProduction Total: 0.0 kWh\nProduction Actual: 0.000 Watt\n\nGas Usage: 41.0 l/h\nGas Total: 2327.8 m³\n\nLast Run: 07-01-2023 08:17:06\n","deviceId":396,"propertyName":"text"},"created":1673075826}],"changes":[],"timestamp":1673075826,"status":"STARTING_SERVICES"}
[07.01.2023] [08:18:07] [TRACE] [QUICKAPP502]: Full response body: {"last":18059,"date":"08:18 | 7.1.2023","events":[{"type":"DevicePropertyUpdatedEvent","data":{"id":396,"oldValue":1673075876,"property":"lastChanged","newValue":1673075886},"created":1673075886},{"sourceType":"system","created":1673075886,"type":"DevicePropertyUpdatedEvent","data":{"id":396,"oldValue":411.0,"property":"value","newValue":410.0},"objects":[{"objectType":"device","objectId":396}]},{"sourceType":"system","created":1673075886,"type":"DevicePropertyUpdatedEvent","data":{"id":396,"oldValue":411.0,"property":"power","newValue":410.0},"objects":[{"objectType":"device","objectId":396}]},{"type":"PowerMetricsChangedEvent","data":{"consumptionPower":1456.2599999,"productionPower":0.0},"created":1673075886},{"type":"DevicePropertyUpdatedEvent","data":{"id":397,"oldValue":1673075876,"property":"lastChanged","newValue":1673075886},"created":1673075886},{"sourceType":"system","created":1673075886,"type":"DevicePropertyUpdatedEvent","data":{"id":397,"oldValue":411.0,"property":"value","newValue":410.0},"objects":[{"objectType":"device","objectId":397}]},{"sourceType":"system","created":1673075886,"type":"DevicePropertyUpdatedEvent","data":{"id":397,"oldValue":411.0,"property":"power","newValue":410.0},"objects":[{"objectType":"device","objectId":397}]},{"type":"PowerMetricsChangedEvent","data":{"consumptionPower":1455.2599999,"productionPower":0.0},"created":1673075886}],"changes":[{"id":396,"lastChanged":"1673075886","log":"07-01-2023 08:18:06","logTemp":"","value":"410.0000000","power":"410.0000000"},{"id":397,"power":"410.0000000","value":"410.0000000","lastChanged":"1673075886"}],"timestamp":1673075887,"status":"STARTING_SERVICES"}
[07.01.2023] [08:19:16] [TRACE] [QUICKAPP502]: Full response body: {"last":18214,"date":"08:19 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"label1","newValue":"Consumption: 410.000 Watt\nProduction: 0.000 Watt\n\nConsumption High: 0.000 Watt\nConsumption Low: 410.000 Watt\nProduction High: 0.000 Watt\nProduction Low: 0.000 Watt\n\nConsumption High: 5112.7 kWh\nConsumption Low: 4472.2 kWh\nConsumption Total: 9584.9 kWh\n\nProduction High: 0.0 kWh\nProduction Low: 0.0 kWh\nProduction Total: 0.0 kWh\nProduction Actual: 0.000 Watt\n\nGas Usage: 41.0 l/h\nGas Total: 2327.8 m³\n\nLast Run: 07-01-2023 08:19:16\n","deviceId":396,"propertyName":"text"},"created":1673075956}],"changes":[],"timestamp":1673075956,"status":"STARTING_SERVICES"}
[07.01.2023] [08:20:17] [TRACE] [QUICKAPP502]: Full response body: {"last":18334,"date":"08:20 | 7.1.2023","events":[],"changes":[{"log":"07-01-2023 08:20:16","logTemp":"","id":396}],"timestamp":1673076017,"status":"STARTING_SERVICES"}
[07.01.2023] [08:21:26] [TRACE] [QUICKAPP502]: Full response body: {"last":18512,"date":"08:21 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"label1","newValue":"Consumption: 372.000 Watt\nProduction: 0.000 Watt\n\nConsumption High: 0.000 Watt\nConsumption Low: 372.000 Watt\nProduction High: 0.000 Watt\nProduction Low: 0.000 Watt\n\nConsumption High: 5112.7 kWh\nConsumption Low: 4472.2 kWh\nConsumption Total: 9584.9 kWh\n\nProduction High: 0.0 kWh\nProduction Low: 0.0 kWh\nProduction Total: 0.0 kWh\nProduction Actual: 0.000 Watt\n\nGas Usage: 41.0 l/h\nGas Total: 2327.8 m³\n\nLast Run: 07-01-2023 08:21:26\n","deviceId":396,"propertyName":"text"},"created":1673076086}],"changes":[],"timestamp":1673076086,"status":"STARTING_SERVICES"}
[07.01.2023] [08:22:27] [TRACE] [QUICKAPP502]: Full response body: {"last":18684,"date":"08:22 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"label1","newValue":"Consumption: 406.000 Watt\nProduction: 0.000 Watt\n\nConsumption High: 0.000 Watt\nConsumption Low: 406.000 Watt\nProduction High: 0.000 Watt\nProduction Low: 0.000 Watt\n\nConsumption High: 5112.7 kWh\nConsumption Low: 4472.2 kWh\nConsumption Total: 9584.9 kWh\n\nProduction High: 0.0 kWh\nProduction Low: 0.0 kWh\nProduction Total: 0.0 kWh\nProduction Actual: 0.000 Watt\n\nGas Usage: 41.0 l/h\nGas Total: 2327.8 m³\n\nLast Run: 07-01-2023 08:22:26\n","deviceId":396,"propertyName":"text"},"created":1673076146},{"type":"DevicePropertyUpdatedEvent","data":{"id":396,"oldValue":1673076136,"property":"lastChanged","newValue":1673076146},"created":1673076146},{"sourceType":"system","created":1673076146,"type":"DevicePropertyUpdatedEvent","data":{"id":396,"oldValue":409.0,"property":"value","newValue":406.0},"objects":[{"objectType":"device","objectId":396}]},{"sourceType":"system","created":1673076146,"type":"DevicePropertyUpdatedEvent","data":{"id":396,"oldValue":409.0,"property":"power","newValue":406.0},"objects":[{"objectType":"device","objectId":396}]},{"type":"PowerMetricsChangedEvent","data":{"consumptionPower":1450.2599999,"productionPower":0.0},"created":1673076146},{"type":"DevicePropertyUpdatedEvent","data":{"id":397,"oldValue":1673076136,"property":"lastChanged","newValue":1673076146},"created":1673076146},{"sourceType":"system","created":1673076146,"type":"DevicePropertyUpdatedEvent","data":{"id":397,"oldValue":409.0,"property":"value","newValue":406.0},"objects":[{"objectType":"device","objectId":397}]},{"sourceType":"system","created":1673076146,"type":"DevicePropertyUpdatedEvent","data":{"id":397,"oldValue":409.0,"property":"power","newValue":406.0},"objects":[{"objectType":"device","objectId":397}]},{"type":"PowerMetricsChangedEvent","data":{"consumptionPower":1447.2599999,"productionPower":0.0},"created":1673076146}],"changes":[{"id":396,"lastChanged":"1673076146","log":"07-01-2023 08:22:26","logTemp":"","value":"406.0000000","power":"406.0000000"},{"id":397,"power":"406.0000000","value":"406.0000000","lastChanged":"1673076146"}],"timestamp":1673076147,"status":"STARTING_SERVICES"}
[07.01.2023] [08:23:36] [TRACE] [QUICKAPP502]: Full response body: {"last":18805,"date":"08:23 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"label1","newValue":"Consumption: 404.000 Watt\nProduction: 0.000 Watt\n\nConsumption High: 0.000 Watt\nConsumption Low: 404.000 Watt\nProduction High: 0.000 Watt\nProduction Low: 0.000 Watt\n\nConsumption High: 5112.7 kWh\nConsumption Low: 4472.2 kWh\nConsumption Total: 9584.9 kWh\n\nProduction High: 0.0 kWh\nProduction Low: 0.0 kWh\nProduction Total: 0.0 kWh\nProduction Actual: 0.000 Watt\n\nGas Usage: 41.0 l/h\nGas Total: 2327.8 m³\n\nLast Run: 07-01-2023 08:23:36\n","deviceId":396,"propertyName":"text"},"created":1673076216}],"changes":[],"timestamp":1673076216,"status":"STARTING_SERVICES"}
[07.01.2023] [08:24:37] [TRACE] [QUICKAPP502]: Full response body: {"last":18913,"date":"08:24 | 7.1.2023","events":[{"type":"DevicePropertyUpdatedEvent","data":{"id":396,"oldValue":1673076236,"property":"lastChanged","newValue":1673076276},"created":1673076276},{"sourceType":"system","created":1673076276,"type":"DevicePropertyUpdatedEvent","data":{"id":396,"oldValue":404.0,"property":"value","newValue":405.0},"objects":[{"objectType":"device","objectId":396}]},{"sourceType":"system","created":1673076276,"type":"DevicePropertyUpdatedEvent","data":{"id":396,"oldValue":404.0,"property":"power","newValue":405.0},"objects":[{"objectType":"device","objectId":396}]},{"type":"PowerMetricsChangedEvent","data":{"consumptionPower":1444.2599999,"productionPower":0.0},"created":1673076276},{"type":"DevicePropertyUpdatedEvent","data":{"id":397,"oldValue":1673076236,"property":"lastChanged","newValue":1673076276},"created":1673076276},{"sourceType":"system","created":1673076276,"type":"DevicePropertyUpdatedEvent","data":{"id":397,"oldValue":404.0,"property":"value","newValue":405.0},"objects":[{"objectType":"device","objectId":397}]},{"sourceType":"system","created":1673076276,"type":"DevicePropertyUpdatedEvent","data":{"id":397,"oldValue":404.0,"property":"power","newValue":405.0},"objects":[{"objectType":"device","objectId":397}]},{"type":"PowerMetricsChangedEvent","data":{"consumptionPower":1445.2599999,"productionPower":0.0},"created":1673076276}],"changes":[{"id":396,"lastChanged":"1673076276","log":"07-01-2023 08:24:36","logTemp":"","value":"405.0000000","power":"405.0000000"},{"id":397,"power":"405.0000000","value":"405.0000000","lastChanged":"1673076276"}],"timestamp":1673076277,"status":"STARTING_SERVICES"}
[07.01.2023] [08:25:38] [TRACE] [QUICKAPP502]: Full response body: {"last":19158,"date":"08:25 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"lblCurrentTemp","newValue":"🌡 Gemeten °C: 19.95","deviceId":325,"propertyName":"text"},"created":1673076337},{"type":"PluginChangedViewEvent","data":{"componentName":"lblLastRunTime","newValue":"Last Run Time: 08:25:37","deviceId":325,"propertyName":"text"},"created":1673076337}],"changes":[],"timestamp":1673076338,"status":"STARTING_SERVICES"}
[07.01.2023] [08:26:41] [TRACE] [QUICKAPP502]: Full response body: {"last":19290,"date":"08:26 | 7.1.2023","events":[],"changes":[],"timestamp":1673076401,"status":"STARTING_SERVICES"}
[07.01.2023] [08:27:42] [TRACE] [QUICKAPP502]: Full response body: {"last":19457,"date":"08:27 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"label","newValue":"Absolute Humidity: 10.99 g/m³\nRelative Humidity: 63 %\nTemperature: 19.9 °C\nAir pressure: 1012.0 hPa\nTVOC: 0.49 mg/m³ (Good)\neCO2: 1831 ppm (Bad)\nIntensity: 0 ...\n\nLast update: 07-01-2023 08:27:41\n\n","deviceId":444,"propertyName":"text"},"created":1673076461},{"type":"DevicePropertyUpdatedEvent","data":{"id":444,"oldValue":1673076401,"property":"lastChanged","newValue":1673076461},"created":1673076461},{"sourceType":"system","created":1673076461,"type":"DevicePropertyUpdatedEvent","data":{"id":444,"oldValue":11.05,"property":"value","newValue":10.99},"objects":[{"objectType":"device","objectId":444}]},{"type":"DevicePropertyUpdatedEvent","data":{"id":449,"oldValue":1673076401,"property":"lastChanged","newValue":1673076461},"created":1673076461},{"sourceType":"system","created":1673076461,"type":"DevicePropertyUpdatedEvent","data":{"id":449,"oldValue":1830.0,"property":"value","newValue":1831},"objects":[{"objectType":"device","objectId":449}]},{"sourceType":"system","created":1673076461,"type":"DevicePropertyUpdatedEvent","data":{"id":446,"property":"value","newValue":19.9,"oldValue":20.0,"unit":"C"},"objects":[{"objectType":"device","objectId":446}]},{"type":"DevicePropertyUpdatedEvent","data":{"id":446,"oldValue":1673076401,"property":"lastChanged","newValue":1673076461},"created":1673076461}],"changes":[{"id":444,"lastChanged":"1673076461","log":"07-01-2023 08:27:41","logTemp":"","value":"10.9900000"},{"id":446,"value":"19.90","lastChanged":"1673076461"},{"id":449,"value":"1831.0000000","lastChanged":"1673076461"}],"timestamp":1673076462,"status":"STARTING_SERVICES"}
[07.01.2023] [08:28:46] [TRACE] [QUICKAPP502]: Full response body: {"last":19599,"date":"08:28 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"label1","newValue":"Consumption: 401.000 Watt\nProduction: 0.000 Watt\n\nConsumption High: 0.000 Watt\nConsumption Low: 401.000 Watt\nProduction High: 0.000 Watt\nProduction Low: 0.000 Watt\n\nConsumption High: 5112.7 kWh\nConsumption Low: 4472.2 kWh\nConsumption Total: 9584.9 kWh\n\nProduction High: 0.0 kWh\nProduction Low: 0.0 kWh\nProduction Total: 0.0 kWh\nProduction Actual: 0.000 Watt\n\nGas Usage: 41.0 l/h\nGas Total: 2327.8 m³\n\nLast Run: 07-01-2023 08:28:46\n","deviceId":396,"propertyName":"text"},"created":1673076526}],"changes":[],"timestamp":1673076526,"status":"STARTING_SERVICES"}
[07.01.2023] [08:29:48] [TRACE] [QUICKAPP502]: Full response body: {"last":19794,"date":"08:29 | 7.1.2023","events":[],"changes":[],"timestamp":1673076588,"status":"STARTING_SERVICES"}
[07.01.2023] [08:30:49] [TRACE] [QUICKAPP502]: Full response body: {"last":19943,"date":"08:30 | 7.1.2023","events":[],"changes":[],"timestamp":1673076649,"status":"STARTING_SERVICES"}
[07.01.2023] [08:31:54] [TRACE] [QUICKAPP502]: Full response body: {"last":20093,"date":"08:31 | 7.1.2023","events":[],"changes":[{"log":"07.01.2023 08:31:54","logTemp":"","id":387}],"timestamp":1673076714,"status":"STARTING_SERVICES"}
[07.01.2023] [08:32:56] [TRACE] [QUICKAPP502]: Full response body: {"last":20253,"date":"08:32 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"label1","newValue":"Consumption: 401.000 Watt\nProduction: 0.000 Watt\n\nConsumption High: 0.000 Watt\nConsumption Low: 401.000 Watt\nProduction High: 0.000 Watt\nProduction Low: 0.000 Watt\n\nConsumption High: 5112.7 kWh\nConsumption Low: 4472.3 kWh\nConsumption Total: 9585.0 kWh\n\nProduction High: 0.0 kWh\nProduction Low: 0.0 kWh\nProduction Total: 0.0 kWh\nProduction Actual: 0.000 Watt\n\nGas Usage: 41.0 l/h\nGas Total: 2327.8 m³\n\nLast Run: 07-01-2023 08:32:56\n","deviceId":396,"propertyName":"text"},"created":1673076776}],"changes":[],"timestamp":1673076776,"status":"STARTING_SERVICES"}
[07.01.2023] [08:34:00] [TRACE] [QUICKAPP502]: Full response body: {"last":20408,"date":"08:34 | 7.1.2023","events":[],"changes":[],"timestamp":1673076840,"status":"STARTING_SERVICES"}
[07.01.2023] [08:35:06] [TRACE] [QUICKAPP502]: Full response body: {"last":21546,"date":"08:35 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"label1","newValue":"Consumption: 232.000 Watt\nProduction: 0.000 Watt\n\nConsumption High: 0.000 Watt\nConsumption Low: 232.000 Watt\nProduction High: 0.000 Watt\nProduction Low: 0.000 Watt\n\nConsumption High: 5112.7 kWh\nConsumption Low: 4472.3 kWh\nConsumption Total: 9585.0 kWh\n\nProduction High: 0.0 kWh\nProduction Low: 0.0 kWh\nProduction Total: 0.0 kWh\nProduction Actual: 0.000 Watt\n\nGas Usage: 41.0 l/h\nGas Total: 2327.8 m³\n\nLast Run: 07-01-2023 08:35:06\n","deviceId":396,"propertyName":"text"},"created":1673076906}],"changes":[],"timestamp":1673076906,"status":"STARTING_SERVICES"}
[07.01.2023] [08:36:16] [TRACE] [QUICKAPP502]: Full response body: {"last":22110,"date":"08:36 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"label1","newValue":"Consumption: 231.000 Watt\nProduction: 0.000 Watt\n\nConsumption High: 0.000 Watt\nConsumption Low: 231.000 Watt\nProduction High: 0.000 Watt\nProduction Low: 0.000 Watt\n\nConsumption High: 5112.7 kWh\nConsumption Low: 4472.3 kWh\nConsumption Total: 9585.0 kWh\n\nProduction High: 0.0 kWh\nProduction Low: 0.0 kWh\nProduction Total: 0.0 kWh\nProduction Actual: 0.000 Watt\n\nGas Usage: 41.0 l/h\nGas Total: 2327.8 m³\n\nLast Run: 07-01-2023 08:36:16\n","deviceId":396,"propertyName":"text"},"created":1673076976}],"changes":[],"timestamp":1673076976,"status":"STARTING_SERVICES"}
[07.01.2023] [08:37:24] [TRACE] [QUICKAPP502]: Full response body: {"last":22274,"date":"08:37 | 7.1.2023","events":[],"changes":[],"timestamp":1673077044,"status":"STARTING_SERVICES"}
[07.01.2023] [08:38:26] [TRACE] [QUICKAPP502]: Full response body: {"last":22420,"date":"08:38 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"label1","newValue":"Consumption: 231.000 Watt\nProduction: 0.000 Watt\n\nConsumption High: 0.000 Watt\nConsumption Low: 231.000 Watt\nProduction High: 0.000 Watt\nProduction Low: 0.000 Watt\n\nConsumption High: 5112.7 kWh\nConsumption Low: 4472.3 kWh\nConsumption Total: 9585.0 kWh\n\nProduction High: 0.0 kWh\nProduction Low: 0.0 kWh\nProduction Total: 0.0 kWh\nProduction Actual: 0.000 Watt\n\nGas Usage: 41.0 l/h\nGas Total: 2327.8 m³\n\nLast Run: 07-01-2023 08:38:26\n","deviceId":396,"propertyName":"text"},"created":1673077106}],"changes":[],"timestamp":1673077106,"status":"STARTING_SERVICES"}
[07.01.2023] [08:39:29] [TRACE] [QUICKAPP502]: Full response body: {"last":22590,"date":"08:39 | 7.1.2023","events":[],"changes":[],"timestamp":1673077169,"status":"STARTING_SERVICES"}
[07.01.2023] [08:40:36] [TRACE] [QUICKAPP502]: Full response body: {"last":23300,"date":"08:40 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"label1","newValue":"Consumption: 236.000 Watt\nProduction: 0.000 Watt\n\nConsumption High: 0.000 Watt\nConsumption Low: 236.000 Watt\nProduction High: 0.000 Watt\nProduction Low: 0.000 Watt\n\nConsumption High: 5112.7 kWh\nConsumption Low: 4472.3 kWh\nConsumption Total: 9585.0 kWh\n\nProduction High: 0.0 kWh\nProduction Low: 0.0 kWh\nProduction Total: 0.0 kWh\nProduction Actual: 0.000 Watt\n\nGas Usage: 41.0 l/h\nGas Total: 2327.8 m³\n\nLast Run: 07-01-2023 08:40:36\n","deviceId":396,"propertyName":"text"},"created":1673077236}],"changes":[],"timestamp":1673077236,"status":"STARTING_SERVICES"}
[07.01.2023] [08:41:37] [TRACE] [QUICKAPP502]: Full response body: {"last":24341,"date":"08:41 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"lblCurrentTemp","newValue":"🌡 Gemeten °C: 19.83","deviceId":325,"propertyName":"text"},"created":1673077297},{"type":"PluginChangedViewEvent","data":{"componentName":"lblLastRunTime","newValue":"Last Run Time: 08:41:37","deviceId":325,"propertyName":"text"},"created":1673077297}],"changes":[],"timestamp":1673077297,"status":"STARTING_SERVICES"}
[07.01.2023] [08:42:41] [TRACE] [QUICKAPP502]: Full response body: {"last":24492,"date":"08:42 | 7.1.2023","events":[],"changes":[],"timestamp":1673077361,"status":"STARTING_SERVICES"}
[07.01.2023] [08:43:46] [TRACE] [QUICKAPP502]: Full response body: {"last":24657,"date":"08:43 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"label1","newValue":"Consumption: 223.000 Watt\nProduction: 0.000 Watt\n\nConsumption High: 0.000 Watt\nConsumption Low: 223.000 Watt\nProduction High: 0.000 Watt\nProduction Low: 0.000 Watt\n\nConsumption High: 5112.7 kWh\nConsumption Low: 4472.3 kWh\nConsumption Total: 9585.0 kWh\n\nProduction High: 0.0 kWh\nProduction Low: 0.0 kWh\nProduction Total: 0.0 kWh\nProduction Actual: 0.000 Watt\n\nGas Usage: 41.0 l/h\nGas Total: 2327.8 m³\n\nLast Run: 07-01-2023 08:43:46\n","deviceId":396,"propertyName":"text"},"created":1673077426}],"changes":[],"timestamp":1673077426,"status":"STARTING_SERVICES"}
[07.01.2023] [08:44:47] [TRACE] [QUICKAPP502]: Full response body: {"last":24838,"date":"08:44 | 7.1.2023","events":[{"sourceType":"system","created":1673077487,"type":"DevicePropertyUpdatedEvent","data":{"id":115,"property":"value","newValue":10.1,"oldValue":10.2,"unit":"C"},"objects":[{"objectType":"device","objectId":115}]},{"type":"DevicePropertyUpdatedEvent","data":{"id":115,"oldValue":1673075684,"property":"lastChanged","newValue":1673077487},"created":1673077487},{"type":"DevicePropertyUpdatedEvent","data":{"id":117,"oldValue":1673075684,"property":"lastChanged","newValue":1673077487},"created":1673077487},{"sourceType":"system","created":1673077487,"type":"DevicePropertyUpdatedEvent","data":{"id":117,"oldValue":8.28,"property":"value","newValue":8.23},"objects":[{"objectType":"device","objectId":117}]},{"type":"DevicePropertyUpdatedEvent","data":{"id":118,"oldValue":1673072155,"property":"lastChanged","newValue":1673077487},"created":1673077487},{"sourceType":"system","created":1673077487,"type":"DevicePropertyUpdatedEvent","data":{"id":118,"oldValue":1012.0,"property":"value","newValue":1011},"objects":[{"objectType":"device","objectId":118}]},{"type":"DevicePropertyUpdatedEvent","data":{"id":119,"oldValue":1673076886,"property":"lastChanged","newValue":1673077487},"created":1673077487},{"sourceType":"system","created":1673077487,"type":"DevicePropertyUpdatedEvent","data":{"id":119,"oldValue":1.3,"property":"value","newValue":1.4},"objects":[{"objectType":"device","objectId":119}]},{"type":"DevicePropertyUpdatedEvent","data":{"id":120,"oldValue":1673076886,"property":"lastChanged","newValue":1673077487},"created":1673077487},{"sourceType":"system","created":1673077487,"type":"DevicePropertyUpdatedEvent","data":{"id":120,"oldValue":177.0,"property":"value","newValue":175},"objects":[{"objectType":"device","objectId":120}]},{"type":"PluginChangedViewEvent","data":{"componentName":"label1","newValue":"Wijk aan Zee (Meetstation Wijk aan Zee - 6257)\nZwaar bewolkt\n\nTemperature: 10.1 °C (Feels: 7.3 °C Ground: 9.7 °C)\nHumidity: 86 %\nAbsolute humidity: 8.23 g/m³\nAir pressure: 1011 hPa (Unstable)\n\nRain: 0.0 mm/h\nLast 24h: 0.1 mm/h\n\nWind: Z 1.4 m/s (3 Bft 5.04 km/h)\nWindgusts: nil m/s\n\nSunpower: 0 watt/m²\nVisibility: 49.9 km\n\nSunset: 16.41 - Sunrise: 08.46\n\nMeasured: 2023-01-07 08:20:00","deviceId":114,"propertyName":"text"},"created":1673077487},{"type":"DevicePropertyUpdatedEvent","data":{"id":114,"property":"Temperature","newValue":10.1,"oldValue":10.2,"unit":"C"},"created":1673077487},{"type":"WeatherChangedEvent","data":{"oldValue":10.2,"newValue":10.1,"change":"Temperature"},"created":1673077487},{"type":"DevicePropertyUpdatedEvent","data":{"id":114,"oldValue":4.68,"property":"Wind","newValue":5.04},"created":1673077487},{"type":"WeatherChangedEvent","data":{"oldValue":4.68,"newValue":5.04,"change":"Wind"},"created":1673077487}],"changes":[{"id":114,"Temperature":"10.10","Wind":"5.04"},{"id":115,"lastChanged":"1673077487","log":"Feeltemp: 7.3 °C Ground: 9.7 °C","logTemp":"","value":"10.10"},{"id":117,"value":"8.2300000","lastChanged":"1673077487"},{"id":118,"value":"1011.0000000","lastChanged":"1673077487"},{"id":119,"lastChanged":"1673077487","log":"Bft: 3 (5.04 km/h) Windgust: nil km/h","logTemp":"","value":"1.4000000"},{"id":120,"value":"175.0000000","lastChanged":"1673077487"}],"timestamp":1673077487,"status":"STARTING_SERVICES"}
[07.01.2023] [08:45:49] [TRACE] [QUICKAPP502]: Full response body: {"last":25030,"date":"08:45 | 7.1.2023","events":[],"changes":[],"timestamp":1673077549,"status":"STARTING_SERVICES"}
[07.01.2023] [08:46:51] [TRACE] [QUICKAPP502]: Full response body: {"last":28726,"date":"08:46 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"button2_2C","newValue":"1747 ppm","deviceId":493,"propertyName":"text"},"created":1673077610},{"sourceType":"system","created":1673077610,"type":"DeviceActionRanEvent","data":{"id":200,"actionName":"FullUpdateQA","isSupportedByDevice":false,"args":["[{"args":["sldHue","value","12"],"func":"myUpdateView"},{"args":["sldCt","value","16"],"func":"myUpdateView"},{"args":["value",62],"func":"updateProperty"},{"args":["sldBrightness","value","62"],"func":"myUpdateView"},{"args":["sldSaturation","value","79"],"func":"myUpdateView"},{"args":["5.72"],"func":"powerUpdate"},{"args":["color","255,184,83,99"],"func":"updateProperty"},{"args":["lblLastUpdate","text","07.01.2023__08:46:50"],"func":"myUpdateLabelView"},{"args":["🟡\n__On__1\/1__5.72W"],"func":"updateInfo"}]","4"]},"objects":[{"objectType":"device","objectId":200}]},{"sourceType":"system","created":1673077610,"type":"DeviceActionRanEvent","data":{"id":199,"actionName":"FullUpdateQA","isSupportedByDevice":false,"args":["[{"args":["value",62],"func":"updateProperty"},{"args":["sldBrightness","value","62"],"func":"myUpdateView"},{"args":["5.72"],"func":"powerUpdate"},{"args":["color","255,171,80,99"],"func":"updateProperty"},{"args":["lblLastUpdate","text","07.01.2023__08:46:50"],"func":"myUpdateLabelView"},{"args":["🟡\n__On__1\/1__5.72W"],"func":"updateInfo"}]","4"]},"objects":[{"objectType":"device","objectId":199}]},{"sourceType":"system","created":1673077610,"type":"DeviceActionRanEvent","data":{"id":182,"actionName":"FullUpdateQA","isSupportedByDevice":false,"args":["[{"args":["58.45"],"func":"powerUpdate"},{"args":["🟡🟡🟡🟡🟡🟡🟡🟡🟡\n__On__9\/9__58.45W"],"func":"updateInfo"}]","3"]},"objects":[{"objectType":"device","objectId":182}]},{"sourceType":"system","created":1673077610,"type":"DevicePropertyUpdatedEvent","data":{"id":199,"oldValue":82,"property":"value","newValue":62},"objects":[{"objectType":"device","objectId":199}]},{"type":"PluginChangedViewEvent","data":{"componentName":"sldHue","newValue":"12","deviceId":200,"propertyName":"value"},"created":1673077610},{"sourceType":"system","created":1673077610,"type":"DevicePropertyUpdatedEvent","data":{"id":182,"oldValue":59.22,"property":"power","newValue":58.45},"objects":[{"objectType":"device","objectId":182}]},{"type":"PowerMetricsChangedEvent","data":{"consumptionPower":5191.73,"productionPower":0.0},"created":1673077610},{"type":"PluginChangedViewEvent","data":{"componentName":"sldBrightness","newValue":"62","deviceId":199,"propertyName":"value"},"created":1673077610},{"type":"PluginChangedViewEvent","data":{"componentName":"sldCt","newValue":"16","deviceId":200,"propertyName":"value"},"created":1673077610},{"type":"PluginChangedViewEvent","data":{"componentName":"lblPowerCons","newValue":"⚡ Energy consumption: 58.5 W","deviceId":182,"propertyName":"text"},"created":1673077610},{"sourceType":"system","created":1673077610,"type":"DevicePropertyUpdatedEvent","data":{"id":199,"oldValue":7.43,"property":"power","newValue":5.72},"objects":[{"objectType":"device","objectId":199}]},{"sourceType":"system","created":1673077610,"type":"DeviceActionRanEvent","data":{"id":192,"actionName":"FullUpdateQA","isSupportedByDevice":false,"args":["[{"args":["41.29"],"func":"powerUpdate"},{"args":["🟡🟡🟡🟡🟡🟡\n__On__6\/6__41.29W"],"func":"updateInfo"}]","3"]},"objects":[{"objectType":"device","objectId":192}]},{"sourceType":"system","created":1673077610,"type":"DevicePropertyUpdatedEvent","data":{"id":200,"oldValue":51,"property":"value","newValue":62},"objects":[{"objectType":"device","objectId":200}]},{"type":"PowerMetricsChangedEvent","data":{"consumptionPower":5190.02,"productionPower":0.0},"created":1673077610},{"type":"PluginChangedViewEvent","data":{"componentName":"lblPowerCons","newValue":"⚡ Energy consumption: 5.7 W","deviceId":199,"propertyName":"text"},"created":1673077610},{"sourceType":"system","created":1673077610,"type":"DevicePropertyUpdatedEvent","data":{"id":192,"oldValue":43.0,"property":"power","newValue":41.29},"objects":[{"objectType":"device","objectId":192}]},{"type":"PluginChangedViewEvent","data":{"componentName":"sldBrightness","newValue":"62","deviceId":200,"propertyName":"value"},"created":1673077610},{"sourceType":"system","created":1673077610,"type":"DevicePropertyUpdatedEvent","data":{"id":199,"oldValue":"255,169,76,48","property":"color","newValue":"255,171,80,99"},"objects":[{"objectType":"device","objectId":199}]},{"type":"PowerMetricsChangedEvent","data":{"consumptionPower":5188.31,"productionPower":0.0},"created":1673077610},{"sourceType":"system","created":1673077610,"type":"DeviceActionRanEvent","data":{"id":184,"actionName":"FullUpdateQA","isSupportedByDevice":false,"args":["[{"args":["35.54"],"func":"powerUpdate"},{"args":["🟡🟡🟡🟡🟡\n__On__5\/5__35.54W"],"func":"updateInfo"}]","3"]},"objects":[{"objectType":"device","objectId":184}]},{"type":"PluginChangedViewEvent","data":{"componentName":"lblLastUpdate","newValue":"🔄 Last update: 07.01.2023 08:46:50","deviceId":199,"propertyName":"text"},"created":1673077610},{"type":"PluginChangedViewEvent","data":{"componentName":"lblPowerCons","newValue":"⚡ Energy consumption: 41.3 W","deviceId":192,"propertyName":"text"},"created":1673077610},{"type":"PluginChangedViewEvent","data":{"componentName":"sldSaturation","newValue":"79","deviceId":200,"propertyName":"value"},"created":1673077610},{"sourceType":"system","created":1673077610,"type":"DevicePropertyUpdatedEvent","data":{"id":184,"oldValue":37.25,"property":"power","newValue":35.54},"objects":[{"objectType":"device","objectId":184}]},{"sourceType":"system","created":1673077610,"type":"DevicePropertyUpdatedEvent","data":{"id":200,"oldValue":4.78,"property":"power","newValue":5.72},"objects":[{"objectType":"device","objectId":200}]},{"sourceType":"system","created":1673077610,"type":"DeviceActionRanEvent","data":{"id":186,"actionName":"FullUpdateQA","isSupportedByDevice":false,"args":["[{"args":["72.7"],"func":"powerUpdate"},{"args":["🟡🟡🟡🟡🟡🟡🟡🟡🟡🟡__...\n__On__12\/12__72.7W"],"func":"updateInfo"}]","4"]},"objects":[{"objectType":"device","objectId":186}]},{"sourceType":"system","created":1673077610,"type":"DevicePropertyUpdatedEvent","data":{"id":186,"oldValue":73.47,"property":"power","newValue":72.7},"objects":[{"objectType":"device","objectId":186}]},{"type":"PluginChangedViewEvent","data":{"componentName":"lblPowerCons","newValue":"⚡ Energy consumption: 5.7 W","deviceId":200,"propertyName":"text"},"created":1673077610},{"sourceType":"system","created":1673077610,"type":"DevicePropertyUpdatedEvent","data":{"id":200,"oldValue":"255,252,96,127","property":"color","newValue":"255,184,83,99"},"objects":[{"objectType":"device","objectId":200}]}],"changes":[{"log":"🟡🟡🟡🟡🟡🟡🟡🟡🟡\n On 9/9 58.45W","logTemp":"","power":"58.4500000","id":182},{"id":184,"power":"35.5400000"},{"id":186,"power":"72.7000000"},{"log":"🟡🟡🟡🟡🟡🟡\n On 6/6 41.29W","logTemp":"","power":"41.2900000","id":192},{"id":199,"power":"5.7200000","log":"🟡\n On 1/1 5.72W","logTemp":"","value":"62","color":"255,171,80,99"},{"color":"255,184,83,99","power":"5.7200000","value":"62","id":200}],"timestamp":1673077610,"status":"STARTING_SERVICES"}
[07.01.2023] [08:47:51] [TRACE] [QUICKAPP502]: Full response body: {"last":29944,"date":"08:47 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"lblLastUpdate","newValue":"🔄 Last Update: 07.01.2023 08:47:49","deviceId":139,"propertyName":"text"},"created":1673077670},{"type":"DevicePropertyUpdatedEvent","data":{"id":139,"oldValue":583.07,"property":"power","newValue":698.49},"created":1673077670},{"type":"PowerMetricsChangedEvent","data":{"consumptionPower":1960.98,"productionPower":0.0},"created":1673077670},{"type":"DevicePropertyUpdatedEvent","data":{"id":139,"oldValue":1673077624,"property":"lastChanged","newValue":1673077670},"created":1673077670},{"type":"DevicePropertyUpdatedEvent","data":{"id":139,"oldValue":583.07,"property":"value","newValue":698.49},"created":1673077670},{"type":"PluginChangedViewEvent","data":{"componentName":"lblPowerCons","newValue":"⚡ Energy consumption 698.5 W","deviceId":139,"propertyName":"text"},"created":1673077670},{"type":"PluginChangedViewEvent","data":{"componentName":"button2_2C","newValue":"1743 ppm","deviceId":493,"propertyName":"text"},"created":1673077670},{"sourceType":"system","created":1673077670,"type":"DeviceActionRanEvent","data":{"id":180,"actionName":"FullUpdateQA","isSupportedByDevice":false,"args":["[{"args":["value",100],"func":"updateProperty"},{"args":["sldBrightness","value","100"],"func":"myUpdateView"},{"args":["lblState","text","1__-On"],"func":"myUpdateLabelView"},{"args":["sldHue","value","7"],"func":"myUpdateView"},{"args":["sldSaturation","value","100"],"func":"myUpdateView"},{"args":["sldCt","value","0"],"func":"myUpdateView"},{"args":["color","255,84,4,1"],"func":"updateProperty"},{"args":["lblLastUpdate","text","07.01.2023__08:47:50"],"func":"myUpdateLabelView"},{"args":["🟡🟡🟡\n__On__3\/3__20.5W"],"func":"updateInfo"}]","6"]},"objects":[{"objectType":"device","objectId":180}]},{"sourceType":"system","created":1673077670,"type":"DeviceActionRanEvent","data":{"id":190,"actionName":"FullUpdateQA","isSupportedByDevice":false,"args":["[{"args":["lblState","text","1-On"],"func":"myUpdateLabelView"},{"args":["value",31],"func":"updateProperty"},{"args":["sldBrightness","value","31"],"func":"myUpdateView"},{"args":["sldCt","value","38"],"func":"myUpdateView"},{"args":["sldHue","value","0"],"func":"myUpdateView"},{"args":["sldSaturation","value","0"],"func":"myUpdateView"},{"args":["lblLastUpdate","text","07.01.2023__08:47:50"],"func":"myUpdateLabelView"},{"args":["🟡\n__On__1\/1__1.74W"],"func":"updateInfo"}]","6"]},"objects":[{"objectType":"device","objectId":190}]},{"sourceType":"system","created":1673077670,"type":"DevicePropertyUpdatedEvent","data":{"id":180,"oldValue":50,"property":"value","newValue":100},"objects":[{"objectType":"device","objectId":180}]},{"type":"PluginChangedViewEvent","data":{"componentName":"sldBrightness","newValue":"100","deviceId":180,"propertyName":"value"},"created":1673077670},{"type":"PluginChangedViewEvent","data":{"componentName":"lblState","newValue":"💡 State: 1 - On","deviceId":180,"propertyName":"text"},"created":1673077670},{"type":"PluginChangedViewEvent","data":{"componentName":"lblState","newValue":"💡 State: 1 - On","deviceId":190,"propertyName":"text"},"created":1673077670},{"sourceType":"system","created":1673077670,"type":"DeviceActionRanEvent","data":{"id":186,"actionName":"FullUpdateQA","isSupportedByDevice":false,"args":["[{"args":["value",100],"func":"updateProperty"},{"args":["sldBrightness","value","100"],"func":"myUpdateView"},{"args":["lblState","text","1-On"],"func":"myUpdateLabelView"},{"args":["sldHue","value","7"],"func":"myUpdateView"},{"args":["sldSaturation","value","100"],"func":"myUpdateView"},{"args":["sldCt","value","0"],"func":"myUpdateView"},{"args":["color","255,84,4,1"],"func":"updateProperty"},{"args":["lblLastUpdate","text","07.01.2023__08:47:50"],"func":"myUpdateLabelView"},{"args":["🟡🟡🟡🟡🟡🟡🟡🟡🟡🟡...\n__On__12\/12__85.45W"],"func":"updateInfo"}]","7"]},"objects":[{"objectType":"device","objectId":186}]},{"sourceType":"system","created":1673077670,"type":"DevicePropertyUpdatedEvent","data":{"id":190,"oldValue":0,"property":"value","newValue":31},"objects":[{"objectType":"device","objectId":190}]},{"sourceType":"system","created":1673077670,"type":"DevicePropertyUpdatedEvent","data":{"id":190,"oldValue":false,"property":"state","newValue":true},"objects":[{"objectType":"device","objectId":190}]},{"type":"PluginChangedViewEvent","data":{"componentName":"sldBrightness","newValue":"31","deviceId":190,"propertyName":"value"},"created":1673077670},{"sourceType":"system","created":1673077670,"type":"DevicePropertyUpdatedEvent","data":{"id":180,"oldValue":"255,140,30,128","property":"color","newValue":"255,84,4,1"},"objects":[{"objectType":"device","objectId":180}]},{"sourceType":"system","created":1673077670,"type":"DeviceActionRanEvent","data":{"id":187,"actionName":"FullUpdateQA","isSupportedByDevice":false,"args":["[{"args":["lblState","text","1__-__On"],"func":"myUpdateLabelView"},{"args":["value",100],"func":"updateProperty"},{"args":["sldBrightness","value","100"],"func":"myUpdateView"},{"args":["sldHue","value","7"],"func":"myUpdateView"},{"args":["sldSaturation","value","100"],"func":"myUpdateView"},{"args":["sldCt","value","0"],"func":"myUpdateView"},{"args":["color","255,84,4,1"],"func":"updateProperty"},{"args":["lblLastUpdate","text","07.01.2023__08:47:50"],"func":"myUpdateLabelView"},{"args":["🟡🟡🟡\n__On__3\/3__27.0W"],"func":"updateInfo"}]","6"]},"objects":[{"objectType":"device","objectId":187}]},{"type":"PluginChangedViewEvent","data":{"componentName":"sldCt","newValue":"38","deviceId":190,"propertyName":"value"},"created":1673077670},{"sourceType":"system","created":1673077670,"type":"DevicePropertyUpdatedEvent","data":{"id":186,"oldValue":50,"property":"value","newValue":100},"objects":[{"objectType":"device","objectId":186}]},{"type":"PluginChangedViewEvent","data":{"componentName":"lblLastUpdate","newValue":"🔄 Last update: 07.01.2023 08:47:50","deviceId":180,"propertyName":"text"},"created":1673077670},{"type":"PluginChangedViewEvent","data":{"componentName":"sldBrightness","newValue":"100","deviceId":186,"propertyName":"value"},"created":1673077670},{"type":"PluginChangedViewEvent","data":{"componentName":"lblState","newValue":"💡 State: 1 - On","deviceId":186,"propertyName":"text"},"created":1673077670},{"type":"PluginChangedViewEvent","data":{"componentName":"lblLastUpdate","newValue":"🔄 Last update: 07.01.2023 08:47:50","deviceId":190,"propertyName":"text"},"created":1673077670},{"sourceType":"system","created":1673077670,"type":"DevicePropertyUpdatedEvent","data":{"id":186,"oldValue":"255,140,30,128","property":"color","newValue":"255,84,4,1"},"objects":[{"objectType":"device","objectId":186}]},{"type":"PluginChangedViewEvent","data":{"componentName":"lblState","newValue":"💡 State: 1 - On","deviceId":187,"propertyName":"text"},"created":1673077670},{"sourceType":"system","created":1673077670,"type":"DevicePropertyUpdatedEvent","data":{"id":187,"oldValue":0,"property":"value","newValue":100},"objects":[{"objectType":"device","objectId":187}]},{"sourceType":"system","created":1673077670,"type":"DevicePropertyUpdatedEvent","data":{"id":187,"oldValue":false,"property":"state","newValue":true},"objects":[{"objectType":"device","objectId":187}]},{"type":"PluginChangedViewEvent","data":{"componentName":"sldBrightness","newValue":"100","deviceId":187,"propertyName":"value"},"created":1673077670},{"type":"PluginChangedViewEvent","data":{"componentName":"lblLastUpdate","newValue":"🔄 Last update: 07.01.2023 08:47:50","deviceId":186,"propertyName":"text"},"created":1673077670},{"type":"PluginChangedViewEvent","data":{"componentName":"sldHue","newValue":"7","deviceId":187,"propertyName":"value"},"created":1673077670},{"type":"PluginChangedViewEvent","data":{"componentName":"sldSaturation","newValue":"100","deviceId":187,"propertyName":"value"},"created":1673077670},{"sourceType":"system","created":1673077670,"type":"DevicePropertyUpdatedEvent","data":{"id":187,"oldValue":"255,140,30,128","property":"color","newValue":"255,84,4,1"},"objects":[{"objectType":"device","objectId":187}]},{"type":"PluginChangedViewEvent","data":{"componentName":"lblLastUpdate","newValue":"🔄 Last update: 07.01.2023 08:47:50","deviceId":187,"propertyName":"text"},"created":1673077670},{"type":"DevicePropertyUpdatedEvent","data":{"id":38,"oldValue":false,"property":"on","newValue":true},"created":1673077670},{"type":"DevicePropertyUpdatedEvent","data":{"id":38,"oldValue":127,"property":"brightness","newValue":254},"created":1673077670},{"sourceType":"system","created":1673077670,"type":"DevicePropertyUpdatedEvent","data":{"id":38,"oldValue":0,"property":"value","newValue":100},"objects":[{"objectType":"device","objectId":38}]},{"sourceType":"system","created":1673077670,"type":"DevicePropertyUpdatedEvent","data":{"id":38,"oldValue":false,"property":"state","newValue":true},"objects":[{"objectType":"device","objectId":38}]},{"type":"PluginChangedViewEvent","data":{"componentName":"brightness","newValue":"254","deviceId":38,"propertyName":"value"},"created":1673077670},{"type":"DevicePropertyUpdatedEvent","data":{"id":41,"oldValue":false,"property":"on","newValue":true},"created":1673077670},{"type":"DevicePropertyUpdatedEvent","data":{"id":41,"oldValue":127,"property":"brightness","newValue":254},"created":1673077670},{"sourceType":"system","created":1673077670,"type":"DevicePropertyUpdatedEvent","data":{"id":41,"oldValue":0,"property":"value","newValue":100},"objects":[{"objectType":"device","objectId":41}]},{"sourceType":"system","created":1673077670,"type":"DevicePropertyUpdatedEvent","data":{"id":41,"oldValue":false,"property":"state","newValue":true},"objects":[{"objectType":"device","objectId":41}]},{"type":"PluginChangedViewEvent","data":{"componentName":"brightness","newValue":"254","deviceId":41,"propertyName":"value"},"created":1673077670},{"type":"DevicePropertyUpdatedEvent","data":{"id":46,"oldValue":false,"property":"on","newValue":true},"created":1673077670},{"type":"DevicePropertyUpdatedEvent","data":{"id":46,"oldValue":1,"property":"brightness","newValue":77},"created":1673077670},{"sourceType":"system","created":1673077670,"type":"DevicePropertyUpdatedEvent","data":{"id":46,"oldValue":0,"property":"value","newValue":31},"objects":[{"objectType":"device","objectId":46}]},{"sourceType":"system","created":1673077670,"type":"DevicePropertyUpdatedEvent","data":{"id":46,"oldValue":false,"property":"state","newValue":true},"objects":[{"objectType":"device","objectId":46}]},{"type":"PluginChangedViewEvent","data":{"componentName":"brightness","newValue":"77","deviceId":46,"propertyName":"value"},"created":1673077670},{"type":"DevicePropertyUpdatedEvent","data":{"id":44,"oldValue":false,"property":"on","newValue":true},"created":1673077670},{"type":"DevicePropertyUpdatedEvent","data":{"id":44,"oldValue":127,"property":"brightness","newValue":254},"created":1673077670},{"sourceType":"system","created":1673077670,"type":"DevicePropertyUpdatedEvent","data":{"id":44,"oldValue":0,"property":"value","newValue":100},"objects":[{"objectType":"device","objectId":44}]},{"sourceType":"system","created":1673077670,"type":"DevicePropertyUpdatedEvent","data":{"id":44,"oldValue":false,"property":"state","newValue":true},"objects":[{"objectType":"device","objectId":44}]},{"type":"PluginChangedViewEvent","data":{"componentName":"brightness","newValue":"254","deviceId":44,"propertyName":"value"},"created":1673077670}],"changes":[{"id":38,"state":"true","on":"true","value":"100","brightness":"254"},{"id":41,"state":"true","on":"true","value":"100","brightness":"254"},{"id":44,"state":"true","on":"true","value":"100","brightness":"254"},{"id":46,"state":"true","on":"true","value":"31","brightness":"77"},{"id":139,"power":"698.4900000","value":"698.4900000","lastChanged":"1673077670"},{"color":"255,84,4,1","value":"100","id":180},{"color":"255,84,4,1","value":"100","id":186},{"color":"255,84,4,1","state":"true","value":"100","id":187},{"id":190,"state":"true","value":"31"}],"timestamp":1673077670,"status":"STARTING_SERVICES"}
[07.01.2023] [08:48:54] [TRACE] [QUICKAPP502]: Full response body: {"last":31035,"date":"08:48 | 7.1.2023","events":[{"sourceType":"system","created":1673077733,"type":"DevicePropertyUpdatedEvent","data":{"id":391,"oldValue":true,"property":"value","newValue":false},"objects":[{"objectType":"device","objectId":391}]},{"type":"DevicePropertyUpdatedEvent","data":{"id":391,"oldValue":{"path":"/assets/icon/fibaro/czujnik_ruchu/czujnik_ruchu100.png","source":"HC"},"property":"icon","newValue":{"path":"/assets/icon/fibaro/czujnik_ruchu/czujnik_ruchu0.png","source":"HC"}},"created":1673077733}],"changes":[{"id":391,"icon":"{"path":"/assets/icon/fibaro/czujnik_ruchu/czujnik_ruchu0.png","source":"HC"}","value":"false"}],"timestamp":1673077733,"status":"STARTING_SERVICES"}
[07.01.2023] [08:49:54] [TRACE] [QUICKAPP502]: Full response body: {"last":31789,"date":"08:49 | 7.1.2023","events":[],"changes":[{"log":"07.01.2023 08:49:54","logTemp":"","id":387}],"timestamp":1673077794,"status":"STARTING_SERVICES"}
[07.01.2023] [08:50:55] [TRACE] [QUICKAPP502]: Full response body: {"last":32817,"date":"08:50 | 7.1.2023","events":[{"sourceType":"system","created":1673077854,"type":"DeviceActionRanEvent","data":{"id":190,"actionName":"FullUpdateQA","isSupportedByDevice":false,"args":["[{"args":["lblLightsState","text","__⚫"],"func":"myUpdateLabelView"},{"args":["0.1"],"func":"powerUpdate"},{"args":["⚫\n__Off__0.1W"],"func":"updateInfo"}]","3"]},"objects":[{"objectType":"device","objectId":190}]},{"type":"PluginChangedViewEvent","data":{"componentName":"sldBrightness","newValue":"0","deviceId":201,"propertyName":"value"},"created":1673077854},{"type":"PluginChangedViewEvent","data":{"componentName":"lblLightsState","newValue":" ⚫","deviceId":205,"propertyName":"text"},"created":1673077854},{"sourceType":"system","created":1673077854,"type":"DeviceActionRanEvent","data":{"id":179,"actionName":"FullUpdateQA","isSupportedByDevice":false,"args":["[{"args":["lblLightsState","text","🟡__🟡__🟡__🟡__🟡__⚫__🟡__⚫__⚫__🟡__🟡__❗__🟡__⚫__🟡__⚫__🟡__🟡__🟡"],"func":"myUpdateLabelView"},{"args":["83.23"],"func":"powerUpdate"},{"args":["🟡🟡🟡🟡🟡⚫🟡⚫⚫🟡...\n__On__13\/19__83.23W"],"func":"updateInfo"}]","23"]},"objects":[{"objectType":"device","objectId":179}]},{"type":"PluginChangedViewEvent","data":{"componentName":"lblState","newValue":"💡 State: 0 - Off","deviceId":203,"propertyName":"text"},"created":1673077854},{"type":"PluginChangedViewEvent","data":{"componentName":"sldHue","newValue":"0","deviceId":201,"propertyName":"value"},"created":1673077854},{"type":"PluginChangedViewEvent","data":{"componentName":"lblLightsState","newValue":" ⚫","deviceId":195,"propertyName":"text"},"created":1673077854},{"sourceType":"system","created":1673077854,"type":"DevicePropertyUpdatedEvent","data":{"id":205,"oldValue":1,"property":"value","newValue":0},"objects":[{"objectType":"device","objectId":205}]},{"sourceType":"system","created":1673077854,"type":"DevicePropertyUpdatedEvent","data":{"id":205,"oldValue":true,"property":"state","newValue":false},"objects":[{"objectType":"device","objectId":205}]},{"type":"PluginChangedViewEvent","data":{"componentName":"lblLightsState","newValue":" ⚫","deviceId":190,"propertyName":"text"},"created":1673077854},{"sourceType":"system","created":1673077854,"type":"DevicePropertyUpdatedEvent","data":{"id":195,"oldValue":50,"property":"value","newValue":0},"objects":[{"objectType":"device","objectId":195}]},{"sourceType":"system","created":1673077854,"type":"DevicePropertyUpdatedEvent","data":{"id":190,"oldValue":0.12,"property":"power","newValue":0.1},"objects":[{"objectType":"device","objectId":190}]},{"type":"PluginChangedViewEvent","data":{"componentName":"sldSaturation","newValue":"0","deviceId":201,"propertyName":"value"},"created":1673077854},{"type":"PluginChangedViewEvent","data":{"componentName":"sldBrightness","newValue":"0","deviceId":205,"propertyName":"value"},"created":1673077854},{"type":"PowerMetricsChangedEvent","data":{"consumptionPower":1828.74,"productionPower":0.0},"created":1673077854},{"sourceType":"system","created":1673077854,"type":"DevicePropertyUpdatedEvent","data":{"id":195,"oldValue":true,"property":"state","newValue":false},"objects":[{"objectType":"device","objectId":195}]},{"type":"PluginChangedViewEvent","data":{"componentName":"lblLightsState","newValue":" 🟡 🟡 🟡 🟡 🟡 ⚫ 🟡 ⚫ ⚫ 🟡 🟡 ❗ 🟡 ⚫ 🟡 ⚫ 🟡 🟡 🟡","deviceId":179,"propertyName":"text"},"created":1673077854},{"sourceType":"system","created":1673077854,"type":"DevicePropertyUpdatedEvent","data":{"id":179,"oldValue":96.0,"property":"power","newValue":83.23},"objects":[{"objectType":"device","objectId":179}]},{"type":"PowerMetricsChangedEvent","data":{"consumptionPower":1815.97,"productionPower":0.0},"created":1673077854},{"type":"PluginChangedViewEvent","data":{"componentName":"lblLightsState","newValue":" ⚫","deviceId":203,"propertyName":"text"},"created":1673077854},{"sourceType":"system","created":1673077854,"type":"DeviceActionRanEvent","data":{"id":186,"actionName":"FullUpdateQA","isSupportedByDevice":false,"args":["[{"args":["lblLightsState","text","🟡__🟡__🟡__🟡__🟡__⚫__🟡__⚫__⚫__🟡__🟡__🟡"],"func":"myUpdateLabelView"},{"args":["59.95"],"func":"powerUpdate"},{"args":["🟡🟡🟡🟡🟡⚫🟡⚫⚫🟡...\n__On__9\/12__59.95W"],"func":"updateInfo"}]","16"]},"objects":[{"objectType":"device","objectId":186}]},{"type":"PluginChangedViewEvent","data":{"componentName":"sldCt","newValue":"0","deviceId":201,"propertyName":"value"},"created":1673077854},{"type":"PluginChangedViewEvent","data":{"componentName":"lblPowerCons","newValue":"⚡ Energy consumption: 83.2 W","deviceId":179,"propertyName":"text"},"created":1673077854},{"sourceType":"system","created":1673077854,"type":"DevicePropertyUpdatedEvent","data":{"id":203,"oldValue":50,"property":"value","newValue":0},"objects":[{"objectType":"device","objectId":203}]},{"sourceType":"system","created":1673077854,"type":"DevicePropertyUpdatedEvent","data":{"id":203,"oldValue":true,"property":"state","newValue":false},"objects":[{"objectType":"device","objectId":203}]},{"sourceType":"system","created":1673077854,"type":"DevicePropertyUpdatedEvent","data":{"id":201,"oldValue":4.75,"property":"power","newValue":0.5},"objects":[{"objectType":"device","objectId":201}]},{"type":"PluginChangedViewEvent","data":{"componentName":"sldBrightness","newValue":"0","deviceId":195,"propertyName":"value"},"created":1673077854},{"type":"PowerMetricsChangedEvent","data":{"consumptionPower":1811.72,"productionPower":0.0},"created":1673077854},{"sourceType":"system","created":1673077854,"type":"DeviceActionRanEvent","data":{"id":187,"actionName":"FullUpdateQA","isSupportedByDevice":false,"args":["[{"args":["lblLightsState","text","__⚫__⚫__⚫"],"func":"myUpdateLabelView"},{"args":["1.5"],"func":"powerUpdate"},{"args":["⚫⚫⚫\n__Off__1.5W"],"func":"updateInfo"}]","5"]},"objects":[{"objectType":"device","objectId":187}]},{"type":"PluginChangedViewEvent","data":{"componentName":"sldBrightness","newValue":"0","deviceId":203,"propertyName":"value"},"created":1673077854},{"type":"PluginChangedViewEvent","data":{"componentName":"sldCt","newValue":"0","deviceId":205,"propertyName":"value"},"created":1673077854},{"type":"PluginChangedViewEvent","data":{"componentName":"lblPowerCons","newValue":"⚡ Energy consumption: 0.5 W","deviceId":201,"propertyName":"text"},"created":1673077854},{"type":"PluginChangedViewEvent","data":{"componentName":"sldHue","newValue":"0","deviceId":195,"propertyName":"value"},"created":1673077854},{"type":"PluginChangedViewEvent","data":{"componentName":"lblLightsState","newValue":" 🟡 🟡 🟡 🟡 🟡 ⚫ 🟡 ⚫ ⚫ 🟡 🟡 🟡","deviceId":186,"propertyName":"text"},"created":1673077854},{"sourceType":"system","created":1673077854,"type":"DevicePropertyUpdatedEvent","data":{"id":205,"oldValue":0.12,"property":"power","newValue":0.1},"objects":[{"objectType":"device","objectId":205}]},{"type":"PowerMetricsChangedEvent","data":{"consumptionPower":1811.7,"productionPower":0.0},"created":1673077854},{"sourceType":"system","created":1673077854,"type":"DevicePropertyUpdatedEvent","data":{"id":186,"oldValue":72.7,"property":"power","newValue":59.95},"objects":[{"objectType":"device","objectId":186}]},{"type":"PowerMetricsChangedEvent","data":{"consumptionPower":1798.95,"productionPower":0.0},"created":1673077854},{"type":"PluginChangedViewEvent","data":{"componentName":"lblLastUpdate","newValue":"🔄 Last update: 07.01.2023 08:50:53","deviceId":201,"propertyName":"text"},"created":1673077854},{"sourceType":"system","created":1673077854,"type":"DeviceActionRanEvent","data":{"id":180,"actionName":"FullUpdateQA","isSupportedByDevice":false,"args":["[{"args":["lblLightsState","text","__🟡__⚫__🟡"],"func":"myUpdateLabelView"},{"args":["12.0"],"func":"powerUpdate"},{"args":["🟡⚫🟡\n__On__2\/3__12.0W"],"func":"updateInfo"}]","6"]},"objects":[{"objectType":"device","objectId":180}]},{"type":"PluginChangedViewEvent","data":{"componentName":"lblPowerCons","newValue":"⚡ Energy consumption: 60.0 W","deviceId":186,"propertyName":"text"},"created":1673077854},{"type":"PluginChangedViewEvent","data":{"componentName":"sldSaturation","newValue":"0","deviceId":195,"propertyName":"value"},"created":1673077854},{"type":"PluginChangedViewEvent","data":{"componentName":"sldHue","newValue":"0","deviceId":203,"propertyName":"value"},"created":1673077854},{"type":"PluginChangedViewEvent","data":{"componentName":"lblLightsState","newValue":" ⚫ ⚫ ⚫","deviceId":187,"propertyName":"text"},"created":1673077854},{"type":"PluginChangedViewEvent","data":{"componentName":"lblLastUpdate","newValue":"🔄 Last update: 07.01.2023 08:50:53","deviceId":205,"propertyName":"text"},"created":1673077854},{"sourceType":"system","created":1673077854,"type":"DevicePropertyUpdatedEvent","data":{"id":187,"oldValue":14.25,"property":"power","newValue":1.5},"objects":[{"objectType":"device","objectId":187}]},{"type":"PowerMetricsChangedEvent","data":{"consumptionPower":1786.2,"productionPower":0.0},"created":1673077854},{"sourceType":"system","created":1673077854,"type":"DevicePropertyUpdatedEvent","data":{"id":195,"oldValue":4.75,"property":"power","newValue":0.5},"objects":[{"objectType":"device","objectId":195}]},{"type":"PowerMetricsChangedEvent","data":{"consumptionPower":1781.95,"productionPower":0.0},"created":1673077854},{"type":"PluginChangedViewEvent","data":{"componentName":"lblLightsState","newValue":" 🟡 ⚫ 🟡","deviceId":180,"propertyName":"text"},"created":1673077854},{"type":"PluginChangedViewEvent","data":{"componentName":"sldSaturation","newValue":"0","deviceId":203,"propertyName":"value"},"created":1673077854},{"sourceType":"system","created":1673077854,"type":"DevicePropertyUpdatedEvent","data":{"id":180,"oldValue":16.25,"property":"power","newValue":12.0},"objects":[{"objectType":"device","objectId":180}]},{"type":"PowerMetricsChangedEvent","data":{"consumptionPower":1777.7,"productionPower":0.0},"created":1673077854},{"type":"PluginChangedViewEvent","data":{"componentName":"lblPowerCons","newValue":"⚡ Energy consumption: 0.5 W","deviceId":195,"propertyName":"text"},"created":1673077854},{"type":"PluginChangedViewEvent","data":{"componentName":"sldCt","newValue":"0","deviceId":203,"propertyName":"value"},"created":1673077854},{"type":"PluginChangedViewEvent","data":{"componentName":"lblLastUpdate","newValue":"🔄 Last update: 07.01.2023 08:50:53","deviceId":195,"propertyName":"text"},"created":1673077854},{"sourceType":"system","created":1673077854,"type":"DevicePropertyUpdatedEvent","data":{"id":203,"oldValue":4.75,"property":"power","newValue":0.5},"objects":[{"objectType":"device","objectId":203}]},{"type":"PluginChangedViewEvent","data":{"componentName":"lblPowerCons","newValue":"⚡ Energy consumption: 12.0 W","deviceId":180,"propertyName":"text"},"created":1673077854},{"type":"PluginChangedViewEvent","data":{"componentName":"lblPowerCons","newValue":"⚡ Energy consumption: 1.5 W","deviceId":187,"propertyName":"text"},"created":1673077854},{"type":"PowerMetricsChangedEvent","data":{"consumptionPower":1773.45,"productionPower":0.0},"created":1673077854},{"type":"PluginChangedViewEvent","data":{"componentName":"lblPowerCons","newValue":"⚡ Energy consumption: 0.5 W","deviceId":203,"propertyName":"text"},"created":1673077854},{"type":"PluginChangedViewEvent","data":{"componentName":"lblLastUpdate","newValue":"🔄 Last update: 07.01.2023 08:50:53","deviceId":203,"propertyName":"text"},"created":1673077854},{"type":"PluginChangedViewEvent","data":{"componentName":"lblLastUpdate","newValue":"
Last update: 07.01.2023 08:50:54\n
InfluxDB2 is running: 1 hour,26 mins</center></center>","deviceId":387,"propertyName":"text"},"created":1673077854}],"changes":[{"log":"🟡🟡🟡🟡🟡⚫🟡⚫⚫🟡 ...\n On 13/19 83.23W","logTemp":"","power":"83.2300000","id":179},{"log":"🟡⚫🟡\n On 2/3 12.0W","logTemp":"","power":"12.0000000","id":180},{"log":"🟡🟡🟡🟡🟡⚫🟡⚫⚫🟡 ...\n On 9/12 59.95W","logTemp":"","power":"59.9500000","id":186},{"log":"⚫⚫⚫\n Off 1.5W","logTemp":"","power":"1.5000000","id":187},{"log":"⚫\n Off 0.1W","logTemp":"","power":"0.1000000","id":190},{"id":195,"state":"false","log":"⚫\n Off 0.5W","logTemp":"","value":"0","power":"0.5000000"},{"log":"⚫\n Off 0.5W","logTemp":"","power":"0.5000000","id":201},{"id":203,"state":"false","log":"⚫\n Off 0.5W","logTemp":"","value":"0","power":"0.5000000"},{"id":205,"state":"false","log":"⚫\n Off 0.1W","logTemp":"","value":"0","power":"0.1000000"},{"log":"07.01.2023 08:50:54","logTemp":"","id":387}],"timestamp":1673077855,"status":"STARTING_SERVICES"}
[07.01.2023] [08:51:56] [TRACE] [QUICKAPP502]: Full response body: {"last":33623,"date":"08:51 | 7.1.2023","events":[{"type":"PluginChangedViewEvent","data":{"componentName":"lblLastUpdate","newValue":"🔄 Last Update: 07.01.2023 08:51:51","deviceId":139,"propertyName":"text"},"created":1673077915}],"changes":[],"timestamp":1673077916,"status":"STARTING_SERVICES"}

`

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

Full boot log with all ID's.
Maybe i need to filter out a lot of the ID's. I tried but i have the syntax wrong.

boot_log.txt

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

@alexander-vitishchenko

Ok, now i understand the filtering. So i thought lets only use the first 2 devices it detects. I filter like this:

{"filter":"deviceID", "value":[372,373,374,375,376,480,481,482,483,484]}

This seems to work, when i look at the console it only uses those id's.

Only thing is that there are showing up warnings for a disabled ID.

filters.txt

from hc3-to-mqtt.

alexander-vitishchenko avatar alexander-vitishchenko commented on August 16, 2024

Hi @ppeterrr

Let's make sure we have all the information for diagnosis and fix, can you please edit your local main.lua file and replace the existing code

Started at line 485:

if (data.status ~= 200 and data.status ~= "IDLE") then
    self.gotError = true
    if (not data.status) then
        data.status = "<unknown>"
    end

    -- filter out repeatable errors
    local lastErrorReceivedTimestamp = self.errorCacheMap[data.status]
    local currentTimestamp = os.time()
    if ((not lastErrorReceivedTimestamp) or (lastErrorReceivedTimestamp < (currentTimestamp - self.errorCacheTimeout))) then
        self:warning("Unexpected response status \"" .. tostring(data.status) .. "\", muting any repeated warnings for " .. self.errorCacheTimeout .. " seconds")
        self:trace("Full response body: " .. json.encode(data))

        -- mute repeatable warnings temporary (avoid spamming to logs)
        self.errorCacheMap[data.status] = currentTimestamp
    end
end

with a new one?

if (data.status ~= 200 and data.status ~= "IDLE") then
    self.gotError = true
    if (not data.status) then
        data.status = "<unknown>"
    end

    -- filter out repeatable errors
    local lastErrorReceivedTimestamp = self.errorCacheMap[data.status]
    local currentTimestamp = os.time()
    if ((not lastErrorReceivedTimestamp) or (lastErrorReceivedTimestamp < (currentTimestamp - self.errorCacheTimeout))) then
        self:warning("Unexpected response status \"" .. tostring(data.status) .. "\", muting any repeated warnings for " .. self.errorCacheTimeout .. " seconds")
        self:trace("(-) Full response body: " .. json.encode(data))

        -- mute repeatable warnings temporary (avoid spamming to logs)
        self.errorCacheMap[data.status] = currentTimestamp
    else
        self:trace("(--) Full response body: " .. json.encode(data))
    end
else
        self:trace("(+) Full response body: " .. json.encode(data))
end

I'd like to see log while running the QuickApp for a few minutes time

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

Inserted the new code, removed the filter variable and let it run for about 5mins.

Not sure if this is what you need, its a lot of lines.
I dont know how to make this readable :) For me this is just a big chunk of letters.

I can do it again, if needed in another format. Just let me know how to do it.

logs.txt

Thank you for handling this, I really appreciate it. I'd like to see this resolved, but it's not in a huge rush.
Thank you for being so passionate about this project.

from hc3-to-mqtt.

alexander-vitishchenko avatar alexander-vitishchenko commented on August 16, 2024

Hi @ppeterrr

It looks like those "STARTING_SERVICES" warnings do mostly have informative nature, without impacting the QuickApp operations.

I suspect Fibaro HC3 is trying to say some of the system services (no direct relation to the QuickApp) are still being started, but the system overall is functioning.

And we need to think what causes your Fibaro HC3 see that some of your services are not fully started, even your rebooted controller long time ago.

Meanwhile - free free to download the latest version of the QuickApp and work with it ignoring the warning, until you/I figure out how to further diagnose your Fibaro HC3 instance.

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

Hey @alexander-vitishchenko

Maybe its a good idea to let me generate some system logs, and send them over
to the fibaro dev's. Maybe they can see what process get's stuck at boot.

With the latest firmware i have some other problems, or at least i think it is related to that firmware.
It might just have something to do with some process not fully starting at boot.

But well, i dont know. I general the system works good.

So, if you agree. I will contact someone at the forum, or by e-mail. And send in the encrypted logs.
I am asking you, if you agree. Because they will probably ask more about the code that make's us
think that some processes are not fully started. And thats you code.

In the meanwhile i will use your new release.

from hc3-to-mqtt.

alexander-vitishchenko avatar alexander-vitishchenko commented on August 16, 2024

Yes - I think it would be great to get more details from Fibaro, and then see where it leads us.

Should I keep this GitHub issue open for few weeks time? I’d like to know what Fibaro team tells you, and so I know how to deal with similar cases in the future

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

Yes - I think it would be great to get more details from Fibaro, and where we see where it leads us.

Should I keep this GitHub issue open for few weeks time? I’d like to know what Fibaro team tells you, and so I know how to deal with similar cases in the future

Yes i will report back when i know more, might take some time though.

fyi

https://forum.fibaro.com/topic/64115-unexpected-response-status-starting_services/

from hc3-to-mqtt.

alexander-vitishchenko avatar alexander-vitishchenko commented on August 16, 2024

Hi @ppeterrr

While we wait for Fibaro team response, can you please send me the result of API calls?

  • /service/systemStatus
  • /plugins/installed
  • /plugins/types
  • /plugins/v2"

API calls are available through Swagger UI that could be opened from you HC3 Home Page, See bottom-left part of the screen.

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

I dont see /plugins/installed /plugins/types /plugins/v2 in the pull down menu for the defenitions.

I found /service/systemStatus, but that needs some aditional input.

Maybe something like this, not sure - its not clear to me.

image

from hc3-to-mqtt.

alexander-vitishchenko avatar alexander-vitishchenko commented on August 16, 2024

@ppeterrr use “English” or “english“ value for the language field

And pseudo random number for integer field, like 2143, my current hour & minutes

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

It look like the same response output with those value's.

image

from hc3-to-mqtt.

alexander-vitishchenko avatar alexander-vitishchenko commented on August 16, 2024
  1. System status is “IDLE”, and this status is what QuickApp should get while polling events from HC3. Does your QuickApp shows not “STARTING_SERVICES”?

  2. You can try open /plugins/installed /plugins/types /plugins/v2 in your Webbrowser, by forging the link using the one from screenshot, just replace system status with another service name

54C74DDB-1D75-4549-94DB-4A7DB60BCA26

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

Ow i'm really sorry, i removed the quickapp prior to installing your latest version.

I'll install the bridge, and will report back with the swagger output.

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

system status, i still see the warning:

{"status":"IDLE","description":"","title":"","os":"normal","stage":null,"update":null,"platform":"HC3","oemId":"HC3"}

plugins installed

[{"name":"com.fibaro.yrWeather","predefined":true},{"name":"com.fibaro.hunterDouglas","predefined":false},{"name":"com.fibaro.philipsHue","predefined":false},{"name":"com.fibaro.logitechHarmonyAccount","predefined":false},{"name":"com.fibaro.setPointForwarder","predefined":false}]

plugins types

CLICK ME

{"installed":[{"name":"com.fibaro.yrWeather","predefined":true},{"name":"com.fibaro.hunterDouglas","predefined":false},{"name":"com.fibaro.philipsHue","predefined":false},{"name":"com.fibaro.logitechHarmonyAccount","predefined":false},{"name":"com.fibaro.setPointForwarder","predefined":false}],"all":{"types":[{"category":0,"plugins":[{"type":"com.fibaro.alphatechFarfisa","name":"IP Bell","defaultMainDeviceName":"IP Bell","description":"IP Bell – Take care about the safety of your home with just a few clicks by integrating video entry system and Fibaro. Plugin enables controlling IP Bell video entry system and camera image preview using Fibaro interface.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"predefined":false,"version":"1.0","url":"","installed":false},{"type":"com.fibaro.dahuaCamera","name":"Dahua camera","defaultMainDeviceName":"Dahua camera","description":"Use this device if you want to add a Dahua IP camera to the system. You will be able to view the stream from your camera, both locally and remotely, using the web and mobile interface.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"predefined":false,"version":"1.0","url":"","installed":false},{"type":"com.fibaro.dscAlarm","name":"DSC Alarm","defaultMainDeviceName":"DSC Alarm","description":"Voeg een DSC Alarmsysteem toe waarna u de status van zones en blokken kunt controleren.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"predefined":false,"version":"1.0","url":"","installed":false},{"type":"com.fibaro.envisaLinkAlarm","name":"EnvisaLink Alarm","defaultMainDeviceName":"EnvisaLink Alarm","description":"Voeg een EnvisaLink Alarmsysteem toe waarna u de status van zones en blokken kunt controleren.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"predefined":false,"version":"1.0","url":"","installed":false},{"type":"com.fibaro.fibaroIntercom","name":"Fibaro Intercom FGIC-001","defaultMainDeviceName":"Fibaro Intercom FGIC-001","description":"Fibaro Intercom FGIC-001 – Take care of the safety of your home with just a few clicks by integrating video entry system and Fibaro. Plugin enables controlling Fibaro Intercom video entry system and camera image preview using Fibaro interface.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"predefined":false,"version":"1.0","url":"","installed":false},{"type":"com.fibaro.heliosBasic","name":"Helios Basic","defaultMainDeviceName":"Helios Basic","description":"Helios Basic – Take care about the safety of your home with just a few clicks by integrating video entry system and Fibaro. Plugin enables controlling Helios Basic video entry system and camera image preview using Fibaro interface.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"predefined":false,"version":"1.0","url":"","installed":false},{"type":"com.fibaro.heliosGold","name":"Helios Gold","defaultMainDeviceName":"Helios Gold","description":"Helios Gold – Take care about the safety of your home with just a few clicks by integrating video entry system and Fibaro. Plugin enables controlling Helios Gold video entry system and camera image preview using Fibaro interface.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"predefined":false,"version":"1.0","url":"","installed":false},{"type":"com.fibaro.mobotix","name":"Mobotix","defaultMainDeviceName":"Mobotix","description":"Mobotix – Take care about the safety of your home with just a few clicks by integrating video entry system and Fibaro. Plugin enables controlling Mobotix video entry system and camera image preview using Fibaro interface.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"predefined":false,"version":"1.0","url":"","installed":false},{"type":"com.fibaro.pko","name":"PKO Intelligent Home","defaultMainDeviceName":"PKO Intelligent Home","description":"Not available in your region","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3","Home Center 3 Lite","Yubii Home"],"predefined":false,"version":"1.0","url":"","installed":false},{"type":"com.fibaro.satelAlarm","name":"Satel Alarm","defaultMainDeviceName":"Satel Alarm","description":"Voeg een Satel Alarmsysteem toe waarna u de status van zones, uitgangen en blokken kunt controleren.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"predefined":false,"version":"1.0","url":"","installed":false},{"type":"com.fibaro.tedeeAccount","name":"Tedee","defaultMainDeviceName":"Tedee","description":"Control your Tedee locks with Home Center 3 integration.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"predefined":false,"version":"1.0","url":"","installed":false}],"installed":0},{"category":1,"plugins":[{"type":"com.fibaro.WeatherProvider","name":"Weather Provider","defaultMainDeviceName":"Weather Provider","description":"Install and configure your own weather plugin based on sensors in your home and get the latest data on the weather in your location. Plugin allows to choose temperature, wind and humidity sensors. If you want the weather data from this plugin to be displayed in the main interface and used in scene, select it as a main weather plugin in Configuration / General tab.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3","Home Center Lite"],"predefined":false,"version":"1.0","url":"","installed":false},{"type":"com.fibaro.coolAutomation","name":"CoolAutomation","defaultMainDeviceName":"CoolAutomation","description":"Use FIBARO Home Center to control air conditioners connected to CoolMaster bridge.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3","Home Center Lite"],"predefined":false,"version":"1.0","url":"","installed":false},{"type":"com.fibaro.davisVantage","name":"WS Davis Vantage","defaultMainDeviceName":"WS Davis Vantage","description":"Weather Station Davis Vantage – plugin for viewing weather data registered by Davis Vantage Weather Station which measures barometric pressure, temperature, humidity, rainfall, wind speed and direction, UV/solar and much more! You'll get highs and lows (and/or totals or averages) for virtually all weather variables for the past 24 days, months, or years, and your own local forecast.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"predefined":false,"version":"1.0","url":"","installed":false},{"type":"com.fibaro.fibaroHeatActivator","name":"Fibaro Heat Activator","defaultMainDeviceName":"Fibaro Heat Activator","description":"Add thermostats to the list and select the switch for the thermostats to automatically turn it on.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"predefined":false,"version":"1.0","url":"","installed":false},{"type":"com.fibaro.setPointForwarder","name":"Thermostat & Heating Zone","defaultMainDeviceName":"Thermostat & Heating Zone","description":"Choose Manual time below, which will be used to set heating setpoint for a zone according to reported setpoint value by thermostat from configuration. Thermostat must be added to the same climate zone (configured in "heating" mode).","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"predefined":false,"version":"1.0","url":"","installed":true},{"type":"com.fibaro.yrWeather","name":"yrWeather","defaultMainDeviceName":"yrWeather","description":"Default weather plugin that uses information from www.yr.no website. If you want the weather data from this plugin to be displayed in the main interface and used in scene, select it as a main weather plugin in Configuration / General tab. ","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3","Home Center Lite"],"predefined":true,"version":"1.0","url":"plugins/index.html?type=climate&name=com.fibaro.yrWeather","installed":true}],"installed":2},{"category":2,"plugins":[{"type":"com.fibaro.husqvarnaMower","name":"Husqvarna Mower","defaultMainDeviceName":"Husqvarna Mower","description":"Control your Husqvarna Mower","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3","Home Center Lite"],"predefined":false,"version":"1.0","url":"","installed":false},{"type":"com.fibaro.initialstate","name":"Initial State","defaultMainDeviceName":"Initial State","description":"Interactively visualize events from HC in your web browser using Initial State platform. One or more Home Center can be connected to one account. Plugin provides real time streaming of chosen data. In order to use the web based Initial State platform the account should be created on initialstate.com website.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"predefined":false,"version":"1.0","url":"","installed":false},{"type":"com.fibaro.onyx","name":"Onyx","defaultMainDeviceName":"Onyx","description":"It has never been easier to use daylight in your own four walls. The ONYX control allows you control convenience at the highest level, letting the sun in only where it is wanted. Use blinds, shades, rollershutters and more controlled by ONYX along with Hub.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 2"],"predefined":false,"version":"1.0","url":"","installed":false},{"type":"com.fibaro.wakeOnLan","name":"Wake on LAN","defaultMainDeviceName":"Wake on LAN","description":"WakeOnLan – plugin enables the device to be turned on from another location over a network connection or Internet using Fibaro interface. Just find their IP and MAC addresses and use remote access to switch them on from anywhere in the world.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"predefined":false,"version":"1.0","url":"","installed":false}],"installed":0},{"category":3,"plugins":[{"type":"com.fibaro.denonHeos","name":"HEOS DENON","defaultMainDeviceName":"HEOS System","description":"Connect your favourite music with your intelligent home using the HEOS by Denon sound system and a plugin for integration with FIBARO Home Center. Selected plugin allows for remote management of HEOS using easy and intuitive navigation powered by FIBARO interface. You can control playback, adjust volume level or mute/unmute the music.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3","Home Center Lite"],"predefined":false,"version":"1.0","url":"","installed":false},{"type":"com.fibaro.nuvoPlayer","name":"NuVo","defaultMainDeviceName":"NuVo","description":"Connect your favourite music with your intelligent home using NuVo Whole Home Audio and plugin for integration with FIBARO Home Center. Selected plugin allows for remote management of NuVo multiroom wireless sound system using easy and intuitive navigation powered by FIBARO interface. You can control playback, adjust volume level or mute/unmute the music.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3","Home Center Lite"],"predefined":false,"version":"1.0","url":"","installed":false},{"type":"com.fibaro.russoundMCA88X","name":"Russound MCA-88X","defaultMainDeviceName":"Russound MCA-88X","description":"Connect your favourite music with your intelligent home using the Russound sound system and a plugin for integration with FIBARO Home Center. Selected plugin allows for remote management of Russound System using easy and intuitive navigation powered by FIBARO interface. You can control playback, adjust volume level of the speakers or mute/unmute the music.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3","Home Center Lite"],"predefined":false,"version":"1.0","url":"","installed":false},{"type":"com.fibaro.russoundX5","name":"Russound X5","defaultMainDeviceName":"Russound X5","description":"Connect your favourite music with your intelligent home using the Russound sound system and a plugin for integration with FIBARO Home Center. Selected plugin allows for remote management of Russound System using easy and intuitive navigation powered by FIBARO interface. You can control playback, adjust volume level of the speakers or mute/unmute the music.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3","Home Center Lite"],"predefined":false,"version":"1.0","url":"","installed":false},{"type":"com.fibaro.russoundXSource","name":"Russound XSource","defaultMainDeviceName":"Russound XSource","description":"Connect your favourite music with your intelligent home using the Russound sound system and a plugin for integration with FIBARO Home Center. Selected plugin allows for remote management of Russound System using easy and intuitive navigation powered by FIBARO interface. You can control playback, adjust volume level of the speakers or mute/unmute the music.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3","Home Center Lite"],"predefined":false,"version":"1.0","url":"","installed":false},{"type":"com.fibaro.russoundXZone4","name":"Russound XZone4","defaultMainDeviceName":"Russound XZone4","description":"Connect your favourite music with your intelligent home using the Russound sound system and a plugin for integration with FIBARO Home Center. Selected plugin allows for remote management of Russound System using easy and intuitive navigation powered by FIBARO interface. You can control playback, adjust volume level of the speakers or mute/unmute the music.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3","Home Center Lite"],"predefined":false,"version":"1.0","url":"","installed":false},{"type":"com.fibaro.sonosSpeaker","name":"Sonos Speaker","defaultMainDeviceName":"Sonos Speaker","description":"Sonos Speakers – Connect your favorite music with your intelligent home. Plugin enables remote management of Sonos network speaker using Fibaro interface: control playback, adjust volume level, select input source or group the devices.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"predefined":false,"version":"1.0","url":"","installed":false},{"type":"com.fibaro.xbmc","name":"XBMC remote control","defaultMainDeviceName":"XBMC remote control","description":"XBMC remote control – Make your home not only intelligent but also fully multimedia and make collection of your photos, videos and music available at your fingertips. Plugin enables remote control of XBMC Media Center multimedia player or client application using Fibaro interface.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"predefined":false,"version":"1.0","url":"","installed":false}],"installed":0},{"category":5,"plugins":[{"type":"com.fibaro.philipsHue","name":"Philips Hue","defaultMainDeviceName":"Philips Hue","description":"Philips Hue – Create personalized lighting environment and control it from wherever you are. Plugin enables remote control of intelligent Philips Hue lights: turn on/off, change hue, saturation and brightness using Fibaro interface.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"predefined":false,"version":"1.0","url":"","installed":true}],"installed":1},{"category":6,"plugins":[{"type":"com.fibaro.planikaFLA3","name":"Planika Fireplace","defaultMainDeviceName":"Planika Fireplace","description":"Create an atmosphere and heat up the room with an endless line of fire. Control your Planika fireplace with Fibaro Home Center. After integrating with our Smart Home system you can easily check its status, turn on/off and regulate the flame size. When your WiFi connection is lost, the plugin can turn off the fireplace after a specified time with a linked binary switch.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"predefined":false,"version":"1.0","url":"","installed":false}],"installed":0},{"category":7,"plugins":[{"type":"com.fibaro.hunterDouglas","name":"PowerView","defaultMainDeviceName":"PowerView","description":"Connect your Hunter Douglas PowerView blinds with FIBARO Home Center.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3","Home Center Lite"],"predefined":false,"version":"1.00","url":"","installed":true}],"installed":1},{"category":8,"plugins":[{"type":"com.fibaro.logitechHarmonyAccount","name":"Logitech Harmony","defaultMainDeviceName":"Harmony Account","description":"Control even more devices in your house using Fibaro Home Center plugin for Logitech Harmony Home Hub. Using plugin you can control any devices compatible with Logitech Harmony Home Hub directly from Fibaro Home Center. Plugin allows to excecute any “activity” defined inside Home Hub manually or via Fibaro Home Center scenes. Experience benefits from powerful integration of both platforms.","user":"Fibar Group S.A.","compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"predefined":false,"version":"2.0","url":"","installed":true}],"installed":1}]},"promo":[{"image":{"big":"/plugins/img/promo/com.fibaro.alarm-promoBig.png","small":"/plugins/img/promo/com.fibaro.alarm-promoSmall.png"},"url":"panels/fibaro-alarm.html"},{"image":{"big":"/plugins/img/promo/com.fibaro.location-promoBig.png","small":"/plugins/img/promo/com.fibaro.location-promoSmall.png"},"url":"panels/locations.html"},{"image":{"big":"/plugins/img/promo/com.fibaro.drencher-promoBig.png","small":"/plugins/img/promo/com.fibaro.drencher-promoSmall.png"},"url":"panels/drenchers.html"}]}

plugins v2

CLICK ME

[{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3","Home Center Lite"],"defaultMainDeviceName":"Weather Provider","description":"Install and configure your own weather plugin based on sensors in your home and get the latest data on the weather in your location. Plugin allows to choose temperature, wind and humidity sensors. If you want the weather data from this plugin to be displayed in the main interface and used in scene, select it as a main weather plugin in Configuration / General tab.","type":"com.fibaro.WeatherProvider","url":"","author":"Fibar Group S.A.","version":"1.0","name":"Weather Provider","manufacturer":"Weather","model":"Provider","category":"climate","icon":{"path":"/plugins/com.fibaro.WeatherProvider/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"defaultMainDeviceName":"IP Bell","description":"IP Bell – Take care about the safety of your home with just a few clicks by integrating video entry system and Fibaro. Plugin enables controlling IP Bell video entry system and camera image preview using Fibaro interface.","type":"com.fibaro.alphatechFarfisa","url":"","author":"Fibar Group S.A.","version":"1.0","name":"IP Bell","manufacturer":"IP","model":"Bell","category":"security","icon":{"path":"/plugins/com.fibaro.alphatechFarfisa/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3","Home Center Lite"],"defaultMainDeviceName":"CoolAutomation","description":"Use FIBARO Home Center to control air conditioners connected to CoolMaster bridge.","type":"com.fibaro.coolAutomation","url":"","author":"Fibar Group S.A.","version":"1.0","name":"CoolAutomation","manufacturer":"CoolAutomation","model":"CoolAutomation","category":"climate","icon":{"path":"/plugins/com.fibaro.coolAutomation/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"defaultMainDeviceName":"Dahua camera","description":"Use this device if you want to add a Dahua IP camera to the system. You will be able to view the stream from your camera, both locally and remotely, using the web and mobile interface.","type":"com.fibaro.dahuaCamera","url":"","author":"Fibar Group S.A.","version":"1.0","name":"Dahua camera","manufacturer":"Dahua","model":"camera","category":"security","icon":{"path":"/plugins/com.fibaro.dahuaCamera/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"defaultMainDeviceName":"WS Davis Vantage","description":"Weather Station Davis Vantage – plugin for viewing weather data registered by Davis Vantage Weather Station which measures barometric pressure, temperature, humidity, rainfall, wind speed and direction, UV/solar and much more! You'll get highs and lows (and/or totals or averages) for virtually all weather variables for the past 24 days, months, or years, and your own local forecast.","type":"com.fibaro.davisVantage","url":"","author":"Fibar Group S.A.","version":"1.0","name":"WS Davis Vantage","manufacturer":"WS","model":"Davis Vantage","category":"climate","icon":{"path":"/plugins/com.fibaro.davisVantage/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3","Home Center Lite"],"defaultMainDeviceName":"HEOS System","description":"Connect your favourite music with your intelligent home using the HEOS by Denon sound system and a plugin for integration with FIBARO Home Center. Selected plugin allows for remote management of HEOS using easy and intuitive navigation powered by FIBARO interface. You can control playback, adjust volume level or mute/unmute the music.","type":"com.fibaro.denonHeos","url":"","author":"Fibar Group S.A.","version":"1.0","name":"HEOS DENON","manufacturer":"HEOS","model":"DENON","category":"multimedia","icon":{"path":"/plugins/com.fibaro.denonHeos/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"defaultMainDeviceName":"DSC Alarm","description":"Voeg een DSC Alarmsysteem toe waarna u de status van zones en blokken kunt controleren.","type":"com.fibaro.dscAlarm","url":"","author":"Fibar Group S.A.","version":"1.0","name":"DSC Alarm","manufacturer":"DSC","model":"Alarm","category":"security","icon":{"path":"/plugins/com.fibaro.dscAlarm/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"defaultMainDeviceName":"EnvisaLink Alarm","description":"Voeg een EnvisaLink Alarmsysteem toe waarna u de status van zones en blokken kunt controleren.","type":"com.fibaro.envisaLinkAlarm","url":"","author":"Fibar Group S.A.","version":"1.0","name":"EnvisaLink Alarm","manufacturer":"EnvisaLink","model":"Alarm","category":"security","icon":{"path":"/plugins/com.fibaro.envisaLinkAlarm/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"defaultMainDeviceName":"Fibaro Heat Activator","description":"Add thermostats to the list and select the switch for the thermostats to automatically turn it on.","type":"com.fibaro.fibaroHeatActivator","url":"","author":"Fibar Group S.A.","version":"1.0","name":"Fibaro Heat Activator","manufacturer":"Fibaro","model":"Heat Activator","category":"climate","icon":{"path":"/plugins/com.fibaro.fibaroHeatActivator/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"defaultMainDeviceName":"Fibaro Intercom FGIC-001","description":"Fibaro Intercom FGIC-001 – Take care of the safety of your home with just a few clicks by integrating video entry system and Fibaro. Plugin enables controlling Fibaro Intercom video entry system and camera image preview using Fibaro interface.","type":"com.fibaro.fibaroIntercom","url":"","author":"Fibar Group S.A.","version":"1.0","name":"Fibaro Intercom FGIC-001","manufacturer":"Fibaro","model":"Intercom FGIC-001","category":"security","icon":{"path":"/plugins/com.fibaro.fibaroIntercom/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"defaultMainDeviceName":"Helios Basic","description":"Helios Basic – Take care about the safety of your home with just a few clicks by integrating video entry system and Fibaro. Plugin enables controlling Helios Basic video entry system and camera image preview using Fibaro interface.","type":"com.fibaro.heliosBasic","url":"","author":"Fibar Group S.A.","version":"1.0","name":"Helios Basic","manufacturer":"Helios","model":"Basic","category":"security","icon":{"path":"/plugins/com.fibaro.heliosBasic/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"defaultMainDeviceName":"Helios Gold","description":"Helios Gold – Take care about the safety of your home with just a few clicks by integrating video entry system and Fibaro. Plugin enables controlling Helios Gold video entry system and camera image preview using Fibaro interface.","type":"com.fibaro.heliosGold","url":"","author":"Fibar Group S.A.","version":"1.0","name":"Helios Gold","manufacturer":"Helios","model":"Gold","category":"security","icon":{"path":"/plugins/com.fibaro.heliosGold/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3","Home Center Lite"],"defaultMainDeviceName":"PowerView","description":"Connect your Hunter Douglas PowerView blinds with FIBARO Home Center.","type":"com.fibaro.hunterDouglas","url":"","author":"Fibar Group S.A.","version":"1.00","name":"PowerView","manufacturer":"PowerView","model":"PowerView","category":"blinds","icon":{"path":"/plugins/com.fibaro.hunterDouglas/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3","Home Center Lite"],"defaultMainDeviceName":"Husqvarna Mower","description":"Control your Husqvarna Mower","type":"com.fibaro.husqvarnaMower","url":"","author":"Fibar Group S.A.","version":"1.0","name":"Husqvarna Mower","manufacturer":"Husqvarna","model":"Mower","category":"other","icon":{"path":"/plugins/com.fibaro.husqvarnaMower/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"defaultMainDeviceName":"Initial State","description":"Interactively visualize events from HC in your web browser using Initial State platform. One or more Home Center can be connected to one account. Plugin provides real time streaming of chosen data. In order to use the web based Initial State platform the account should be created on initialstate.com website.","type":"com.fibaro.initialstate","url":"","author":"Fibar Group S.A.","version":"1.0","name":"Initial State","manufacturer":"Initial","model":"State","category":"other","icon":{"path":"/plugins/com.fibaro.initialstate/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"defaultMainDeviceName":"Harmony Account","description":"Control even more devices in your house using Fibaro Home Center plugin for Logitech Harmony Home Hub. Using plugin you can control any devices compatible with Logitech Harmony Home Hub directly from Fibaro Home Center. Plugin allows to excecute any “activity” defined inside Home Hub manually or via Fibaro Home Center scenes. Experience benefits from powerful integration of both platforms.","type":"com.fibaro.logitechHarmonyAccount","url":"","author":"Fibar Group S.A.","version":"2.0","name":"Logitech Harmony","manufacturer":"Logitech","model":"Harmony","category":"remotes","icon":{"path":"/plugins/com.fibaro.logitechHarmonyAccount/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"defaultMainDeviceName":"Mobotix","description":"Mobotix – Take care about the safety of your home with just a few clicks by integrating video entry system and Fibaro. Plugin enables controlling Mobotix video entry system and camera image preview using Fibaro interface.","type":"com.fibaro.mobotix","url":"","author":"Fibar Group S.A.","version":"1.0","name":"Mobotix","manufacturer":"Mobotix","model":"Mobotix","category":"security","icon":{"path":"/plugins/com.fibaro.mobotix/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3","Home Center Lite"],"defaultMainDeviceName":"NuVo","description":"Connect your favourite music with your intelligent home using NuVo Whole Home Audio and plugin for integration with FIBARO Home Center. Selected plugin allows for remote management of NuVo multiroom wireless sound system using easy and intuitive navigation powered by FIBARO interface. You can control playback, adjust volume level or mute/unmute the music.","type":"com.fibaro.nuvoPlayer","url":"","author":"Fibar Group S.A.","version":"1.0","name":"NuVo","manufacturer":"NuVo","model":"NuVo","category":"multimedia","icon":{"path":"/plugins/com.fibaro.nuvoPlayer/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 2"],"defaultMainDeviceName":"Onyx","description":"It has never been easier to use daylight in your own four walls. The ONYX control allows you control convenience at the highest level, letting the sun in only where it is wanted. Use blinds, shades, rollershutters and more controlled by ONYX along with Hub.","type":"com.fibaro.onyx","url":"","author":"Fibar Group S.A.","version":"1.0","name":"Onyx","manufacturer":"Onyx","model":"Onyx","category":"other","icon":{"path":"/plugins/com.fibaro.onyx/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"defaultMainDeviceName":"Philips Hue","description":"Philips Hue – Create personalized lighting environment and control it from wherever you are. Plugin enables remote control of intelligent Philips Hue lights: turn on/off, change hue, saturation and brightness using Fibaro interface.","type":"com.fibaro.philipsHue","url":"","author":"Fibar Group S.A.","version":"1.0","name":"Philips Hue","manufacturer":"Philips","model":"Hue","category":"lights","icon":{"path":"/plugins/com.fibaro.philipsHue/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3","Home Center 3 Lite","Yubii Home"],"defaultMainDeviceName":"PKO Intelligent Home","description":"Not available in your region","type":"com.fibaro.pko","url":"","author":"Fibar Group S.A.","version":"1.0","name":"PKO Intelligent Home","manufacturer":"PKO","model":"Intelligent Home","category":"security","icon":{"path":"/plugins/com.fibaro.pko/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"defaultMainDeviceName":"Planika Fireplace","description":"Create an atmosphere and heat up the room with an endless line of fire. Control your Planika fireplace with Fibaro Home Center. After integrating with our Smart Home system you can easily check its status, turn on/off and regulate the flame size. When your WiFi connection is lost, the plugin can turn off the fireplace after a specified time with a linked binary switch.","type":"com.fibaro.planikaFLA3","url":"","author":"Fibar Group S.A.","version":"1.0","name":"Planika Fireplace","manufacturer":"Planika","model":"Fireplace","category":"ambience","icon":{"path":"/plugins/com.fibaro.planikaFLA3/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3","Home Center Lite"],"defaultMainDeviceName":"Russound MCA-88X","description":"Connect your favourite music with your intelligent home using the Russound sound system and a plugin for integration with FIBARO Home Center. Selected plugin allows for remote management of Russound System using easy and intuitive navigation powered by FIBARO interface. You can control playback, adjust volume level of the speakers or mute/unmute the music.","type":"com.fibaro.russoundMCA88X","url":"","author":"Fibar Group S.A.","version":"1.0","name":"Russound MCA-88X","manufacturer":"Russound","model":"MCA-88X","category":"multimedia","icon":{"path":"/plugins/com.fibaro.russoundMCA88X/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3","Home Center Lite"],"defaultMainDeviceName":"Russound X5","description":"Connect your favourite music with your intelligent home using the Russound sound system and a plugin for integration with FIBARO Home Center. Selected plugin allows for remote management of Russound System using easy and intuitive navigation powered by FIBARO interface. You can control playback, adjust volume level of the speakers or mute/unmute the music.","type":"com.fibaro.russoundX5","url":"","author":"Fibar Group S.A.","version":"1.0","name":"Russound X5","manufacturer":"Russound","model":"X5","category":"multimedia","icon":{"path":"/plugins/com.fibaro.russoundX5/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3","Home Center Lite"],"defaultMainDeviceName":"Russound XSource","description":"Connect your favourite music with your intelligent home using the Russound sound system and a plugin for integration with FIBARO Home Center. Selected plugin allows for remote management of Russound System using easy and intuitive navigation powered by FIBARO interface. You can control playback, adjust volume level of the speakers or mute/unmute the music.","type":"com.fibaro.russoundXSource","url":"","author":"Fibar Group S.A.","version":"1.0","name":"Russound XSource","manufacturer":"Russound","model":"XSource","category":"multimedia","icon":{"path":"/plugins/com.fibaro.russoundXSource/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3","Home Center Lite"],"defaultMainDeviceName":"Russound XZone4","description":"Connect your favourite music with your intelligent home using the Russound sound system and a plugin for integration with FIBARO Home Center. Selected plugin allows for remote management of Russound System using easy and intuitive navigation powered by FIBARO interface. You can control playback, adjust volume level of the speakers or mute/unmute the music.","type":"com.fibaro.russoundXZone4","url":"","author":"Fibar Group S.A.","version":"1.0","name":"Russound XZone4","manufacturer":"Russound","model":"XZone4","category":"multimedia","icon":{"path":"/plugins/com.fibaro.russoundXZone4/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"defaultMainDeviceName":"Satel Alarm","description":"Voeg een Satel Alarmsysteem toe waarna u de status van zones, uitgangen en blokken kunt controleren.","type":"com.fibaro.satelAlarm","url":"","author":"Fibar Group S.A.","version":"1.0","name":"Satel Alarm","manufacturer":"Satel","model":"Alarm","category":"security","icon":{"path":"/plugins/com.fibaro.satelAlarm/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"defaultMainDeviceName":"Thermostat & Heating Zone","description":"Choose Manual time below, which will be used to set heating setpoint for a zone according to reported setpoint value by thermostat from configuration. Thermostat must be added to the same climate zone (configured in "heating" mode).","type":"com.fibaro.setPointForwarder","url":"","author":"Fibar Group S.A.","version":"1.0","name":"Thermostat & Heating Zone","manufacturer":"Thermostat","model":"& Heating Zone","category":"climate","icon":{"path":"/plugins/com.fibaro.setPointForwarder/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"defaultMainDeviceName":"Sonos Speaker","description":"Sonos Speakers – Connect your favorite music with your intelligent home. Plugin enables remote management of Sonos network speaker using Fibaro interface: control playback, adjust volume level, select input source or group the devices.","type":"com.fibaro.sonosSpeaker","url":"","author":"Fibar Group S.A.","version":"1.0","name":"Sonos Speaker","manufacturer":"Sonos","model":"Speaker","category":"multimedia","icon":{"path":"/plugins/com.fibaro.sonosSpeaker/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"defaultMainDeviceName":"Tedee","description":"Control your Tedee locks with Home Center 3 integration.","type":"com.fibaro.tedeeAccount","url":"","author":"Fibar Group S.A.","version":"1.0","name":"Tedee","manufacturer":"Tedee","model":"Tedee","category":"security","icon":{"path":"/plugins/com.fibaro.tedeeAccount/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"defaultMainDeviceName":"Wake on LAN","description":"WakeOnLan – plugin enables the device to be turned on from another location over a network connection or Internet using Fibaro interface. Just find their IP and MAC addresses and use remote access to switch them on from anywhere in the world.","type":"com.fibaro.wakeOnLan","url":"","author":"Fibar Group S.A.","version":"1.0","name":"Wake on LAN","manufacturer":"Wake","model":"on LAN","category":"other","icon":{"path":"/plugins/com.fibaro.wakeOnLan/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3"],"defaultMainDeviceName":"XBMC remote control","description":"XBMC remote control – Make your home not only intelligent but also fully multimedia and make collection of your photos, videos and music available at your fingertips. Plugin enables remote control of XBMC Media Center multimedia player or client application using Fibaro interface.","type":"com.fibaro.xbmc","url":"","author":"Fibar Group S.A.","version":"1.0","name":"XBMC remote control","manufacturer":"XBMC","model":"remote control","category":"multimedia","icon":{"path":"/plugins/com.fibaro.xbmc/img/icon.png"}},{"compatibility":["iPad","iPhone","Android Phone","Android Tablet","Home Center 3","Home Center Lite"],"defaultMainDeviceName":"yrWeather","description":"Default weather plugin that uses information from www.yr.no website. If you want the weather data from this plugin to be displayed in the main interface and used in scene, select it as a main weather plugin in Configuration / General tab. ","type":"com.fibaro.yrWeather","url":"plugins/index.html?type=climate&name=com.fibaro.yrWeather","author":"Fibar Group S.A.","version":"1.0","name":"yrWeather","manufacturer":"yrWeather","model":"yrWeather","category":"climate","icon":{"path":"/plugins/com.fibaro.yrWeather/img/icon.png"}}]

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

Having the same message now on my HC3:

Unexpected response status "STARTING_SERVICES", muting any repeated warnings for 60 seconds

If I can test or help let me know, but I think we need to wait on Fibaro support.

If you not already did. It might be a good idea to make a support ticket at fibaro, and send in your logs.

from hc3-to-mqtt.

rwijbenga avatar rwijbenga commented on August 16, 2024

Any specific log file needed?

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

Any specific log file needed?

http://192.168.104.51/api/service/logsDump

Replace the IP for your own. These logs are encrypted and can only be decrypted by fibaro itself.
Maybe it gives them some more insight in the problem.

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

@rwijbenga

Did you update to 5.131.57 (beta) ?

I didnt, since everything is working pretty good for the rest.
I'll wait for an answer from support, and that might take a while.

from hc3-to-mqtt.

rwijbenga avatar rwijbenga commented on August 16, 2024

I am running the latest beta, and Fibaro support have been requesting access to my HC3. So hopefully news soon....

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

I am running the latest beta, and Fibaro support have been requesting access to my HC3. So hopefully news soon....

Nice! Thanks for the feedback.

from hc3-to-mqtt.

alexander-vitishchenko avatar alexander-vitishchenko commented on August 16, 2024

@rwijbenga, @ppeterrr please advise if we have any more news/solution from Fibaro?

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

@rwijbenga, @ppeterrr please advise if we have any more news/solution from Fibaro?

Hey Alexander, no news from Fibaro. Though there is a new firmware 5.140.17
As i am typing this, my HC3 is updating - i will report back

from hc3-to-mqtt.

ppeterrr avatar ppeterrr commented on August 16, 2024

5.140.17

problem is still there - the waiting game continues

from hc3-to-mqtt.

rwijbenga avatar rwijbenga commented on August 16, 2024

Fibaro Support is still looking into it... Last mail was friday from them.

from hc3-to-mqtt.

alexander-vitishchenko avatar alexander-vitishchenko commented on August 16, 2024

Hi @ppeterrr, @rwijbenga,

Please let me know if we should keep this ticket open, or better close as we don't observe any issues because of the WARNING messages?

from hc3-to-mqtt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.