OpenZWave / Zwave2Mqtt

Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
MIT License
352 stars 93 forks source link

[question] Webinterface missing after update #867

Closed raymonvdm closed 3 years ago

raymonvdm commented 3 years ago

I have update my Zwave2Mqtt from version 3.4.0 to 4.1.1 using these steps

cd /home/homeassistant/
mv Zwave2Mqtt Zwave2Mqtt.old

git clone https://github.com/OpenZWave/Zwave2Mqtt
cd Zwave2Mqtt
npm install
npm run build

cp /home/homeassistant/Zwave2Mqtt.old/store .

npm start

But now i`m missing the static files which seem to be needed for http://192.168.1.2:8091/ to be working.

/home/homeassistant/Zwave2Mqtt/dist/
robertsLando commented 3 years ago

@raymonvdm Could you try using https://github.com/zwave-js/zwavejs2mqtt?

raymonvdm commented 3 years ago

@raymonvdm Could you try using https://github.com/zwave-js/zwavejs2mqtt?

What are the difference`s between these?

robertsLando commented 3 years ago

https://zwave-js.github.io/zwavejs2mqtt/#/getting-started/why

raymonvdm commented 3 years ago

Not really helping this rookie to understand :-) , but i have cloned the git in a new Zwave2MQTT folder to keep my local wiki relevant and it seems to be working. As i understand this is a new approach of getting Zwave to speak MQTT but with bypassing OpenZwave?

Maybe the approuch helps me to get rid of some strange Z-Wave issues with some devices, for example a not working FireAngel Z-Wave module.

robertsLando commented 3 years ago

@raymonvdm Sorry, the difference is that it doesn't require ozw and we are switching to that for the future

raymonvdm commented 3 years ago

I understand and i think it is a good way to go.

But now i`m still experiencing some issues

robertsLando commented 3 years ago

@raymonvdm I don't plan to make those changes in this project, the logging has been improved in the last one I mentioned

raymonvdm commented 3 years ago

I`m sorry, it is better to respond to the other project with my questions