Search found 7 matches

by martijnvdijk
Tuesday 13 April 2021 10:07
Forum: Bash / PowerShell / Batch etc.
Topic: philips air purifier
Replies: 15
Views: 6644

Re: philips air purifier

I have try'ed the plugin but when i starts up i get some error messages, i have send a pm about it
by martijnvdijk
Tuesday 06 October 2020 20:40
Forum: Bash / PowerShell / Batch etc.
Topic: philips air purifier
Replies: 15
Views: 6644

Re: philips air purifier

I have been trying to find the problem and i think there is a problem with reading the result from the command. first i have removed line 117 then i got a new error: AirPurifier.lua:98: attempt to compare nil with number then i just made a test file with some data: $airctrl --ipaddr 192.168.178 ...
by martijnvdijk
Tuesday 06 October 2020 19:44
Forum: Bash / PowerShell / Batch etc.
Topic: philips air purifier
Replies: 15
Views: 6644

Re: philips air purifier

possible sensor types: [om] Fan speed: 2 [pwr] Power: ON = Switch (on/off) [pm25] PM25: 3 = custom sensor (value ranges from 1 until 12) [iaql] Allergen index: 5 = custom sensor (value ranges from 1 until 12) [rddp] rddp: 0 = i'm still trying to figure out what this might me but probably a alert or ...
by martijnvdijk
Tuesday 06 October 2020 19:32
Forum: Bash / PowerShell / Batch etc.
Topic: philips air purifier
Replies: 15
Views: 6644

Re: philips air purifier

i have just made the first try to implement the script and now get the following message: Purifier: An error occurred when calling event handler AirPurifier 2020-10-06 19:31:01.331 Error: dzVents: Error: (3.0.2) Purifier: ...moticz/scripts/dzVents/generated_scripts/AirPurifier.lua:117: attempt to ...
by martijnvdijk
Tuesday 06 October 2020 15:39
Forum: Bash / PowerShell / Batch etc.
Topic: philips air purifier
Replies: 15
Views: 6644

Re: philips air purifier

the values that i really like to monitor are bold below: [name] Name: ******** [type] Type: AC2729 [modelid] ModelId: AC2729/10 [swversion] Version: 0.2.1 [om] Fan speed: 2 [pwr] Power: ON [cl] Child lock: False [aqil] Light brightness: 100 [uil] Buttons light: ON [mode] Mode: allergen [func ...
by martijnvdijk
Tuesday 06 October 2020 13:16
Forum: Bash / PowerShell / Batch etc.
Topic: philips air purifier
Replies: 15
Views: 6644

Re: philips air purifier

Hello Waaren, I think most values are interesting as a virtual sensor, so i can see / plot the changes over time. When i look at the returned values from the command a lot of them are interesting variables to monitor. When i understand it correct: virtual sensors are presented at the dashboard with ...
by martijnvdijk
Tuesday 06 October 2020 11:59
Forum: Bash / PowerShell / Batch etc.
Topic: philips air purifier
Replies: 15
Views: 6644

philips air purifier

Hello, I recently bought a philips air purifier that i like to connect to my domoticz in combination with my Voltcraft CO-20 it should give some insight on the climate in my working room. I can across a command line app (https://github.com/rgerganov/py-air-control) that lets me read all the setting ...